HomeSort by: relevance | last modified time | path
    Searched defs:dm_list_empty (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/lib/datastruct/
list.c 82 int dm_list_empty(const struct dm_list *head) function
108 return (dm_list_empty(head) ? NULL : head->n);
116 return (dm_list_empty(head) ? NULL : head->p);
  /src/external/gpl2/lvm2/dist/libdm/datastruct/
list.c 83 int dm_list_empty(const struct dm_list *head) function
109 return (dm_list_empty(head) ? NULL : head->n);
117 return (dm_list_empty(head) ? NULL : head->p);

Completed in 17 milliseconds