OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 15 00:25:07 UTC 2026