Home
last modified time | relevance | path

Searched refs:LIST_HEAD_INIT (Results 1 - 7 of 7) sorted by relevance

/third_party/libbpf/include/linux/
H A Dlist.h6 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
8 struct list_head name = LIST_HEAD_INIT(name)
/third_party/alsa-utils/alsactl/
H A Dlist.h45 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
48 struct list_head name = LIST_HEAD_INIT(name)
/third_party/exfatprogs/include/
H A Dlist.h36 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
39 struct list_head name = LIST_HEAD_INIT(name)
/third_party/ltp/testcases/realtime/include/
H A Dlist.h64 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
67 struct list_head name = LIST_HEAD_INIT(name)
/third_party/eudev/src/shared/
H A Dlist.h34 #define LIST_HEAD_INIT(head) \ macro
/third_party/f2fs-tools/fsck/
H A Df2fs.h79 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
H A Dmount.c3630 struct list_head inode_list = LIST_HEAD_INIT(inode_list); in record_fsync_data()

Completed in 9 milliseconds