/external/blktrace/btt/ |
D | list.h | 34 struct list_head { struct 35 struct list_head *next, *prev; argument 41 struct list_head name = LIST_HEAD_INIT(name) 43 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 55 static inline void __list_add(struct list_head *new, in __list_add() 56 struct list_head *prev, in __list_add() 57 struct list_head *next) in __list_add() 73 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 86 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 98 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() [all …]
|
/external/syslinux/com32/include/linux/ |
D | list.h | 23 struct list_head { struct 24 struct list_head *next, *prev; argument 30 struct list_head name = LIST_HEAD_INIT(name) 32 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 44 static inline void __list_add(struct list_head *new, in __list_add() 45 struct list_head *prev, in __list_add() 46 struct list_head *next) in __list_add() 62 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 77 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 90 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() [all …]
|
/external/ltp/testcases/realtime/include/ |
D | list.h | 60 struct list_head { struct 61 struct list_head *next, *prev; argument 67 struct list_head name = LIST_HEAD_INIT(name) 69 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 81 static inline void __list_add(struct list_head *new, in __list_add() 82 struct list_head *prev, in __list_add() 83 struct list_head *next) in __list_add() 99 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 112 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 124 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-list.h | 14 struct list_head { struct 15 struct list_head *next, *prev; argument 34 static __inline__ void __list_add(struct list_head * new, in __list_add() 35 struct list_head * prev, in __list_add() 36 struct list_head * next) in __list_add() 47 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add() 55 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 67 static __inline__ void __list_del(struct list_head * prev, in __list_del() 68 struct list_head * next) in __list_del() 74 static __inline__ void list_del(struct list_head *entry) in list_del() [all …]
|
/external/e2fsprogs/lib/blkid/ |
D | list.h | 24 struct list_head { struct 25 struct list_head *next, *prev; argument 40 _INLINE_ void __list_add(struct list_head * add, in __list_add() 41 struct list_head * prev, in __list_add() 42 struct list_head * next) in __list_add() 58 _INLINE_ void list_add(struct list_head *add, struct list_head *head) in list_add() 71 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head) in list_add_tail() 83 _INLINE_ void __list_del(struct list_head * prev, in __list_del() 84 struct list_head * next) in __list_del() 97 _INLINE_ void list_del(struct list_head *entry) in list_del() [all …]
|
D | blkidP.h | 38 struct list_head bid_devs; /* All devices in the cache */ 39 struct list_head bid_tags; /* All tags for this device */ 63 struct list_head bit_tags; /* All tags for this device */ 64 struct list_head bit_names; /* All tags with given NAME */ 93 struct list_head bic_devs; /* List head of all devices */ 94 struct list_head bic_tags; /* List head of all tag types */
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | list.h | 9 struct list_head { struct 10 struct list_head *next, *prev; argument 13 void INIT_LIST_HEAD(struct list_head *list); 14 void __list_add(struct list_head *new, struct list_head *prev, 15 struct list_head *next); 16 void __list_del(struct list_head *prev, struct list_head *next); 17 void list_add(struct list_head *new, struct list_head *head); 18 void list_add_tail(struct list_head *new, struct list_head *head); 19 void list_del(struct list_head *entry); 20 void list_replace(struct list_head *old, struct list_head *new); [all …]
|
D | list.c | 9 void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 15 void __list_add(struct list_head *new, in __list_add() 16 struct list_head *prev, struct list_head *next) in __list_add() 24 void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 30 void list_add(struct list_head *new, struct list_head *head) in list_add() 35 void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 40 void list_del(struct list_head *entry) in list_del() 47 void list_replace(struct list_head *old, struct list_head *new) in list_replace()
|
/external/libnetfilter_conntrack/include/internal/ |
D | linux_list.h | 58 struct list_head { struct 59 struct list_head *next, *prev; argument 65 struct list_head name = LIST_HEAD_INIT(name) 77 static inline void __list_add(struct list_head *new, in __list_add() 78 struct list_head *prev, in __list_add() 79 struct list_head *next) in __list_add() 95 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 108 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 119 static inline void __list_add_rcu(struct list_head * new, in __list_add_rcu() 120 struct list_head * prev, struct list_head * next) in __list_add_rcu() [all …]
|
/external/libnfnetlink/include/ |
D | linux_list.h | 57 struct list_head { struct 58 struct list_head *next, *prev; argument 64 struct list_head name = LIST_HEAD_INIT(name) 76 static inline void __list_add(struct list_head *new, in __list_add() 77 struct list_head *prev, in __list_add() 78 struct list_head *next) in __list_add() 94 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 107 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 118 static inline void __list_add_rcu(struct list_head * new, in __list_add_rcu() 119 struct list_head * prev, struct list_head * next) in __list_add_rcu() [all …]
|
/external/iptables/libiptc/ |
D | linux_list.h | 53 struct list_head { struct 54 struct list_head *next, *prev; argument 60 struct list_head name = LIST_HEAD_INIT(name) 72 static inline void __list_add(struct list_head *new, in __list_add() 73 struct list_head *prev, in __list_add() 74 struct list_head *next) in __list_add() 90 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 103 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 114 static inline void __list_add_rcu(struct list_head * new, in __list_add_rcu() 115 struct list_head * prev, struct list_head * next) in __list_add_rcu() [all …]
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | list.h | 27 struct list_head { struct 28 struct list_head *next; argument 29 struct list_head *prev; argument 35 struct list_head name = LIST_HEAD_INIT ( name ) 47 static inline void __list_add ( struct list_head *new, in __list_add() 48 struct list_head *prev, in __list_add() 49 struct list_head *next ) { in __list_add() 65 static inline void list_add ( struct list_head *new, struct list_head *head ) { in list_add() 83 static inline void list_add_tail ( struct list_head *new, in list_add_tail() 84 struct list_head *head ) { in list_add_tail() [all …]
|
D | infiniband.h | 102 struct list_head list; 126 struct list_head list; 144 struct list_head list; 163 struct list_head mgids; 205 struct list_head list; 219 struct list_head work_queues; 376 struct list_head list; 378 struct list_head open_list; 382 struct list_head cqs; 384 struct list_head qps; [all …]
|
/external/mesa3d/src/util/ |
D | list.h | 46 struct list_head struct 48 struct list_head *prev; argument 49 struct list_head *next; argument 52 static inline void list_inithead(struct list_head *item) in list_inithead() 58 static inline void list_add(struct list_head *item, struct list_head *list) in list_add() 66 static inline void list_addtail(struct list_head *item, struct list_head *list) in list_addtail() 74 static inline bool list_empty(struct list_head *list); 76 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() 88 static inline void list_del(struct list_head *item) in list_del() 95 static inline void list_delinit(struct list_head *item) in list_delinit() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | code-placement.ll | 6 %struct.list_head = type { %struct.list_head*, %struct.list_data_s* } 8 define arm_apcscc %struct.list_head* @t1(%struct.list_head* %list) nounwind { 11 %0 = icmp eq %struct.list_head* %list, null 19 %list_addr.05 = phi %struct.list_head* [ %2, %bb ], [ %list, %entry ] 20 %next.04 = phi %struct.list_head* [ %list_addr.05, %bb ], [ null, %entry ] 21 %1 = getelementptr inbounds %struct.list_head, %struct.list_head* %list_addr.05, i32 0, i32 0 22 %2 = load %struct.list_head*, %struct.list_head** %1, align 4 23 store %struct.list_head* %next.04, %struct.list_head** %1, align 4 24 %3 = icmp eq %struct.list_head* %2, null 28 %next.0.lcssa = phi %struct.list_head* [ null, %entry ], [ %list_addr.05, %bb ] [all …]
|
/external/ltp/testcases/kernel/syscalls/epoll2/include/ |
D | dbllist.h | 9 #define DBL_LIST_HEAD(name) struct list_head name = DBL_LIST_HEAD_INIT(name) 18 struct list_head *pPrev = prev; \ 19 struct list_head *pNext = next; \ 32 struct list_head *pPrev = prev; \ 33 struct list_head *pNext = next; \ 48 struct list_head * first = (list)->pNext; \ 50 struct list_head * last = (list)->pPrev; \ 51 struct list_head * at = (head)->pNext; \ 88 struct list_head struct 90 struct list_head *pNext; argument [all …]
|
/external/iproute2/include/ |
D | list.h | 11 struct list_head { struct 12 struct list_head *next, *prev; argument 15 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 21 static inline void __list_add(struct list_head *new, in __list_add() 22 struct list_head *prev, in __list_add() 23 struct list_head *next) in __list_add() 31 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 36 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 41 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() 47 static inline void list_del(struct list_head *entry) in list_del()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | code-placement.ll | 6 %struct.list_head = type { %struct.list_head*, %struct.list_data_s* } 8 define arm_apcscc %struct.list_head* @t1(%struct.list_head* %list) nounwind { 11 %0 = icmp eq %struct.list_head* %list, null 19 %list_addr.05 = phi %struct.list_head* [ %2, %bb ], [ %list, %entry ] 20 %next.04 = phi %struct.list_head* [ %list_addr.05, %bb ], [ null, %entry ] 21 %1 = getelementptr inbounds %struct.list_head* %list_addr.05, i32 0, i32 0 22 %2 = load %struct.list_head** %1, align 4 23 store %struct.list_head* %next.04, %struct.list_head** %1, align 4 24 %3 = icmp eq %struct.list_head* %2, null 28 %next.0.lcssa = phi %struct.list_head* [ null, %entry ], [ %list_addr.05, %bb ] [all …]
|
/external/libnl/python/netlink/ |
D | utils.h | 1 struct list_head { struct 2 struct list_head *next; argument 6 struct list_head name = { &(name) } 8 static inline int list_empty(const struct list_head *head) in list_empty() 13 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 19 static inline void list_del(struct list_head *entry, struct list_head *prev) in list_del()
|
/external/libdrm/ |
D | util_double_list.h | 41 struct list_head struct 43 struct list_head *prev; argument 44 struct list_head *next; argument 47 static inline void list_inithead(struct list_head *item) in list_inithead() 53 static inline void list_add(struct list_head *item, struct list_head *list) in list_add() 61 static inline void list_addtail(struct list_head *item, struct list_head *list) in list_addtail() 69 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() 77 static inline void list_del(struct list_head *item) in list_del() 83 static inline void list_delinit(struct list_head *item) in list_delinit()
|
/external/libusb/libusb/ |
D | libusbi.h | 77 struct list_head { struct 78 struct list_head *prev, *next; argument 111 static inline void list_init(struct list_head *entry) in list_init() 116 static inline void list_add(struct list_head *entry, struct list_head *head) in list_add() 125 static inline void list_add_tail(struct list_head *entry, in list_add_tail() 126 struct list_head *head) in list_add_tail() 135 static inline void list_del(struct list_head *entry) in list_del() 263 struct list_head usb_devs; 268 struct list_head open_devs; 272 struct list_head hotplug_cbs; [all …]
|
/external/libusb/include/libusb/ |
D | libusbi.h | 77 struct list_head { struct 78 struct list_head *prev, *next; argument 111 static inline void list_init(struct list_head *entry) in list_init() 116 static inline void list_add(struct list_head *entry, struct list_head *head) in list_add() 125 static inline void list_add_tail(struct list_head *entry, in list_add_tail() 126 struct list_head *head) in list_add_tail() 135 static inline void list_del(struct list_head *entry) in list_del() 263 struct list_head usb_devs; 268 struct list_head open_devs; 272 struct list_head hotplug_cbs; [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.h | 80 struct list_head head; 83 struct list_head bucket_head; 111 struct list_head bucket[SVGA_HOST_SURFACE_CACHE_BUCKETS]; 115 struct list_head unused; 118 struct list_head validated; 121 struct list_head invalidated; 124 struct list_head empty;
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 49 struct list_head list; 67 struct list_head list; 98 struct list_head list; 121 struct list_head list; 164 struct list_head list; 179 struct list_head alu; 180 struct list_head tex; 181 struct list_head vtx; 182 struct list_head gds; 230 struct list_head cf;
|
/external/syslinux/com32/include/sys/ |
D | module.h | 92 struct list_head required; // Head of the required modules list 93 struct list_head dependants; // Head of module dependants list 94 struct list_head list; // The list entry in the module list 142 struct list_head list; // The list entry in the dependency list 169 extern struct list_head modules_head;
|