Symbol: list_head
lib/libdpv/dpv.c
136
struct dpv_file_node *list_head;
lib/libdpv/dpv.c
549
list_head = file_list;
lib/libdpv/dpv.c
640
dprompt_recreate(list_head, curfile, pct);
lib/libdpv/dpv.c
689
list_head = curfile->next;
lib/libpmc/pmu-events/jevents.c
405
struct list_head list;
lib/libpmc/pmu-events/jevents.c
97
struct list_head list;
lib/libpmc/pmu-events/list.h
101
__list_del_entry(struct list_head *entry)
lib/libpmc/pmu-events/list.h
108
list_del(struct list_head *entry)
lib/libpmc/pmu-events/list.h
115
list_replace(struct list_head *old, struct list_head *new)
lib/libpmc/pmu-events/list.h
124
list_replace_init(struct list_head *old, struct list_head *new)
lib/libpmc/pmu-events/list.h
131
linux_list_add(struct list_head *new, struct list_head *prev,
lib/libpmc/pmu-events/list.h
132
struct list_head *next)
lib/libpmc/pmu-events/list.h
142
list_del_init(struct list_head *entry)
lib/libpmc/pmu-events/list.h
213
list_add(struct list_head *new, struct list_head *head)
lib/libpmc/pmu-events/list.h
220
list_add_tail(struct list_head *new, struct list_head *head)
lib/libpmc/pmu-events/list.h
227
list_move(struct list_head *list, struct list_head *head)
lib/libpmc/pmu-events/list.h
235
list_move_tail(struct list_head *entry, struct list_head *head)
lib/libpmc/pmu-events/list.h
243
linux_list_splice(const struct list_head *list, struct list_head *prev,
lib/libpmc/pmu-events/list.h
244
struct list_head *next)
lib/libpmc/pmu-events/list.h
246
struct list_head *first;
lib/libpmc/pmu-events/list.h
247
struct list_head *last;
lib/libpmc/pmu-events/list.h
260
list_splice(const struct list_head *list, struct list_head *head)
lib/libpmc/pmu-events/list.h
267
list_splice_tail(struct list_head *list, struct list_head *head)
lib/libpmc/pmu-events/list.h
274
list_splice_init(struct list_head *list, struct list_head *head)
lib/libpmc/pmu-events/list.h
282
list_splice_tail_init(struct list_head *list, struct list_head *head)
lib/libpmc/pmu-events/list.h
290
#define LIST_HEAD(name) struct list_head name = { &(name), &(name) }
lib/libpmc/pmu-events/list.h
385
static inline int list_is_singular(const struct list_head *head)
lib/libpmc/pmu-events/list.h
390
static inline void __list_cut_position(struct list_head *list,
lib/libpmc/pmu-events/list.h
391
struct list_head *head, struct list_head *entry)
lib/libpmc/pmu-events/list.h
393
struct list_head *new_first = entry->next;
lib/libpmc/pmu-events/list.h
402
static inline void list_cut_position(struct list_head *list,
lib/libpmc/pmu-events/list.h
403
struct list_head *head, struct list_head *entry)
lib/libpmc/pmu-events/list.h
41
struct list_head name = LINUX_LIST_HEAD_INIT(name)
lib/libpmc/pmu-events/list.h
416
static inline int list_is_last(const struct list_head *list,
lib/libpmc/pmu-events/list.h
417
const struct list_head *head)
lib/libpmc/pmu-events/list.h
452
extern void list_sort(void *priv, struct list_head *head, int (*cmp)(void *priv,
lib/libpmc/pmu-events/list.h
453
struct list_head *a, struct list_head *b));
lib/libpmc/pmu-events/list.h
46
struct list_head *next;
lib/libpmc/pmu-events/list.h
47
struct list_head *prev;
lib/libpmc/pmu-events/list.h
72
INIT_LIST_HEAD(struct list_head *list)
lib/libpmc/pmu-events/list.h
79
list_empty(const struct list_head *head)
lib/libpmc/pmu-events/list.h
86
list_empty_careful(const struct list_head *head)
lib/libpmc/pmu-events/list.h
88
struct list_head *next = head->next;
lib/libpmc/pmu-events/list.h
94
__list_del(struct list_head *prev, struct list_head *next)
stand/libsa/zfs/zfsimpl.c
682
while ((is = list_head(&iv->iv_splits)) != NULL) {
stand/libsa/zfs/zfsimpl.c
731
first = list_head(&iv->iv_splits);
stand/libsa/zfs/zfsimpl.c
760
for (indirect_split_t *is = list_head(&iv->iv_splits);
sys/compat/linuxkpi/common/include/linux/device.h
104
struct list_head irqents;
sys/compat/linuxkpi/common/include/linux/device.h
132
struct list_head devres_head;
sys/compat/linuxkpi/common/include/linux/kmsg_dump.h
34
struct list_head list;
sys/compat/linuxkpi/common/include/linux/kobject.h
62
struct list_head entry;
sys/compat/linuxkpi/common/include/linux/kobject.h
90
struct list_head list;
sys/compat/linuxkpi/common/include/linux/list.h
102
list_empty_careful(const struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
104
struct list_head *next = head->next;
sys/compat/linuxkpi/common/include/linux/list.h
110
__list_del(struct list_head *prev, struct list_head *next)
sys/compat/linuxkpi/common/include/linux/list.h
117
__list_del_entry(struct list_head *entry)
sys/compat/linuxkpi/common/include/linux/list.h
124
list_del(struct list_head *entry)
sys/compat/linuxkpi/common/include/linux/list.h
131
list_replace(struct list_head *old, struct list_head *new)
sys/compat/linuxkpi/common/include/linux/list.h
140
list_replace_init(struct list_head *old, struct list_head *new)
sys/compat/linuxkpi/common/include/linux/list.h
147
__list_add(struct list_head *new, struct list_head *prev,
sys/compat/linuxkpi/common/include/linux/list.h
148
struct list_head *next)
sys/compat/linuxkpi/common/include/linux/list.h
158
list_del_init(struct list_head *entry)
sys/compat/linuxkpi/common/include/linux/list.h
243
list_add(struct list_head *new, struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
250
list_add_tail(struct list_head *new, struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
257
list_move(struct list_head *list, struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
265
list_move_tail(struct list_head *entry, struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
273
list_rotate_to_front(struct list_head *entry, struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
280
list_bulk_move_tail(struct list_head *head, struct list_head *first,
sys/compat/linuxkpi/common/include/linux/list.h
281
struct list_head *last)
sys/compat/linuxkpi/common/include/linux/list.h
292
linux_list_splice(const struct list_head *list, struct list_head *prev,
sys/compat/linuxkpi/common/include/linux/list.h
293
struct list_head *next)
sys/compat/linuxkpi/common/include/linux/list.h
295
struct list_head *first;
sys/compat/linuxkpi/common/include/linux/list.h
296
struct list_head *last;
sys/compat/linuxkpi/common/include/linux/list.h
309
list_splice(const struct list_head *list, struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
316
list_splice_tail(struct list_head *list, struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
323
list_splice_init(struct list_head *list, struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
331
list_splice_tail_init(struct list_head *list, struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
339
#define LIST_HEAD(name) struct list_head name = { &(name), &(name) }
sys/compat/linuxkpi/common/include/linux/list.h
433
static inline int list_is_singular(const struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
438
static inline void __list_cut_position(struct list_head *list,
sys/compat/linuxkpi/common/include/linux/list.h
439
struct list_head *head, struct list_head *entry)
sys/compat/linuxkpi/common/include/linux/list.h
441
struct list_head *new_first = entry->next;
sys/compat/linuxkpi/common/include/linux/list.h
450
static inline void list_cut_position(struct list_head *list,
sys/compat/linuxkpi/common/include/linux/list.h
451
struct list_head *head, struct list_head *entry)
sys/compat/linuxkpi/common/include/linux/list.h
464
static inline int list_is_first(const struct list_head *list,
sys/compat/linuxkpi/common/include/linux/list.h
465
const struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
471
static inline int list_is_last(const struct list_head *list,
sys/compat/linuxkpi/common/include/linux/list.h
472
const struct list_head *head)
sys/compat/linuxkpi/common/include/linux/list.h
478
list_count_nodes(const struct list_head *list)
sys/compat/linuxkpi/common/include/linux/list.h
480
const struct list_head *lh;
sys/compat/linuxkpi/common/include/linux/list.h
522
extern void list_sort(void *priv, struct list_head *head, int (*cmp)(void *priv,
sys/compat/linuxkpi/common/include/linux/list.h
523
const struct list_head *a, const struct list_head *b));
sys/compat/linuxkpi/common/include/linux/list.h
525
extern void list_sort(void *priv, struct list_head *head, int (*cmp)(void *priv,
sys/compat/linuxkpi/common/include/linux/list.h
526
struct list_head *a, struct list_head *b));
sys/compat/linuxkpi/common/include/linux/list.h
85
struct list_head name = LINUX_LIST_HEAD_INIT(name)
sys/compat/linuxkpi/common/include/linux/list.h
88
INIT_LIST_HEAD(struct list_head *list)
sys/compat/linuxkpi/common/include/linux/list.h
95
list_empty(const struct list_head *head)
sys/compat/linuxkpi/common/include/linux/netdevice.h
242
struct list_head rx_list;
sys/compat/linuxkpi/common/include/linux/netdevice.h
365
netif_receive_skb_list(struct list_head *head)
sys/compat/linuxkpi/common/include/linux/netdevice.h
88
struct list_head addr_list;
sys/compat/linuxkpi/common/include/linux/netdevice.h
93
struct list_head addr_list;
sys/compat/linuxkpi/common/include/linux/pci.h
266
struct list_head node;
sys/compat/linuxkpi/common/include/linux/pci.h
294
extern struct list_head pci_drivers;
sys/compat/linuxkpi/common/include/linux/pci.h
295
extern struct list_head pci_devices;
sys/compat/linuxkpi/common/include/linux/pci.h
337
struct list_head links;
sys/compat/linuxkpi/common/include/linux/rculist.h
37
#define list_next_rcu(head) (*((struct list_head **)(&(head)->next)))
sys/compat/linuxkpi/common/include/linux/rculist.h
38
#define list_prev_rcu(head) (*((struct list_head **)(&(head)->prev)))
sys/compat/linuxkpi/common/include/linux/rculist.h
54
linux_list_add_rcu(struct list_head *new, struct list_head *prev,
sys/compat/linuxkpi/common/include/linux/rculist.h
55
struct list_head *next)
sys/compat/linuxkpi/common/include/linux/rculist.h
64
list_add_rcu(struct list_head *new, struct list_head *head)
sys/compat/linuxkpi/common/include/linux/rculist.h
70
list_add_tail_rcu(struct list_head *new, struct list_head *head)
sys/compat/linuxkpi/common/include/linux/rculist.h
76
__list_del_rcu(struct list_head *prev, struct list_head *next)
sys/compat/linuxkpi/common/include/linux/rculist.h
83
__list_del_entry_rcu(struct list_head *entry)
sys/compat/linuxkpi/common/include/linux/rculist.h
89
list_del_rcu(struct list_head *entry)
sys/compat/linuxkpi/common/include/linux/skbuff.h
153
struct list_head list;
sys/compat/linuxkpi/common/include/linux/types.h
83
struct list_head *next;
sys/compat/linuxkpi/common/include/linux/types.h
84
struct list_head *prev;
sys/compat/linuxkpi/common/include/linux/wait.h
75
struct list_head task_list; /* < v4.13 */
sys/compat/linuxkpi/common/include/linux/wait.h
76
struct list_head entry; /* >= v4.13 */
sys/compat/linuxkpi/common/include/linux/wait.h
83
struct list_head task_list; /* < v4.13 */
sys/compat/linuxkpi/common/include/linux/wait.h
84
struct list_head head; /* >= v4.13 */
sys/compat/linuxkpi/common/include/net/cfg80211.h
1110
struct list_head entry;
sys/compat/linuxkpi/common/include/net/mac80211.h
1157
struct ieee80211_sta *, struct napi_struct *, struct list_head *);
sys/compat/linuxkpi/common/include/net/mac80211.h
1356
struct sk_buff *skb, struct list_head *list)
sys/compat/linuxkpi/common/include/net/mac80211.h
679
struct list_head *free_list;
sys/compat/linuxkpi/common/src/linux_80211.c
1877
struct list_head *le, *next;
sys/compat/linuxkpi/common/src/linux_80211.c
7444
struct list_head *list __unused)
sys/compat/linuxkpi/common/src/linux_80211.h
168
struct list_head lsta_list;
sys/compat/linuxkpi/common/src/linux_80211.h
216
struct list_head lsta_list;
sys/compat/linuxkpi/common/src/linux_80211.h
252
struct list_head lchanctx_list;
sys/compat/linuxkpi/common/src/linux_80211.h
328
struct list_head entry;
sys/compat/linuxkpi/common/src/linux_80211.h
343
struct list_head wwk_list;
sys/compat/linuxkpi/common/src/linux_aperture.c
137
struct list_head lh;
sys/compat/linuxkpi/common/src/linux_aperture.c
168
struct list_head *pos;
sys/compat/linuxkpi/common/src/linux_aperture.c
250
struct list_head *pos, *n;
sys/compat/linuxkpi/common/src/linux_compat.c
157
struct list_head pci_drivers;
sys/compat/linuxkpi/common/src/linux_compat.c
158
struct list_head pci_devices;
sys/compat/linuxkpi/common/src/linux_compat.c
2576
int (*cmp)(void *, struct list_head *, struct list_head *);
sys/compat/linuxkpi/common/src/linux_compat.c
2583
struct list_head *le1, *le2;
sys/compat/linuxkpi/common/src/linux_compat.c
2587
le1 = *(__DECONST(struct list_head **, d1));
sys/compat/linuxkpi/common/src/linux_compat.c
2588
le2 = *(__DECONST(struct list_head **, d2));
sys/compat/linuxkpi/common/src/linux_compat.c
2593
list_sort(void *priv, struct list_head *head, int (*cmp)(void *priv,
sys/compat/linuxkpi/common/src/linux_compat.c
2594
struct list_head *a, struct list_head *b))
sys/compat/linuxkpi/common/src/linux_compat.c
2597
struct list_head **ar, *le;
sys/compat/linuxkpi/common/src/linux_compat.c
2603
ar = malloc(sizeof(struct list_head *) * count, M_KMALLOC, M_WAITOK);
sys/compat/linuxkpi/common/src/linux_compat.c
2609
qsort_r(ar, count, sizeof(struct list_head *), linux_le_cmp, &thunk);
sys/compat/linuxkpi/common/src/linux_devres.c
42
struct list_head entry;
sys/compat/linuxkpi/common/src/linux_interrupt.c
40
struct list_head links;
sys/dev/aic7xxx/aic79xx.c
198
u_int *list_head, u_int *list_tail,
sys/dev/aic7xxx/aic79xx.c
7597
ahd_search_action action, u_int *list_head,
sys/dev/aic7xxx/aic79xx.c
7609
next = *list_head;
sys/dev/aic7xxx/aic79xx.c
7644
*list_head = next;
sys/dev/bnxt/bnxt_en/bnxt_auxbus_compat.c
38
static struct list_head bnxt_aux_bus_dev_list = LINUX_LIST_HEAD_INIT(bnxt_aux_bus_dev_list);
sys/dev/bnxt/bnxt_en/bnxt_auxbus_compat.c
39
static struct list_head bnxt_aux_bus_drv_list = LINUX_LIST_HEAD_INIT(bnxt_aux_bus_drv_list);
sys/dev/bnxt/bnxt_en/bnxt_auxbus_compat.h
48
struct list_head list;
sys/dev/bnxt/bnxt_en/bnxt_auxbus_compat.h
57
struct list_head list;
sys/dev/bnxt/bnxt_re/bnxt_re.h
170
extern struct list_head bnxt_re_dev_list;
sys/dev/bnxt/bnxt_re/bnxt_re.h
336
struct list_head en_list;
sys/dev/bnxt/bnxt_re/bnxt_re.h
433
struct list_head head;
sys/dev/bnxt/bnxt_re/bnxt_re.h
482
struct list_head list;
sys/dev/bnxt/bnxt_re/bnxt_re.h
527
struct list_head qp_list;
sys/dev/bnxt/bnxt_re/bnxt_re.h
562
struct list_head mac_wq_list;
sys/dev/bnxt/bnxt_re/bnxt_re.h
614
struct list_head list;
sys/dev/bnxt/bnxt_re/ib_verbs.h
196
struct list_head list;
sys/dev/bnxt/bnxt_re/ib_verbs.h
215
struct list_head cq_list;
sys/dev/bnxt/bnxt_re/ib_verbs.h
261
struct list_head cq_list;
sys/dev/bnxt/bnxt_re/main.c
100
struct list_head bnxt_re_dev_list = LINUX_LIST_HEAD_INIT(bnxt_re_dev_list);
sys/dev/bnxt/bnxt_re/qplib_fp.h
386
struct list_head sq_flush;
sys/dev/bnxt/bnxt_re/qplib_fp.h
387
struct list_head rq_flush;
sys/dev/bnxt/bnxt_re/qplib_fp.h
457
struct list_head sqf_head;
sys/dev/bnxt/bnxt_re/qplib_fp.h
458
struct list_head rqf_head;
sys/dev/cxgbe/iw_cxgbe/cm.c
213
struct list_head list; /* belongs to listen_port_list */
sys/dev/cxgbe/iw_cxgbe/cm.c
214
struct list_head lep_list; /* per port lep list */
sys/dev/cxgbe/iw_cxgbe/cm.c
434
struct list_head entry;
sys/dev/cxgbe/iw_cxgbe/cm.c
447
struct list_head *tmp;
sys/dev/cxgbe/iw_cxgbe/device.c
52
struct list_head *pos, *nxt;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
107
struct list_head entry;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
112
struct list_head qpids;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
113
struct list_head cqids;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
509
struct list_head mmaps;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
518
struct list_head entry;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
527
struct list_head *pos, *nxt;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
844
struct list_head listen_ep_list; /* list of all listener ep's bound
sys/dev/drm2/drmP.h
1005
struct list_head ctxlist; /**< Linked list of context handles */
sys/dev/drm2/drmP.h
1060
struct list_head vblank_event_list;
sys/dev/drm2/drmP.h
317
struct list_head head;
sys/dev/drm2/drmP.h
392
struct list_head link;
sys/dev/drm2/drmP.h
401
struct list_head head;
sys/dev/drm2/drmP.h
411
struct list_head lhead;
sys/dev/drm2/drmP.h
421
struct list_head fbs;
sys/dev/drm2/drmP.h
424
struct list_head event_list;
sys/dev/drm2/drmP.h
474
struct list_head head;
sys/dev/drm2/drmP.h
484
struct list_head memory;
sys/dev/drm2/drmP.h
533
struct list_head head; /**< list head */
sys/dev/drm2/drmP.h
545
struct list_head head; /**< list head */
sys/dev/drm2/drmP.h
647
struct list_head head; /**< each minor contains a list of masters */
sys/dev/drm2/drmP.h
659
struct list_head magicfree;
sys/dev/drm2/drmP.h
938
struct list_head master_list;
sys/dev/drm2/drmP.h
995
struct list_head filelist;
sys/dev/drm2/drmP.h
999
struct list_head maplist; /**< Linked list of regions */
sys/dev/drm2/drm_crtc.c
1201
struct list_head *lh;
sys/dev/drm2/drm_crtc.h
124
struct list_head head;
sys/dev/drm2/drm_crtc.h
252
struct list_head head;
sys/dev/drm2/drm_crtc.h
264
struct list_head filp_head;
sys/dev/drm2/drm_crtc.h
271
struct list_head head;
sys/dev/drm2/drm_crtc.h
278
struct list_head head;
sys/dev/drm2/drm_crtc.h
283
struct list_head head;
sys/dev/drm2/drm_crtc.h
290
struct list_head enum_blob_list;
sys/dev/drm2/drm_crtc.h
386
struct list_head head;
sys/dev/drm2/drm_crtc.h
492
struct list_head head;
sys/dev/drm2/drm_crtc.h
566
struct list_head head;
sys/dev/drm2/drm_crtc.h
574
struct list_head modes; /* list of modes on this connector */
sys/dev/drm2/drm_crtc.h
579
struct list_head probed_modes;
sys/dev/drm2/drm_crtc.h
584
struct list_head user_modes;
sys/dev/drm2/drm_crtc.h
651
struct list_head head;
sys/dev/drm2/drm_crtc.h
772
struct list_head fb_list;
sys/dev/drm2/drm_crtc.h
774
struct list_head connector_list;
sys/dev/drm2/drm_crtc.h
776
struct list_head encoder_list;
sys/dev/drm2/drm_crtc.h
778
struct list_head plane_list;
sys/dev/drm2/drm_crtc.h
781
struct list_head crtc_list;
sys/dev/drm2/drm_crtc.h
783
struct list_head property_list;
sys/dev/drm2/drm_crtc.h
796
struct list_head property_blob_list;
sys/dev/drm2/drm_crtc.h
909
extern void drm_mode_list_concat(struct list_head *head,
sys/dev/drm2/drm_crtc.h
910
struct list_head *new);
sys/dev/drm2/drm_crtc.h
912
struct list_head *mode_list,
sys/dev/drm2/drm_crtc.h
915
struct list_head *mode_list,
sys/dev/drm2/drm_crtc.h
918
struct list_head *mode_list, bool verbose);
sys/dev/drm2/drm_crtc.h
919
extern void drm_mode_sort(struct list_head *mode_list);
sys/dev/drm2/drm_crtc_helper.c
54
struct list_head panel_list;
sys/dev/drm2/drm_fb_helper.h
76
struct list_head kernel_fb_list;
sys/dev/drm2/drm_ioctl.c
153
struct list_head *list;
sys/dev/drm2/drm_linux_list.h
103
list_del_init(struct list_head *entry) {
sys/dev/drm2/drm_linux_list.h
154
__list_splice(const struct list_head *list, struct list_head *prev,
sys/dev/drm2/drm_linux_list.h
155
struct list_head *next)
sys/dev/drm2/drm_linux_list.h
157
struct list_head *first = list->next;
sys/dev/drm2/drm_linux_list.h
158
struct list_head *last = list->prev;
sys/dev/drm2/drm_linux_list.h
168
list_splice(const struct list_head *list, struct list_head *head)
sys/dev/drm2/drm_linux_list.h
176
void drm_list_sort(void *priv, struct list_head *head, int (*cmp)(void *priv,
sys/dev/drm2/drm_linux_list.h
177
struct list_head *a, struct list_head *b));
sys/dev/drm2/drm_linux_list.h
37
struct list_head *next, *prev;
sys/dev/drm2/drm_linux_list.h
43
INIT_LIST_HEAD(struct list_head *head) {
sys/dev/drm2/drm_linux_list.h
51
struct list_head name = LIST_HEAD_INIT(name)
sys/dev/drm2/drm_linux_list.h
54
list_empty(const struct list_head *head) {
sys/dev/drm2/drm_linux_list.h
59
list_add(struct list_head *new, struct list_head *head) {
sys/dev/drm2/drm_linux_list.h
67
list_add_tail(struct list_head *entry, struct list_head *head) {
sys/dev/drm2/drm_linux_list.h
75
list_del(struct list_head *entry) {
sys/dev/drm2/drm_linux_list.h
80
static inline void list_replace(struct list_head *old,
sys/dev/drm2/drm_linux_list.h
81
struct list_head *new)
sys/dev/drm2/drm_linux_list.h
89
static inline void list_move(struct list_head *list, struct list_head *head)
sys/dev/drm2/drm_linux_list.h
95
static inline void list_move_tail(struct list_head *list,
sys/dev/drm2/drm_linux_list.h
96
struct list_head *head)
sys/dev/drm2/drm_linux_list_sort.c
33
int (*cmp)(void *, struct list_head *, struct list_head *);
sys/dev/drm2/drm_linux_list_sort.c
40
struct list_head *le1, *le2;
sys/dev/drm2/drm_linux_list_sort.c
44
le1 = *(__DECONST(struct list_head **, d1));
sys/dev/drm2/drm_linux_list_sort.c
45
le2 = *(__DECONST(struct list_head **, d2));
sys/dev/drm2/drm_linux_list_sort.c
53
drm_list_sort(void *priv, struct list_head *head, int (*cmp)(void *priv,
sys/dev/drm2/drm_linux_list_sort.c
54
struct list_head *a, struct list_head *b))
sys/dev/drm2/drm_linux_list_sort.c
57
struct list_head **ar, *le;
sys/dev/drm2/drm_linux_list_sort.c
63
ar = malloc(sizeof(struct list_head *) * count, M_TEMP, M_WAITOK);
sys/dev/drm2/drm_linux_list_sort.c
69
qsort_r(ar, count, sizeof(struct list_head *), drm_le_cmp, &thunk);
sys/dev/drm2/drm_mm.c
631
struct list_head *head = &mm->head_node.node_list;
sys/dev/drm2/drm_mm.h
43
struct list_head node_list;
sys/dev/drm2/drm_mm.h
44
struct list_head hole_stack;
sys/dev/drm2/drm_mm.h
59
struct list_head hole_stack;
sys/dev/drm2/drm_mm.h
63
struct list_head unused_nodes;
sys/dev/drm2/drm_modes.c
518
void drm_mode_list_concat(struct list_head *head, struct list_head *new)
sys/dev/drm2/drm_modes.c
521
struct list_head *entry, *tmp;
sys/dev/drm2/drm_modes.c
796
struct list_head *mode_list,
sys/dev/drm2/drm_modes.c
831
struct list_head *mode_list,
sys/dev/drm2/drm_modes.c
865
struct list_head *mode_list, bool verbose)
sys/dev/drm2/drm_modes.c
899
static int drm_mode_compare(void *priv, struct list_head *lh_a, struct list_head *lh_b)
sys/dev/drm2/drm_modes.c
930
void drm_mode_sort(struct list_head *mode_list)
sys/dev/drm2/ttm/ttm_bo_api.h
226
struct list_head lru;
sys/dev/drm2/ttm/ttm_bo_api.h
227
struct list_head ddestroy;
sys/dev/drm2/ttm/ttm_bo_api.h
228
struct list_head swap;
sys/dev/drm2/ttm/ttm_bo_api.h
229
struct list_head io_reserve_lru;
sys/dev/drm2/ttm/ttm_bo_driver.h
143
struct list_head pages_list;
sys/dev/drm2/ttm/ttm_bo_driver.h
288
struct list_head io_reserve_lru;
sys/dev/drm2/ttm/ttm_bo_driver.h
294
struct list_head lru;
sys/dev/drm2/ttm/ttm_bo_driver.h
494
struct list_head device_list;
sys/dev/drm2/ttm/ttm_bo_driver.h
499
struct list_head swap_lru;
sys/dev/drm2/ttm/ttm_bo_driver.h
535
struct list_head device_list;
sys/dev/drm2/ttm/ttm_bo_driver.h
550
struct list_head ddestroy;
sys/dev/drm2/ttm/ttm_execbuf_util.c
111
int ttm_eu_reserve_buffers(struct list_head *list)
sys/dev/drm2/ttm/ttm_execbuf_util.c
203
void ttm_eu_fence_buffer_objects(struct list_head *list, void *sync_obj)
sys/dev/drm2/ttm/ttm_execbuf_util.c
34
static void ttm_eu_backoff_reservation_locked(struct list_head *list)
sys/dev/drm2/ttm/ttm_execbuf_util.c
54
static void ttm_eu_del_from_lru_locked(struct list_head *list)
sys/dev/drm2/ttm/ttm_execbuf_util.c
70
static void ttm_eu_list_ref_sub(struct list_head *list)
sys/dev/drm2/ttm/ttm_execbuf_util.c
84
void ttm_eu_backoff_reservation(struct list_head *list)
sys/dev/drm2/ttm/ttm_execbuf_util.h
106
extern void ttm_eu_fence_buffer_objects(struct list_head *list, void *sync_obj);
sys/dev/drm2/ttm/ttm_execbuf_util.h
48
struct list_head head;
sys/dev/drm2/ttm/ttm_execbuf_util.h
65
extern void ttm_eu_backoff_reservation(struct list_head *list);
sys/dev/drm2/ttm/ttm_execbuf_util.h
92
extern int ttm_eu_reserve_buffers(struct list_head *list);
sys/dev/drm2/ttm/ttm_object.c
112
struct list_head head;
sys/dev/drm2/ttm/ttm_object.c
358
struct list_head *list;
sys/dev/drm2/ttm/ttm_object.c
65
struct list_head ref_list;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
104
struct list_head pools; /* The 'struct device->dma_pools link */
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
107
struct list_head inuse_list;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
108
struct list_head free_list;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
129
struct list_head page_list;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
155
struct list_head pools;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
171
struct list_head pools;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
378
static void ttm_dma_pages_put(struct dma_pool *pool, struct list_head *d_pages,
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
420
struct list_head d_pages;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
673
struct list_head *d_pages,
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
706
struct list_head *d_pages,
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
796
struct list_head d_pages;
sys/dev/hpt27xx/array.h
101
struct list_head link;
sys/dev/hpt27xx/him.h
426
struct list_head q_link;
sys/dev/hpt27xx/ldm.h
111
struct list_head waiters; /* blocked commands */
sys/dev/hpt27xx/ldm.h
204
struct list_head link;
sys/dev/hpt27xx/ldm.h
389
struct list_head link;
sys/dev/hpt27xx/ldm.h
390
struct list_head cq_wait_send;
sys/dev/hpt27xx/ldm.h
391
struct list_head cq_sent;
sys/dev/hpt27xx/ldm.h
395
struct list_head cq_wait_lock;
sys/dev/hpt27xx/list.h
101
static HPT_INLINE void list_splice(struct list_head *list, struct list_head *head)
sys/dev/hpt27xx/list.h
107
static HPT_INLINE void list_splice_init(struct list_head *list, struct list_head *head)
sys/dev/hpt27xx/list.h
41
struct list_head *next, *prev;
sys/dev/hpt27xx/list.h
46
static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next)
sys/dev/hpt27xx/list.h
54
static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head)
sys/dev/hpt27xx/list.h
59
static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head)
sys/dev/hpt27xx/list.h
64
static HPT_INLINE void __list_del(struct list_head * prev, struct list_head * next)
sys/dev/hpt27xx/list.h
70
static HPT_INLINE void list_del(struct list_head *entry)
sys/dev/hpt27xx/list.h
75
static HPT_INLINE void list_del_init(struct list_head *entry)
sys/dev/hpt27xx/list.h
81
static HPT_INLINE int list_empty(struct list_head *head)
sys/dev/hpt27xx/list.h
87
static HPT_INLINE void __list_splice(struct list_head *list,
sys/dev/hpt27xx/list.h
88
struct list_head *head)
sys/dev/hpt27xx/list.h
90
struct list_head *first = list->next;
sys/dev/hpt27xx/list.h
91
struct list_head *last = list->prev;
sys/dev/hpt27xx/list.h
92
struct list_head *at = head->next;
sys/dev/hptmv/raid5n.h
105
struct list_head inactive_list;
sys/dev/hptmv/raid5n.h
106
struct list_head dirty_list;
sys/dev/hptmv/raid5n.h
107
struct list_head active_list;
sys/dev/hptmv/raid5n.h
95
struct list_head *next, *prev;
sys/dev/hptnr/array.h
101
struct list_head link;
sys/dev/hptnr/him.h
414
struct list_head q_link;
sys/dev/hptnr/ldm.h
111
struct list_head waiters; /* blocked commands */
sys/dev/hptnr/ldm.h
204
struct list_head link;
sys/dev/hptnr/ldm.h
388
struct list_head link;
sys/dev/hptnr/ldm.h
389
struct list_head cq_wait_send;
sys/dev/hptnr/ldm.h
390
struct list_head cq_sent;
sys/dev/hptnr/ldm.h
394
struct list_head cq_wait_lock;
sys/dev/hptnr/list.h
100
static HPT_INLINE void list_splice(struct list_head *list, struct list_head *head)
sys/dev/hptnr/list.h
106
static HPT_INLINE void list_splice_init(struct list_head *list, struct list_head *head)
sys/dev/hptnr/list.h
40
struct list_head *next, *prev;
sys/dev/hptnr/list.h
45
static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next)
sys/dev/hptnr/list.h
53
static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head)
sys/dev/hptnr/list.h
58
static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head)
sys/dev/hptnr/list.h
63
static HPT_INLINE void __list_del(struct list_head * prev, struct list_head * next)
sys/dev/hptnr/list.h
69
static HPT_INLINE void list_del(struct list_head *entry)
sys/dev/hptnr/list.h
74
static HPT_INLINE void list_del_init(struct list_head *entry)
sys/dev/hptnr/list.h
80
static HPT_INLINE int list_empty(struct list_head *head)
sys/dev/hptnr/list.h
86
static HPT_INLINE void __list_splice(struct list_head *list,
sys/dev/hptnr/list.h
87
struct list_head *head)
sys/dev/hptnr/list.h
89
struct list_head *first = list->next;
sys/dev/hptnr/list.h
90
struct list_head *last = list->prev;
sys/dev/hptnr/list.h
91
struct list_head *at = head->next;
sys/dev/hptrr/array.h
103
struct list_head link;
sys/dev/hptrr/him.h
369
struct list_head q_link;
sys/dev/hptrr/ldm.h
110
struct list_head waiters; /* blocked commands */
sys/dev/hptrr/ldm.h
202
struct list_head link;
sys/dev/hptrr/ldm.h
383
struct list_head link;
sys/dev/hptrr/ldm.h
384
struct list_head cq_wait_send;
sys/dev/hptrr/ldm.h
385
struct list_head cq_sent;
sys/dev/hptrr/ldm.h
388
struct list_head cq_wait_lock;
sys/dev/hptrr/list.h
103
static HPT_INLINE void list_splice(struct list_head *list, struct list_head *head)
sys/dev/hptrr/list.h
109
static HPT_INLINE void list_splice_init(struct list_head *list, struct list_head *head)
sys/dev/hptrr/list.h
43
struct list_head *next, *prev;
sys/dev/hptrr/list.h
48
static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next)
sys/dev/hptrr/list.h
56
static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head)
sys/dev/hptrr/list.h
61
static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head)
sys/dev/hptrr/list.h
66
static HPT_INLINE void __list_del(struct list_head * prev, struct list_head * next)
sys/dev/hptrr/list.h
72
static HPT_INLINE void list_del(struct list_head *entry)
sys/dev/hptrr/list.h
77
static HPT_INLINE void list_del_init(struct list_head *entry)
sys/dev/hptrr/list.h
83
static HPT_INLINE int list_empty(struct list_head *head)
sys/dev/hptrr/list.h
89
static HPT_INLINE void __list_splice(struct list_head *list,
sys/dev/hptrr/list.h
90
struct list_head *head)
sys/dev/hptrr/list.h
92
struct list_head *first = list->next;
sys/dev/hptrr/list.h
93
struct list_head *last = list->prev;
sys/dev/hptrr/list.h
94
struct list_head *at = head->next;
sys/dev/ice/ice_switch.c
1942
ice_find_rule_entry(struct LIST_HEAD_TYPE *list_head,
sys/dev/ice/ice_switch.c
1947
LIST_FOR_EACH_ENTRY(list_itr, list_head, ice_fltr_mgmt_list_entry,
sys/dev/ice/ice_switch.c
1974
struct LIST_HEAD_TYPE *list_head;
sys/dev/ice/ice_switch.c
1976
list_head = &recp_list->filt_rules;
sys/dev/ice/ice_switch.c
1980
LIST_FOR_EACH_ENTRY(list_itr, list_head,
sys/dev/ice/ice_switch.c
1995
LIST_FOR_EACH_ENTRY(list_itr, list_head,
sys/dev/ice/ice_switch.c
3035
ice_find_ucast_rule_entry(struct LIST_HEAD_TYPE *list_head,
sys/dev/ice/ice_switch.c
3040
LIST_FOR_EACH_ENTRY(list_itr, list_head, ice_fltr_mgmt_list_entry,
sys/dev/ice/ice_switch.c
4162
ice_replay_fltr(struct ice_hw *hw, u8 recp_id, struct LIST_HEAD_TYPE *list_head)
sys/dev/ice/ice_switch.c
4170
if (LIST_EMPTY(list_head))
sys/dev/ice/ice_switch.c
4178
LIST_REPLACE_INIT(list_head, &l_head);
sys/dev/ice/ice_switch.c
4263
struct LIST_HEAD_TYPE *list_head)
sys/dev/ice/ice_switch.c
4270
if (LIST_EMPTY(list_head))
sys/dev/ice/ice_switch.c
4275
LIST_FOR_EACH_ENTRY(itr, list_head, ice_fltr_mgmt_list_entry,
sys/dev/irdma/fbsd_kcompat.h
265
struct irdma_pbl *irdma_get_pbl(unsigned long va, struct list_head *pbl_list);
sys/dev/irdma/irdma_cm.c
1424
struct list_head *list_core_temp;
sys/dev/irdma/irdma_cm.c
1425
struct list_head *list_node;
sys/dev/irdma/irdma_cm.c
1431
struct list_head timer_list;
sys/dev/irdma/irdma_cm.c
1684
struct list_head *pos, *tpos;
sys/dev/irdma/irdma_cm.c
1941
struct list_head *reset_list)
sys/dev/irdma/irdma_cm.c
1966
struct list_head *list_pos;
sys/dev/irdma/irdma_cm.c
1967
struct list_head *list_temp;
sys/dev/irdma/irdma_cm.c
1969
struct list_head reset_list;
sys/dev/irdma/irdma_cm.c
343
struct list_head *timer_list)
sys/dev/irdma/irdma_cm.c
4171
struct list_head *teardown_list,
sys/dev/irdma/irdma_cm.c
4208
struct list_head *teardown_list,
sys/dev/irdma/irdma_cm.c
4215
struct list_head *list_node;
sys/dev/irdma/irdma_cm.c
4427
struct list_head *list_core_temp;
sys/dev/irdma/irdma_cm.c
4428
struct list_head *list_node;
sys/dev/irdma/irdma_cm.c
4430
struct list_head teardown_list;
sys/dev/irdma/irdma_cm.h
241
struct list_head list;
sys/dev/irdma/irdma_cm.h
276
struct list_head list;
sys/dev/irdma/irdma_cm.h
280
struct list_head child_listen_list;
sys/dev/irdma/irdma_cm.h
316
struct list_head timer_entry;
sys/dev/irdma/irdma_cm.h
317
struct list_head reset_entry;
sys/dev/irdma/irdma_cm.h
318
struct list_head teardown_entry;
sys/dev/irdma/irdma_cm.h
383
struct list_head listen_list;
sys/dev/irdma/irdma_ctrl.c
47
irdma_qp_from_entry(struct list_head *entry)
sys/dev/irdma/irdma_ctrl.c
62
irdma_get_qp_from_list(struct list_head *head,
sys/dev/irdma/irdma_ctrl.c
65
struct list_head *lastentry;
sys/dev/irdma/irdma_ctrl.c
66
struct list_head *entry = NULL;
sys/dev/irdma/irdma_kcompat.c
354
struct list_head *tmp_node, *list_node;
sys/dev/irdma/irdma_main.h
182
struct list_head list;
sys/dev/irdma/irdma_main.h
202
struct list_head cqp_avail_reqs;
sys/dev/irdma/irdma_main.h
203
struct list_head cqp_pending_reqs;
sys/dev/irdma/irdma_main.h
254
struct list_head list;
sys/dev/irdma/irdma_main.h
414
struct list_head list;
sys/dev/irdma/irdma_main.h
70
extern struct list_head irdma_handlers;
sys/dev/irdma/irdma_pble.h
102
struct list_head list;
sys/dev/irdma/irdma_pble.h
117
struct list_head clist;
sys/dev/irdma/irdma_protos.h
88
struct irdma_sc_qp *irdma_get_qp_from_list(struct list_head *head,
sys/dev/irdma/irdma_puda.c
1376
struct list_head *rxlist,
sys/dev/irdma/irdma_puda.c
1377
struct list_head *pbufl,
sys/dev/irdma/irdma_puda.c
1441
struct list_head *rxlist,
sys/dev/irdma/irdma_puda.c
1442
struct list_head *pbufl,
sys/dev/irdma/irdma_puda.c
1492
struct list_head pbufl; /* partial buffer list */
sys/dev/irdma/irdma_puda.c
1494
struct list_head *rxlist = &pfpdu->rxlist;
sys/dev/irdma/irdma_puda.c
1570
struct list_head *rxlist = &pfpdu->rxlist;
sys/dev/irdma/irdma_puda.c
1660
struct list_head *rxlist = &pfpdu->rxlist;
sys/dev/irdma/irdma_puda.c
1728
struct list_head *rxlist = &pfpdu->rxlist;
sys/dev/irdma/irdma_puda.c
1729
struct list_head *plist;
sys/dev/irdma/irdma_puda.c
1775
while ((struct list_head *)tmpbuf != rxlist) {
sys/dev/irdma/irdma_puda.c
1862
struct list_head *rxlist = &pfpdu->rxlist;
sys/dev/irdma/irdma_puda.c
56
irdma_puda_get_listbuf(struct list_head *list)
sys/dev/irdma/irdma_puda.c
62
list_del((struct list_head *)&buf->list);
sys/dev/irdma/irdma_puda.c
76
struct list_head *list = &rsrc->bufpool;
sys/dev/irdma/irdma_puda.h
159
struct list_head txpend;
sys/dev/irdma/irdma_puda.h
160
struct list_head bufpool; /* free buffers pool list for recv and xmit */
sys/dev/irdma/irdma_puda.h
89
struct list_head list; /* MUST be first entry */
sys/dev/irdma/irdma_type.h
1508
struct list_head cqp_cmd_entry;
sys/dev/irdma/irdma_type.h
358
struct list_head rxlist;
sys/dev/irdma/irdma_type.h
526
struct list_head list;
sys/dev/irdma/irdma_type.h
574
struct list_head qplist;
sys/dev/irdma/irdma_type.h
626
struct list_head cqp_cmd_head; /* head of the CQP command list */
sys/dev/irdma/irdma_utils.c
2061
struct list_head *chunk_entry = (&pprm->clist)->next;
sys/dev/irdma/irdma_utils.c
2424
struct list_head *tmp_node, *list_node;
sys/dev/irdma/irdma_utils.c
824
struct list_head *entry;
sys/dev/irdma/irdma_utils.c
825
struct list_head *list = &dev->cqp_cmd_head;
sys/dev/irdma/irdma_verbs.c
1452
struct list_head *tmp_node, *list_node;
sys/dev/irdma/irdma_verbs.c
251
struct list_head *pbl_list)
sys/dev/irdma/irdma_verbs.c
277
struct list_head *tmp_node, *list_node;
sys/dev/irdma/irdma_verbs.c
2794
struct list_head *tmp_node, *list_node;
sys/dev/irdma/irdma_verbs.c
2972
struct list_head *pos, *q;
sys/dev/irdma/irdma_verbs.h
118
struct list_head list;
sys/dev/irdma/irdma_verbs.h
123
struct list_head list;
sys/dev/irdma/irdma_verbs.h
168
struct list_head resize_list;
sys/dev/irdma/irdma_verbs.h
170
struct list_head cmpl_generated;
sys/dev/irdma/irdma_verbs.h
174
struct list_head list;
sys/dev/irdma/irdma_verbs.h
222
struct list_head teardown_entry;
sys/dev/irdma/irdma_verbs.h
223
struct list_head ud_list_elem;
sys/dev/irdma/irdma_verbs.h
53
struct list_head cq_reg_mem_list;
sys/dev/irdma/irdma_verbs.h
55
struct list_head qp_reg_mem_list;
sys/dev/irdma/irdma_verbs.h
58
struct list_head vma_list;
sys/dev/irdma/irdma_verbs.h
68
struct list_head udqp_list;
sys/dev/irdma/irdma_ws.h
51
struct list_head siblings;
sys/dev/irdma/irdma_ws.h
52
struct list_head child_list_head;
sys/dev/irdma/osdep.h
217
struct list_head;
sys/dev/isci/scil/sci_fast_list.h
108
#define sci_fast_list_is_empty(anchor) ((anchor)->list_head == NULL)
sys/dev/isci/scil/sci_fast_list.h
121
((anchor)->list_head == NULL ? NULL: (anchor)->list_head->object)
sys/dev/isci/scil/sci_fast_list.h
134
((anchor)->list_tail == NULL ? NULL: (anchor)->list_head->object)
sys/dev/isci/scil/sci_fast_list.h
190
struct SCI_FAST_LIST_ELEMENT *list_head;
sys/dev/isci/scil/sci_fast_list.h
226
if ( anchor->list_head == NULL )
sys/dev/isci/scil/sci_fast_list.h
229
anchor->list_head->prev = element;
sys/dev/isci/scil/sci_fast_list.h
230
element->next = anchor->list_head;
sys/dev/isci/scil/sci_fast_list.h
231
anchor->list_head = element;
sys/dev/isci/scil/sci_fast_list.h
254
anchor->list_head = element;
sys/dev/isci/scil/sci_fast_list.h
279
if ( anchor->list_head != NULL )
sys/dev/isci/scil/sci_fast_list.h
281
element = anchor->list_head;
sys/dev/isci/scil/sci_fast_list.h
282
object = anchor->list_head->object;
sys/dev/isci/scil/sci_fast_list.h
283
anchor->list_head = anchor->list_head->next;
sys/dev/isci/scil/sci_fast_list.h
284
if ( anchor->list_head == NULL )
sys/dev/isci/scil/sci_fast_list.h
308
anchor->list_head = NULL;
sys/dev/isci/scil/sci_fast_list.h
330
element->owning_list->list_head = element->next;
sys/dev/isci/scil/sci_fast_list.h
90
(anchor)->list_head = NULL; \
sys/dev/isci/scil/sci_simple_list.h
105
#define sci_simple_list_is_empty(anchor) ((anchor)->list_head == NULL)
sys/dev/isci/scil/sci_simple_list.h
111
#define sci_simple_list_get_head(anchor) ((anchor)->list_head)
sys/dev/isci/scil/sci_simple_list.h
149
struct SCI_SIMPLE_LIST_ELEMENT *list_head;
sys/dev/isci/scil/sci_simple_list.h
183
element->next = anchor->list_head;
sys/dev/isci/scil/sci_simple_list.h
184
anchor->list_head = element;
sys/dev/isci/scil/sci_simple_list.h
207
anchor->list_head = element;
sys/dev/isci/scil/sci_simple_list.h
234
if (anchor->list_head != NULL)
sys/dev/isci/scil/sci_simple_list.h
236
object = anchor->list_head->object;
sys/dev/isci/scil/sci_simple_list.h
238
anchor->list_head = anchor->list_head->next;
sys/dev/isci/scil/sci_simple_list.h
240
if (anchor->list_head == NULL)
sys/dev/isci/scil/sci_simple_list.h
302
source_anchor->list_tail->next = dest_anchor->list_head;
sys/dev/isci/scil/sci_simple_list.h
303
dest_anchor->list_head = source_anchor->list_head;
sys/dev/isci/scil/sci_simple_list.h
339
dest_anchor->list_tail->next = source_anchor->list_head;
sys/dev/isci/scil/sci_simple_list.h
87
(anchor)->list_head = NULL; \
sys/dev/isci/scil/scif_sas_domain.c
1190
SCI_FAST_LIST_ELEMENT_T * element = smp_remote_device->smp_phy_list.list_head;
sys/dev/isci/scil/scif_sas_domain.c
1272
SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head;
sys/dev/isci/scil/scif_sas_domain.c
359
SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head;
sys/dev/isci/scil/scif_sas_domain.c
636
SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head;
sys/dev/isci/scil/scif_sas_domain.c
691
SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head;
sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c
237
pending_request_element = fw_domain->request_list.list_head;
sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c
138
if (smp_device->smp_phy_list.list_head != NULL)
sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c
142
(SCIF_SAS_SMP_PHY_T *)smp_device->smp_phy_list.list_head->object
sys/dev/isci/scil/scif_sas_smp_remote_device.c
1387
&& fw_device->protocol_device.smp_device.smp_phy_list.list_head != NULL)
sys/dev/isci/scil/scif_sas_smp_remote_device.c
1771
SCI_FAST_LIST_ELEMENT_T * element = smp_remote_device->smp_phy_list.list_head;
sys/dev/isci/scil/scif_sas_smp_remote_device.c
1803
SCI_FAST_LIST_ELEMENT_T * element = smp_remote_device->smp_phy_list.list_head;
sys/dev/isci/scil/scif_sas_smp_remote_device.c
1975
SCI_FAST_LIST_ELEMENT_T * element = smp_remote_device->smp_phy_list.list_head;
sys/dev/isci/scil/scif_sas_smp_remote_device.c
2037
this_device->protocol_device.smp_device.smp_phy_list.list_head);
sys/dev/isci/scil/scif_sas_smp_remote_device.c
2119
SCI_FAST_LIST_ELEMENT_T * element = smp_remote_device->smp_phy_list.list_head;
sys/dev/isci/scil/scif_sas_smp_remote_device.c
2201
SCI_FAST_LIST_ELEMENT_T * element = this_smp_remote_device->smp_phy_list.list_head;
sys/dev/isci/scil/scif_sas_stp_remote_device.c
193
pending_request_element = fw_domain->request_list.list_head;
sys/dev/isci/scil/scif_sas_stp_task_request.c
220
pending_request_element = fw_domain->request_list.list_head;
sys/dev/iser/icl_iser.h
355
struct list_head ig_list;
sys/dev/iser/icl_iser.h
379
struct list_head list;
sys/dev/iser/icl_iser.h
425
struct list_head pool;
sys/dev/iser/icl_iser.h
435
struct list_head conn_list;
sys/dev/iser/icl_iser.h
462
struct list_head device_list;
sys/dev/iser/icl_iser.h
464
struct list_head connlist;
sys/dev/mlx4/device.h
1235
struct list_head list;
sys/dev/mlx4/device.h
1252
struct list_head list;
sys/dev/mlx4/device.h
654
struct list_head list;
sys/dev/mlx4/device.h
717
struct list_head bf_list;
sys/dev/mlx4/device.h
749
struct list_head reset_notify;
sys/dev/mlx4/driver.h
63
struct list_head list;
sys/dev/mlx4/mlx4_core/icm.h
43
((256 - sizeof (struct list_head) - 2 * sizeof (int)) / \
sys/dev/mlx4/mlx4_core/icm.h
50
struct list_head list;
sys/dev/mlx4/mlx4_core/icm.h
57
struct list_head chunk_list;
sys/dev/mlx4/mlx4_core/mlx4.h
455
struct list_head list;
sys/dev/mlx4/mlx4_core/mlx4.h
460
struct list_head list;
sys/dev/mlx4/mlx4_core/mlx4.h
465
struct list_head list;
sys/dev/mlx4/mlx4_core/mlx4.h
467
struct list_head duplicates;
sys/dev/mlx4/mlx4_core/mlx4.h
484
struct list_head mcast_filters[MLX4_MAX_PORTS + 1];
sys/dev/mlx4/mlx4_core/mlx4.h
529
struct list_head res_list[MLX4_NUM_OF_RESOURCE_TYPE];
sys/dev/mlx4/mlx4_core/mlx4.h
729
struct list_head list;
sys/dev/mlx4/mlx4_core/mlx4.h
844
struct list_head promisc_qps[MLX4_NUM_STEERS];
sys/dev/mlx4/mlx4_core/mlx4.h
845
struct list_head steer_entries[MLX4_NUM_STEERS];
sys/dev/mlx4/mlx4_core/mlx4.h
861
struct list_head dev_list;
sys/dev/mlx4/mlx4_core/mlx4.h
862
struct list_head ctx_list;
sys/dev/mlx4/mlx4_core/mlx4.h
868
struct list_head pgdir_list;
sys/dev/mlx4/mlx4_core/mlx4.h
898
struct list_head bf_list;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
203
struct list_head entries;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
204
struct list_head prios;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
213
struct list_head list;
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
214
struct list_head prio_list;
sys/dev/mlx4/mlx4_core/mlx4_intf.c
40
struct list_head list;
sys/dev/mlx4/mlx4_core/mlx4_intf.c
41
struct list_head bond_list;
sys/dev/mlx4/mlx4_core/mlx4_main.c
174
struct list_head list;
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
112
struct list_head mcg_list;
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
1957
struct list_head *mac_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
1974
struct list_head *mac_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
2007
struct list_head *mac_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
2027
struct list_head *mac_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
2081
struct list_head *vlan_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
2115
struct list_head *vlan_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
2136
struct list_head *vlan_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
229
struct list_head mirr_list;
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4146
struct list_head *rlist)
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4188
struct list_head *rlist, int header_id)
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4335
struct list_head *rlist = &tracker->slave_list[slave].res_list[RES_MAC];
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4574
struct list_head *rlist = &tracker->slave_list[slave].res_list[type];
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4628
struct list_head *qp_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4701
struct list_head *srq_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4767
struct list_head *cq_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4830
struct list_head *mpt_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
4899
struct list_head *mtt_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
5035
struct list_head *fs_rule_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
5087
struct list_head *eq_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
5145
struct list_head *counter_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
5191
struct list_head *xrcdn_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
5244
struct list_head *qp_list =
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
55
struct list_head list;
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
63
struct list_head list;
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
71
struct list_head list;
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
86
struct list_head list;
sys/dev/mlx4/mlx4_en/en.h
500
struct list_head list;
sys/dev/mlx4/mlx4_en/en.h
551
struct list_head ethtool_list;
sys/dev/mlx4/mlx4_en/en.h
614
struct list_head mc_list;
sys/dev/mlx4/mlx4_en/en.h
615
struct list_head uc_list;
sys/dev/mlx4/mlx4_en/en.h
616
struct list_head curr_mc_list;
sys/dev/mlx4/mlx4_en/en.h
617
struct list_head curr_uc_list;
sys/dev/mlx4/mlx4_en/en.h
643
struct list_head filters;
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
683
struct list_head *dst,
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
684
struct list_head *src)
sys/dev/mlx4/mlx4_en/mlx4_en_netdev.c
95
struct list_head next;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
128
struct list_head send_qp_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
129
struct list_head recv_qp_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
197
struct list_head list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
322
struct list_head gid_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
323
struct list_head steering_rules;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
328
struct list_head qps_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
329
struct list_head cq_recv_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
330
struct list_head cq_send_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
392
struct list_head cb_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
457
struct list_head mcg_mgid0_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
475
struct list_head cm_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
507
struct list_head pkey_port_list[MLX4_MFUNC_MAX];
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
529
struct list_head list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
541
struct list_head list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
547
struct list_head counters_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
596
struct list_head qp_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
787
int mlx4_ib_unmap_fmr(struct list_head *fmr_list);
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
89
struct list_head db_page_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib_alias_GUID.c
502
struct list_head *head =
sys/dev/mlx4/mlx4_ib/mlx4_ib_alias_GUID.c
60
struct list_head list;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
417
struct list_head lh;
sys/dev/mlx4/mlx4_ib/mlx4_ib_cm.c
53
struct list_head list;
sys/dev/mlx4/mlx4_ib/mlx4_ib_doorbell.c
38
struct list_head list;
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1276
struct list_head list;
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
2950
struct list_head cq_notify_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
104
struct list_head mgid0_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
109
struct list_head pending_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
128
struct list_head cleanup_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
134
struct list_head group_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
135
struct list_head func_list;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
82
struct list_head pending;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mr.c
474
int mlx4_ib_unmap_fmr(struct list_head *fmr_list)
sys/dev/mlx5/cq.h
49
struct list_head reset_notify;
sys/dev/mlx5/driver.h
1209
struct list_head list;
sys/dev/mlx5/driver.h
230
struct list_head list;
sys/dev/mlx5/driver.h
259
struct list_head head;
sys/dev/mlx5/driver.h
276
struct list_head fully_used;
sys/dev/mlx5/driver.h
277
struct list_head partially_used;
sys/dev/mlx5/driver.h
278
struct list_head unused;
sys/dev/mlx5/driver.h
287
struct list_head counters;
sys/dev/mlx5/driver.h
392
struct list_head list;
sys/dev/mlx5/driver.h
452
struct list_head list;
sys/dev/mlx5/driver.h
465
struct list_head list;
sys/dev/mlx5/driver.h
497
struct list_head comp_eqs_list;
sys/dev/mlx5/driver.h
621
struct list_head pgdir_list;
sys/dev/mlx5/driver.h
628
struct list_head dev_list;
sys/dev/mlx5/driver.h
629
struct list_head ctx_list;
sys/dev/mlx5/driver.h
861
struct list_head list;
sys/dev/mlx5/fs.h
364
struct list_head head;
sys/dev/mlx5/fs.h
368
struct list_head list;
sys/dev/mlx5/mlx5_core/fs_core.h
139
struct list_head list;
sys/dev/mlx5/mlx5_core/fs_core.h
140
struct list_head children;
sys/dev/mlx5/mlx5_core/fs_core.h
160
struct list_head next_ft;
sys/dev/mlx5/mlx5_core/fs_core.h
188
struct list_head fwd_rules;
sys/dev/mlx5/mlx5_core/fs_core.h
196
struct list_head list;
sys/dev/mlx5/mlx5_core/fs_core.h
266
struct list_head underlay_qpns;
sys/dev/mlx5/mlx5_core/mlx5_fs_chains.c
360
struct list_head *pos;
sys/dev/mlx5/mlx5_core/mlx5_fs_chains.c
46
struct list_head prios_list;
sys/dev/mlx5/mlx5_core/mlx5_fs_chains.c
58
struct list_head list;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1104
struct list_head *prev = &prio->node.children;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1464
struct list_head *prev = &ft->node.children;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1740
struct list_head list;
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1797
static u64 matched_fgs_get_version(struct list_head *match_head)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
1844
struct list_head *match_head,
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
784
struct list_head *prev)
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
841
struct list_head *start,
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
105
static struct list_head *mlx5_fc_counters_lookup_next(struct mlx5_core_dev *dev,
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
125
struct list_head *next = mlx5_fc_counters_lookup_next(dev, counter->id);
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
51
struct list_head list;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
524
struct list_head pool_list;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
680
mlx5_fc_pool_acquire_from_list(struct list_head *src_list,
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
681
struct list_head *next_list,
sys/dev/mlx5/mlx5_core/mlx5_main.c
105
struct list_head list;
sys/dev/mlx5/mlx5_core/mlx5_uar.c
206
struct list_head *head;
sys/dev/mlx5/mlx5_core/mlx5_uar.c
295
struct list_head *head;
sys/dev/mlx5/mlx5_fpga/conn.h
74
struct list_head backlog;
sys/dev/mlx5/mlx5_fpga/core.h
43
struct list_head list;
sys/dev/mlx5/mlx5_fpga/core.h
76
struct list_head list;
sys/dev/mlx5/mlx5_fpga/core.h
77
struct list_head client_data_list;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_ipsec.c
62
struct list_head list; /* Item in pending_cmds */
sys/dev/mlx5/mlx5_fpga/mlx5fpga_ipsec.c
72
struct list_head pending_cmds;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_trans.c
50
struct list_head list_item;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_trans.c
55
struct list_head free_queue;
sys/dev/mlx5/mlx5_fpga/sdk.h
116
struct list_head list;
sys/dev/mlx5/mlx5_fpga/sdk.h
91
struct list_head list;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
130
struct list_head db_page_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
170
struct list_head list;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
416
struct list_head qps_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
417
struct list_head cq_recv_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
418
struct list_head cq_send_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
482
struct list_head list_send_qp;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
483
struct list_head list_recv_qp;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
485
struct list_head wc_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
492
struct list_head list;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
544
struct list_head list;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
589
struct list_head head;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
779
struct list_head qp_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
111
struct list_head subscribed_events_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
114
struct list_head event_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
134
struct list_head event_sub; /* holds devx_event_subscription entries */
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
1586
struct list_head event_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
1920
struct list_head sub_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2336
static void dispatch_event_fd(struct list_head *fd_list,
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
53
static void dispatch_event_fd(struct list_head *fd_list, const void *data);
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
62
struct list_head list;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
71
struct list_head list; /* headed in ev_file->event_list */
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
78
struct list_head unaffiliated_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
84
struct list_head obj_sub_list;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
88
struct list_head file_list; /* headed in ev_file->
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
91
struct list_head xa_list; /* headed in devx_event->unaffiliated_list or
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
94
struct list_head obj_list; /* headed in devx_object */
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
95
struct list_head event_list; /* headed in ev_file->event_list or in
sys/dev/mlx5/mlx5_ib/mlx5_ib_doorbell.c
36
struct list_head list;
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2603
struct list_head cq_armed_list;
sys/dev/mthca/mthca_dev.h
286
struct list_head list;
sys/dev/mthca/mthca_memfree.h
42
((256 - sizeof (struct list_head) - 2 * sizeof (int)) / \
sys/dev/mthca/mthca_memfree.h
50
struct list_head list;
sys/dev/mthca/mthca_memfree.h
57
struct list_head chunk_list;
sys/dev/mthca/mthca_provider.c
995
static int mthca_unmap_fmr(struct list_head *fmr_list)
sys/dev/pms/freebsd/driver/common/lxencrypt.c
328
struct list_head *lh;
sys/dev/pms/freebsd/driver/common/lxencrypt.c
480
struct list_head *lh;
sys/dev/pms/freebsd/driver/common/lxencrypt.c
696
struct list_head *lh;
sys/dev/pms/freebsd/driver/common/lxencrypt.h
76
struct list_head *list;
sys/dev/pms/freebsd/driver/ini/src/agtiapi.h
158
struct list_head *list;
sys/dev/pms/freebsd/driver/ini/src/agtiapi.h
352
struct list_head *encrypt_map; // encryption map
sys/dev/qat/include/adf_fw_counters.h
18
struct list_head list;
sys/dev/qat/include/adf_fw_counters.h
23
struct list_head list;
sys/dev/qat/include/adf_fw_counters.h
24
struct list_head param_head;
sys/dev/qat/include/adf_fw_counters.h
28
struct list_head ae_sec_list;
sys/dev/qat/include/common/adf_accel_devices.h
681
struct list_head crypto_list;
sys/dev/qat/include/common/adf_accel_devices.h
697
struct list_head list;
sys/dev/qat/include/common/adf_cfg.h
17
struct list_head list;
sys/dev/qat/include/common/adf_cfg.h
24
struct list_head list;
sys/dev/qat/include/common/adf_cfg.h
25
struct list_head param_head;
sys/dev/qat/include/common/adf_cfg.h
30
struct list_head sec_list;
sys/dev/qat/include/common/adf_cfg.h
39
struct list_head sec_list;
sys/dev/qat/include/common/adf_cfg.h
48
void adf_cfg_depot_del_all(struct list_head *head);
sys/dev/qat/include/common/adf_cfg.h
82
void adf_cfg_keyval_del_all(struct list_head *head);
sys/dev/qat/include/common/adf_common_drv.h
108
struct list_head *adf_devmgr_get_head(void);
sys/dev/qat/include/common/adf_common_drv.h
66
struct list_head list;
sys/dev/qat/include/common/adf_uio_control.h
10
struct list_head list;
sys/dev/qat/include/common/adf_uio_control.h
16
struct list_head list;
sys/dev/qat/qat_common/adf_cfg.c
136
struct list_head *list_ptr, *tmp;
sys/dev/qat/qat_common/adf_cfg.c
137
struct list_head *head = &sec->param_head;
sys/dev/qat/qat_common/adf_cfg.c
159
struct list_head *list, *tmp;
sys/dev/qat/qat_common/adf_cfg.c
160
struct list_head *restore_list = &accel_dev->cfg->sec_list;
sys/dev/qat/qat_common/adf_cfg.c
161
struct list_head *head = &cfg_depot_list[accel_dev->accel_id].sec_list;
sys/dev/qat/qat_common/adf_cfg.c
227
adf_cfg_keyval_del_all(struct list_head *head)
sys/dev/qat/qat_common/adf_cfg.c
229
struct list_head *list_ptr, *tmp;
sys/dev/qat/qat_common/adf_cfg.c
241
adf_cfg_section_del_all(struct list_head *head)
sys/dev/qat/qat_common/adf_cfg.c
244
struct list_head *list, *tmp;
sys/dev/qat/qat_common/adf_cfg.c
258
struct list_head *list;
sys/dev/qat/qat_common/adf_cfg.c
274
struct list_head *list;
sys/dev/qat/qat_common/adf_cfg.c
415
struct list_head *list, *tmp, *save_list;
sys/dev/qat/qat_common/adf_cfg.c
416
struct list_head *head = &accel_dev->cfg->sec_list;
sys/dev/qat/qat_common/adf_cfg.c
80
static void adf_cfg_section_del_all(struct list_head *head);
sys/dev/qat/qat_common/adf_cfg.c
94
adf_cfg_depot_del_all(struct list_head *head)
sys/dev/qat/qat_common/adf_cfg_device.c
1179
struct list_head *list;
sys/dev/qat/qat_common/adf_cfg_section.c
396
struct list_head *list;
sys/dev/qat/qat_common/adf_cfg_section.c
791
struct list_head *head;
sys/dev/qat/qat_common/adf_cfg_section.c
792
struct list_head *list_ptr, *tmp;
sys/dev/qat/qat_common/adf_ctl_drv.c
61
struct list_head list;
sys/dev/qat/qat_common/adf_dev_mgr.c
141
struct list_head *itr;
sys/dev/qat/qat_common/adf_dev_mgr.c
194
struct list_head *
sys/dev/qat/qat_common/adf_dev_mgr.c
245
struct list_head *itr;
sys/dev/qat/qat_common/adf_dev_mgr.c
265
struct list_head *itr;
sys/dev/qat/qat_common/adf_dev_mgr.c
309
struct list_head *itr;
sys/dev/qat/qat_common/adf_dev_mgr.c
31
struct list_head list;
sys/dev/qat/qat_common/adf_dev_mgr.c
46
struct list_head *itr;
sys/dev/qat/qat_common/adf_dev_mgr.c
68
struct list_head *ptr, *tmp;
sys/dev/qat/qat_common/adf_dev_mgr.c
98
struct list_head *itr;
sys/dev/qat/qat_common/adf_freebsd_dev_processes.c
182
struct list_head *lpos = NULL;
sys/dev/qat/qat_common/adf_freebsd_dev_processes.c
62
struct list_head list;
sys/dev/qat/qat_common/adf_freebsd_uio_cleanup.c
119
struct list_head *entry;
sys/dev/qat/qat_common/adf_fw_counters.c
124
struct list_head *list = NULL, *list_ptr = NULL;
sys/dev/qat/qat_common/adf_fw_counters.c
125
struct list_head *tmp = NULL, *tmp_val = NULL;
sys/dev/qat/qat_common/adf_fw_counters.c
19
static void adf_fw_counters_section_del_all(struct list_head *head);
sys/dev/qat/qat_common/adf_fw_counters.c
270
adf_fw_counters_keyval_del_all(struct list_head *head)
sys/dev/qat/qat_common/adf_fw_counters.c
272
struct list_head *list_ptr = NULL, *tmp = NULL;
sys/dev/qat/qat_common/adf_fw_counters.c
284
adf_fw_counters_section_del_all(struct list_head *head)
sys/dev/qat/qat_common/adf_fw_counters.c
287
struct list_head *list = NULL, *tmp = NULL;
sys/dev/qat/qat_common/adf_fw_counters.c
305
struct list_head *list = NULL;
sys/dev/qat/qat_common/adf_init.c
197
struct list_head *list_itr;
sys/dev/qat/qat_common/adf_init.c
287
struct list_head *list_itr;
sys/dev/qat/qat_common/adf_init.c
449
struct list_head *list_itr;
sys/dev/qat/qat_common/adf_init.c
551
struct list_head *list_itr;
sys/dev/qat/qat_common/adf_init.c
620
struct list_head *list_itr;
sys/dev/qat/qat_common/adf_init.c
723
struct list_head *list_itr;
sys/dev/qat/qat_common/adf_init.c
764
struct list_head *list_itr;
sys/dev/qat/qat_common/adf_init.c
795
struct list_head *list_itr;
sys/dev/qlnx/qlnxr/qlnxr_def.h
399
struct list_head entry;
sys/dev/qlnx/qlnxr/qlnxr_def.h
432
struct list_head mm_head;
sys/dev/qlnx/qlnxr/qlnxr_def.h
447
struct list_head list_entry;
sys/dev/qlnx/qlnxr/qlnxr_def.h
618
struct list_head free_pbl_list;
sys/dev/qlnx/qlnxr/qlnxr_def.h
619
struct list_head inuse_pbl_list;
sys/dev/qlnx/qlnxr/qlnxr_def.h
717
struct list_head entry;
sys/netpfil/ipfw/test/dn_test.h
115
struct list_head h; /* used by the generator */
sys/netpfil/ipfw/test/main.c
123
struct list_head *h = &q->ni.h;
sys/netpfil/ipfw/test/main.c
670
struct list_head *h;
sys/netpfil/ipfw/test/main.c
88
struct list_head ll[BACKLOG + 10];
sys/netpfil/ipfw/test/mylist.h
10
struct list_head *prev, *next;
sys/netpfil/ipfw/test/mylist.h
16
__list_add(struct list_head *o, struct list_head *prev,
sys/netpfil/ipfw/test/mylist.h
17
struct list_head *next)
sys/netpfil/ipfw/test/mylist.h
26
list_add_tail(struct list_head *o, struct list_head *head)
sys/netpfil/ipfw/test/mylist.h
35
__list_del(struct list_head *prev, struct list_head *next)
sys/netpfil/ipfw/test/mylist.h
42
list_del(struct list_head *entry)
sys/ofed/drivers/infiniband/core/core_priv.h
184
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_addr.c
60
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_addr.c
712
struct list_head done_list;
sys/ofed/drivers/infiniband/core/ib_agent.c
51
struct list_head port_list;
sys/ofed/drivers/infiniband/core/ib_cm.c
126
struct list_head device_list;
sys/ofed/drivers/infiniband/core/ib_cm.c
136
struct list_head timewait_list;
sys/ofed/drivers/infiniband/core/ib_cm.c
221
struct list_head cm_priv_prim_list;
sys/ofed/drivers/infiniband/core/ib_cm.c
222
struct list_head cm_priv_altr_list;
sys/ofed/drivers/infiniband/core/ib_cm.c
227
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_cm.c
244
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_cm.c
255
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_cm.c
302
struct list_head prim_list;
sys/ofed/drivers/infiniband/core/ib_cm.c
303
struct list_head altr_list;
sys/ofed/drivers/infiniband/core/ib_cm.c
308
struct list_head work_list;
sys/ofed/drivers/infiniband/core/ib_cma.c
190
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_cma.c
194
struct list_head id_list;
sys/ofed/drivers/infiniband/core/ib_cma.c
310
struct list_head list; /* listen_any_list or cma_device.list */
sys/ofed/drivers/infiniband/core/ib_cma.c
311
struct list_head listen_list; /* per device listens */
sys/ofed/drivers/infiniband/core/ib_cma.c
313
struct list_head mc_list;
sys/ofed/drivers/infiniband/core/ib_cma.c
352
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_device.c
54
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_fmr_pool.c
94
struct list_head free_list;
sys/ofed/drivers/infiniband/core/ib_fmr_pool.c
95
struct list_head dirty_list;
sys/ofed/drivers/infiniband/core/ib_iwcm.c
139
struct list_head *e, *tmp;
sys/ofed/drivers/infiniband/core/ib_iwcm.c
89
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_iwcm.c
91
struct list_head free_list;
sys/ofed/drivers/infiniband/core/ib_mad.c
1101
struct list_head *list;
sys/ofed/drivers/infiniband/core/ib_mad.c
1149
struct list_head *list;
sys/ofed/drivers/infiniband/core/ib_mad.c
1313
struct list_head free_list;
sys/ofed/drivers/infiniband/core/ib_mad.c
2331
struct list_head *list_item;
sys/ofed/drivers/infiniband/core/ib_mad.c
2559
struct list_head cancel_list;
sys/ofed/drivers/infiniband/core/ib_mad.c
65
static struct list_head ib_mad_port_list;
sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c
396
static inline struct ib_mad_recv_buf * get_next_seg(struct list_head *rmpp_list,
sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c
410
static struct ib_mad_recv_buf * find_seg_location(struct list_head *rmpp_list,
sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c
429
struct list_head *rmpp_list = &rmpp_recv->rmpp_wc->rmpp_list;
sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c
52
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c
640
struct list_head *list;
sys/ofed/drivers/infiniband/core/ib_multicast.c
107
struct list_head pending_list;
sys/ofed/drivers/infiniband/core/ib_multicast.c
108
struct list_head active_list;
sys/ofed/drivers/infiniband/core/ib_multicast.c
123
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_sa_query.c
97
struct list_head list; /* Local svc request list */
sys/ofed/drivers/infiniband/core/ib_ucm.c
73
struct list_head ctxs;
sys/ofed/drivers/infiniband/core/ib_ucm.c
74
struct list_head events;
sys/ofed/drivers/infiniband/core/ib_ucm.c
88
struct list_head events; /* list of pending events. */
sys/ofed/drivers/infiniband/core/ib_ucm.c
89
struct list_head file_list; /* member in file ctx list */
sys/ofed/drivers/infiniband/core/ib_ucm.c
94
struct list_head file_list; /* member in file event list */
sys/ofed/drivers/infiniband/core/ib_ucm.c
95
struct list_head ctx_list; /* member in ctx event list */
sys/ofed/drivers/infiniband/core/ib_ucma.c
101
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_ucma.c
108
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_ucma.c
66
struct list_head ctx_list;
sys/ofed/drivers/infiniband/core/ib_ucma.c
67
struct list_head event_list;
sys/ofed/drivers/infiniband/core/ib_ucma.c
83
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_ucma.c
84
struct list_head mc_list;
sys/ofed/drivers/infiniband/core/ib_user_mad.c
111
struct list_head recv_list;
sys/ofed/drivers/infiniband/core/ib_user_mad.c
112
struct list_head send_list;
sys/ofed/drivers/infiniband/core/ib_user_mad.c
113
struct list_head port_list;
sys/ofed/drivers/infiniband/core/ib_user_mad.c
125
struct list_head list;
sys/ofed/drivers/infiniband/core/ib_user_mad.c
95
struct list_head file_list;
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
390
__u64 element, __u64 event, struct list_head *obj_list,
sys/ofed/drivers/infiniband/core/ib_verbs.c
1671
int ib_unmap_fmr(struct list_head *fmr_list)
sys/ofed/drivers/infiniband/core/iwcm.h
56
struct list_head work_list;
sys/ofed/drivers/infiniband/core/iwcm.h
59
struct list_head work_free_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
100
struct list_head send_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
101
struct list_head wait_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
102
struct list_head done_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
105
struct list_head local_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
107
struct list_head rmpp_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
124
struct list_head agent_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
140
struct list_head rmpp_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
150
struct list_head completion_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
181
struct list_head list;
sys/ofed/drivers/infiniband/core/mad_priv.h
192
struct list_head overflow_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
200
struct list_head port_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
208
struct list_head agent_list;
sys/ofed/drivers/infiniband/core/mad_priv.h
68
struct list_head list;
sys/ofed/drivers/infiniband/core/mad_priv.h
88
struct list_head list;
sys/ofed/drivers/infiniband/core/mad_priv.h
94
struct list_head agent_list;
sys/ofed/drivers/infiniband/core/uverbs.h
117
struct list_head uverbs_file_list;
sys/ofed/drivers/infiniband/core/uverbs.h
126
struct list_head event_list;
sys/ofed/drivers/infiniband/core/uverbs.h
150
struct list_head list;
sys/ofed/drivers/infiniband/core/uverbs.h
160
struct list_head uobjects;
sys/ofed/drivers/infiniband/core/uverbs.h
163
struct list_head umaps;
sys/ofed/drivers/infiniband/core/uverbs.h
173
struct list_head list;
sys/ofed/drivers/infiniband/core/uverbs.h
174
struct list_head obj_list;
sys/ofed/drivers/infiniband/core/uverbs.h
179
struct list_head list;
sys/ofed/drivers/infiniband/core/uverbs.h
187
struct list_head event_list;
sys/ofed/drivers/infiniband/core/uverbs.h
205
struct list_head mcast_list;
sys/ofed/drivers/infiniband/core/uverbs.h
215
struct list_head comp_list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
187
struct list_head list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
264
struct list_head list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
274
struct list_head list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
288
struct list_head passive_ids; /* state: LIVE */
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
289
struct list_head rx_error_list; /* state: ERROR */
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
290
struct list_head rx_flush_list; /* state: FLUSH, drain not started */
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
291
struct list_head rx_drain_list; /* state: FLUSH, drain started */
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
292
struct list_head rx_reap_list; /* state: FLUSH, drain done */
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
299
struct list_head start_list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
300
struct list_head reap_list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
334
struct list_head path_list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
337
struct list_head multicast_list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
381
struct list_head dead_ahs;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
386
struct list_head child_intfs;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
387
struct list_head list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
394
struct list_head fs_list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
406
struct list_head list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
414
struct list_head list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
1056
struct list_head *dev_list;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
1095
struct list_head *dev_list = client_data;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
1206
__ipoib_get_net_dev_by_params(struct list_head *dev_list, u8 port,
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_main.c
1234
struct list_head *dev_list = client_data;
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
741
struct list_head remove_list;
sys/ofed/include/rdma/ib_fmr_pool.h
72
struct list_head list;
sys/ofed/include/rdma/ib_mad.h
566
struct list_head list;
sys/ofed/include/rdma/ib_mad.h
588
struct list_head rmpp_list;
sys/ofed/include/rdma/ib_umem_odp.h
77
struct list_head no_private_counters;
sys/ofed/include/rdma/ib_verbs.h
1411
struct list_head list; /* link to context's list */
sys/ofed/include/rdma/ib_verbs.h
1449
struct list_head tgt_qp_list;
sys/ofed/include/rdma/ib_verbs.h
1590
struct list_head xrcd_list;
sys/ofed/include/rdma/ib_verbs.h
1594
struct list_head open_list;
sys/ofed/include/rdma/ib_verbs.h
1627
struct list_head qp_entry; /* FR */
sys/ofed/include/rdma/ib_verbs.h
1645
struct list_head list;
sys/ofed/include/rdma/ib_verbs.h
2124
struct list_head event_handler_list;
sys/ofed/include/rdma/ib_verbs.h
2128
struct list_head core_list;
sys/ofed/include/rdma/ib_verbs.h
2131
struct list_head client_data_list;
sys/ofed/include/rdma/ib_verbs.h
2319
int (*unmap_fmr)(struct list_head *fmr_list);
sys/ofed/include/rdma/ib_verbs.h
2405
struct list_head port_list;
sys/ofed/include/rdma/ib_verbs.h
2466
struct list_head list;
sys/ofed/include/rdma/ib_verbs.h
3843
int ib_unmap_fmr(struct list_head *fmr_list);
sys/ofed/include/rdma/ib_verbs.h
681
struct list_head list;
sys/ofed/include/rdma/rdma_vt.h
386
struct list_head pending_mmaps;
sys/ofed/include/rdma/rdmavt_qp.h
213
struct list_head pending_mmaps;
sys/ofed/include/rdma/rdmavt_qp.h
326
struct list_head rspwait; /* link for waiting to respond */
sys/ofed/include/rdma/rdmavt_qp.h
431
struct list_head list;
sys/ofed/include/rdma/rdmavt_qp.h
438
struct list_head qp_list;
tools/tools/drm/radeon/mkregtable/mkregtable.c
109
static inline void __list_del(struct list_head *prev, struct list_head *next)
tools/tools/drm/radeon/mkregtable/mkregtable.c
122
static inline void list_del(struct list_head *entry)
tools/tools/drm/radeon/mkregtable/mkregtable.c
129
extern void list_del(struct list_head *entry);
tools/tools/drm/radeon/mkregtable/mkregtable.c
139
static inline void list_replace(struct list_head *old, struct list_head *new)
tools/tools/drm/radeon/mkregtable/mkregtable.c
147
static inline void list_replace_init(struct list_head *old,
tools/tools/drm/radeon/mkregtable/mkregtable.c
148
struct list_head *new)
tools/tools/drm/radeon/mkregtable/mkregtable.c
158
static inline void list_del_init(struct list_head *entry)
tools/tools/drm/radeon/mkregtable/mkregtable.c
169
static inline void list_move(struct list_head *list, struct list_head *head)
tools/tools/drm/radeon/mkregtable/mkregtable.c
180
static inline void list_move_tail(struct list_head *list,
tools/tools/drm/radeon/mkregtable/mkregtable.c
181
struct list_head *head)
tools/tools/drm/radeon/mkregtable/mkregtable.c
192
static inline int list_is_last(const struct list_head *list,
tools/tools/drm/radeon/mkregtable/mkregtable.c
193
const struct list_head *head)
tools/tools/drm/radeon/mkregtable/mkregtable.c
202
static inline int list_empty(const struct list_head *head)
tools/tools/drm/radeon/mkregtable/mkregtable.c
220
static inline int list_empty_careful(const struct list_head *head)
tools/tools/drm/radeon/mkregtable/mkregtable.c
222
struct list_head *next = head->next;
tools/tools/drm/radeon/mkregtable/mkregtable.c
230
static inline int list_is_singular(const struct list_head *head)
tools/tools/drm/radeon/mkregtable/mkregtable.c
235
static inline void __list_cut_position(struct list_head *list,
tools/tools/drm/radeon/mkregtable/mkregtable.c
236
struct list_head *head,
tools/tools/drm/radeon/mkregtable/mkregtable.c
237
struct list_head *entry)
tools/tools/drm/radeon/mkregtable/mkregtable.c
239
struct list_head *new_first = entry->next;
tools/tools/drm/radeon/mkregtable/mkregtable.c
262
static inline void list_cut_position(struct list_head *list,
tools/tools/drm/radeon/mkregtable/mkregtable.c
263
struct list_head *head,
tools/tools/drm/radeon/mkregtable/mkregtable.c
264
struct list_head *entry)
tools/tools/drm/radeon/mkregtable/mkregtable.c
276
static inline void __list_splice(const struct list_head *list,
tools/tools/drm/radeon/mkregtable/mkregtable.c
277
struct list_head *prev, struct list_head *next)
tools/tools/drm/radeon/mkregtable/mkregtable.c
279
struct list_head *first = list->next;
tools/tools/drm/radeon/mkregtable/mkregtable.c
280
struct list_head *last = list->prev;
tools/tools/drm/radeon/mkregtable/mkregtable.c
294
static inline void list_splice(const struct list_head *list,
tools/tools/drm/radeon/mkregtable/mkregtable.c
295
struct list_head *head)
tools/tools/drm/radeon/mkregtable/mkregtable.c
306
static inline void list_splice_tail(struct list_head *list,
tools/tools/drm/radeon/mkregtable/mkregtable.c
307
struct list_head *head)
tools/tools/drm/radeon/mkregtable/mkregtable.c
320
static inline void list_splice_init(struct list_head *list,
tools/tools/drm/radeon/mkregtable/mkregtable.c
321
struct list_head *head)
tools/tools/drm/radeon/mkregtable/mkregtable.c
337
static inline void list_splice_tail_init(struct list_head *list,
tools/tools/drm/radeon/mkregtable/mkregtable.c
338
struct list_head *head)
tools/tools/drm/radeon/mkregtable/mkregtable.c
42
struct list_head *next, *prev;
tools/tools/drm/radeon/mkregtable/mkregtable.c
48
struct list_head name = LIST_HEAD_INIT(name)
tools/tools/drm/radeon/mkregtable/mkregtable.c
50
static inline void INIT_LIST_HEAD(struct list_head *list)
tools/tools/drm/radeon/mkregtable/mkregtable.c
552
struct list_head list;
tools/tools/drm/radeon/mkregtable/mkregtable.c
557
struct list_head offsets;
tools/tools/drm/radeon/mkregtable/mkregtable.c
63
static inline void __list_add(struct list_head *new,
tools/tools/drm/radeon/mkregtable/mkregtable.c
64
struct list_head *prev, struct list_head *next)
tools/tools/drm/radeon/mkregtable/mkregtable.c
72
extern void __list_add(struct list_head *new,
tools/tools/drm/radeon/mkregtable/mkregtable.c
73
struct list_head *prev, struct list_head *next);
tools/tools/drm/radeon/mkregtable/mkregtable.c
84
static inline void list_add(struct list_head *new, struct list_head *head)
tools/tools/drm/radeon/mkregtable/mkregtable.c
97
static inline void list_add_tail(struct list_head *new, struct list_head *head)