Searched refs:LIST_HEAD_INIT (Results 1 – 15 of 15) sorted by relevance
/external/blktrace/btt/ |
D | bt_timeline.c | 53 .qranges = LIST_HEAD_INIT(all_regions.qranges), 54 .cranges = LIST_HEAD_INIT(all_regions.cranges),
|
D | list.h | 38 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 41 struct list_head name = LIST_HEAD_INIT(name)
|
/external/e2fsprogs/lib/blkid/ |
D | list.h | 1 #if !defined(_BLKID_LIST_H) && !defined(LIST_HEAD_INIT) 36 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
|
/external/erofs-utils/include/erofs/ |
D | list.h | 19 #define LIST_HEAD_INIT(name) \ macro 24 #define LIST_HEAD(name) struct list_head name = LIST_HEAD_INIT(name)
|
/external/ethtool/ |
D | test-common.c | 29 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 59 static struct list_head malloc_list = LIST_HEAD_INIT(malloc_list); 133 static struct list_head file_list = LIST_HEAD_INIT(file_list);
|
/external/ltp/testcases/realtime/include/ |
D | list.h | 64 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 67 struct list_head name = LIST_HEAD_INIT(name)
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-list.h | 18 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
|
/external/blktrace/iowatcher/ |
D | list.h | 52 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 55 struct list_head name = LIST_HEAD_INIT(name)
|
/external/libnfnetlink/include/ |
D | linux_list.h | 61 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 64 struct list_head name = LIST_HEAD_INIT(name)
|
/external/libnetfilter_conntrack/include/internal/ |
D | linux_list.h | 62 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 65 struct list_head name = LIST_HEAD_INIT(name)
|
/external/iptables/libiptc/ |
D | linux_list.h | 57 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 60 struct list_head name = LIST_HEAD_INIT(name)
|
/external/erofs-utils/lib/ |
D | cache.c | 16 .list = LIST_HEAD_INIT(blkh.list),
|
/external/f2fs-tools/fsck/ |
D | f2fs.h | 75 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro
|
D | mount.c | 3492 struct list_head inode_list = LIST_HEAD_INIT(inode_list); in record_fsync_data()
|
/external/iptables/iptables/ |
D | xtables-monitor.c | 271 struct list_head stmts = LIST_HEAD_INIT(stmts); in trace_print_packet()
|