Home
last modified time | relevance | path

Searched refs:LIST_HEAD_INIT (Results 1 – 13 of 13) sorted by relevance

/third_party/e2fsprogs/lib/blkid/
Dlist.h1 #if !defined(_BLKID_LIST_H) && !defined(LIST_HEAD_INIT)
36 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
/third_party/alsa-utils/alsactl/
Dlist.h45 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
48 struct list_head name = LIST_HEAD_INIT(name)
/third_party/ltp/testcases/realtime/include/
Dlist.h64 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
67 struct list_head name = LIST_HEAD_INIT(name)
/third_party/exfatprogs/include/
Dlist.h36 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
39 struct list_head name = LIST_HEAD_INIT(name)
/third_party/e2fsprogs/lib/ext2fs/
Dkernel-list.h20 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
/third_party/quickjs/
Dlist.h36 #define LIST_HEAD_INIT(el) { &(el), &(el) } macro
Drun-test262.c447 static struct list_head agent_list = LIST_HEAD_INIT(agent_list);
451 static struct list_head report_list = LIST_HEAD_INIT(report_list);
Dquickjs.c53647 LIST_HEAD_INIT(js_atomics_waiter_list);
/third_party/eudev/src/shared/
Dlist.h34 #define LIST_HEAD_INIT(head) \ macro
/third_party/iptables/libiptc/
Dlinux_list.h57 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
60 struct list_head name = LIST_HEAD_INIT(name)
/third_party/iptables/iptables/
Dxtables-monitor.c271 struct list_head stmts = LIST_HEAD_INIT(stmts); in trace_print_packet()
/third_party/f2fs-tools/fsck/
Df2fs.h75 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
Dmount.c3465 struct list_head inode_list = LIST_HEAD_INIT(inode_list); in record_fsync_data()