Home
last modified time | relevance | path

Searched refs:LIST_EMPTY (Results 1 – 2 of 2) sorted by relevance

/spdk/lib/ftl/utils/
H A Dftl_property.c123 while (!LIST_EMPTY(&properties->list)) { in ftl_properties_deinit()
/spdk/include/spdk/
H A Dqueue_extras.h230 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro