Searched refs:LIST_HEAD_INIT (Results 1 – 13 of 13) 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/u-boot/scripts/kconfig/ |
D | list.h | 29 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 32 struct list_head name = LIST_HEAD_INIT(name)
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | list.h | 22 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 24 #define LIST_HEAD(name) 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/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/blktrace/iowatcher/ |
D | list.h | 52 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 55 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/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/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/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/u-boot/include/linux/ |
D | list.h | 26 #define LIST_HEAD_INIT(name) { &(name), &(name) } macro 29 struct list_head name = LIST_HEAD_INIT(name)
|
/external/u-boot/drivers/usb/gadget/ |
D | atmel_usba_udc.c | 1194 .ep_list = LIST_HEAD_INIT(controller.gadget.ep_list),
|