Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 25 of 725) sorted by relevance

12345678910>>...29

/drivers/infiniband/core/
Dmad_priv.h65 struct list_head list;
87 struct list_head list;
93 struct list_head agent_list;
99 struct list_head send_list;
100 struct list_head wait_list;
101 struct list_head done_list;
104 struct list_head local_list;
106 struct list_head rmpp_list;
123 struct list_head agent_list;
139 struct list_head rmpp_list;
[all …]
Duverbs.h86 struct list_head event_list;
105 struct list_head list;
106 struct list_head obj_list;
111 struct list_head list;
118 struct list_head event_list;
124 struct list_head mcast_list;
130 struct list_head comp_list;
131 struct list_head async_list;
/drivers/staging/usbip/
Dstub.h30 struct list_head list;
47 struct list_head priv_init;
48 struct list_head priv_tx;
49 struct list_head priv_free;
52 struct list_head unlink_tx;
53 struct list_head unlink_free;
62 struct list_head list;
71 struct list_head list;
Dvhci.h46 struct list_head priv_tx;
47 struct list_head priv_rx;
50 struct list_head unlink_tx;
51 struct list_head unlink_rx;
61 struct list_head list;
72 struct list_head list;
/drivers/ieee1394/
Draw1394-private.h23 struct list_head list;
31 struct list_head req_pending; /* protected by reqlists_lock */
32 struct list_head req_complete; /* protected by reqlists_lock */
36 struct list_head addr_list; /* protected by host_info_lock */
54 struct list_head addr_list; /* file_info list */
66 struct list_head list;
76 struct list_head list;
78 struct list_head file_info_list; /* protected by host_info_lock */
/drivers/isdn/capi/
Dcapilib.c16 struct list_head list;
79 void capilib_new_ncci(struct list_head *head, u16 applid, u32 ncci, u32 winsize) in capilib_new_ncci()
103 void capilib_free_ncci(struct list_head *head, u16 applid, u32 ncci) in capilib_free_ncci()
105 struct list_head *l; in capilib_free_ncci()
124 void capilib_release_appl(struct list_head *head, u16 applid) in capilib_release_appl()
126 struct list_head *l, *n; in capilib_release_appl()
141 void capilib_release(struct list_head *head) in capilib_release()
143 struct list_head *l, *n; in capilib_release()
156 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid) in capilib_data_b3_req()
158 struct list_head *l; in capilib_data_b3_req()
[all …]
/drivers/infiniband/ulp/ipoib/
Dipoib.h135 struct list_head list;
143 struct list_head neigh_list;
209 struct list_head list;
219 struct list_head list;
239 struct list_head passive_ids; /* state: LIVE */
240 struct list_head rx_error_list; /* state: ERROR */
241 struct list_head rx_flush_list; /* state: FLUSH, drain not started */
242 struct list_head rx_drain_list; /* state: FLUSH, drain started */
243 struct list_head rx_reap_list; /* state: FLUSH, drain done */
250 struct list_head start_list;
[all …]
/drivers/scsi/lpfc/
Dlpfc_sli.h35 struct list_head list;
36 struct list_head clist;
83 struct list_head list; /* ptr to next mailbox command */
149 struct list_head txq;
152 struct list_head txcmplq;
158 struct list_head postbufq;
161 struct list_head iocb_continueq;
164 struct list_head iocb_continue_saveq;
245 struct list_head mboxq;
249 struct list_head mboxq_cmpl;
/drivers/infiniband/ulp/srp/
Dib_srp.h87 struct list_head dev_list;
101 struct list_head target_list;
104 struct list_head list;
108 struct list_head list;
151 struct list_head free_reqs;
152 struct list_head req_queue;
157 struct list_head list;
/drivers/media/video/uvc/
Duvcvideo.h358 struct list_head list;
359 struct list_head mappings;
370 struct list_head list;
428 struct list_head list; /* Entity as part of a UVC device. */
429 struct list_head chain; /* Entity as part of a video device
524 struct list_head list;
553 struct list_head stream;
557 struct list_head queue;
580 struct list_head mainqueue;
581 struct list_head irqqueue;
[all …]
/drivers/sbus/char/
Dbbc_i2c.h18 struct list_head bp_list;
19 struct list_head glob_list;
40 struct list_head bp_list;
41 struct list_head glob_list;
64 struct list_head temps;
65 struct list_head fans;
/drivers/mtd/ubi/
Dscan.h49 struct list_head list;
112 struct list_head corr;
113 struct list_head free;
114 struct list_head erase;
115 struct list_head alien;
141 struct list_head *list) in ubi_scan_move_to_list()
/drivers/gpu/drm/
Ddrm_modes.c88 void drm_mode_list_concat(struct list_head *head, struct list_head *new) in drm_mode_list_concat()
91 struct list_head *entry, *tmp; in drm_mode_list_concat()
326 struct list_head *mode_list, in drm_mode_validate_size()
361 struct list_head *mode_list, in drm_mode_validate_clocks()
395 struct list_head *mode_list, bool verbose) in drm_mode_prune_invalid()
427 static int drm_mode_compare(struct list_head *lh_a, struct list_head *lh_b) in drm_mode_compare()
446 void list_sort(struct list_head *head, in list_sort()
447 int (*cmp)(struct list_head *a, struct list_head *b)) in list_sort()
449 struct list_head *p, *q, *e, *list, *tail, *oldhead; in list_sort()
532 void drm_mode_sort(struct list_head *mode_list) in drm_mode_sort()
Ddrm_mm.c49 struct list_head *tail_node; in drm_mm_tail_space()
62 struct list_head *tail_node; in drm_mm_remove_space_from_tail()
103 struct list_head *tail_node; in drm_mm_add_space_to_tail()
183 struct list_head *cur_head = &cur->ml_entry; in drm_mm_put_block()
184 struct list_head *root_head = &mm->ml_entry; in drm_mm_put_block()
227 struct list_head *list; in drm_mm_search_free()
228 const struct list_head *free_stack = &mm->fl_entry; in drm_mm_search_free()
266 struct list_head *head = &mm->ml_entry; in drm_mm_clean()
283 struct list_head *bnode = mm->fl_entry.next; in drm_mm_takedown()
/drivers/s390/block/
Ddasd_int.h153 struct list_head devlist; /* for dasd_device request queue */
154 struct list_head blocklist; /* for dasd_block request queue */
224 struct list_head list; /* used for list of disciplines */
353 struct list_head ccw_queue;
357 struct list_head ccw_chunks;
358 struct list_head erp_chunks;
370 struct list_head alias_list;
386 struct list_head ccw_queue;
436 struct list_head list;
441 dasd_init_chunklist(struct list_head *chunk_list, void *mem, in dasd_init_chunklist()
[all …]
Ddasd_eckd.h347 struct list_head serverlist;
352 struct list_head server;
354 struct list_head lculist;
369 struct list_head lcu;
374 struct list_head grouplist;
375 struct list_head active_devices;
376 struct list_head inactive_devices;
384 struct list_head group;
387 struct list_head baselist;
388 struct list_head aliaslist;
/drivers/s390/char/
Draw3270.h98 struct list_head list; /* list head for request queueing. */
155 struct list_head list;
204 struct list_head list;
205 struct list_head update;
212 alloc_string(struct list_head *free_list, unsigned long len) in alloc_string()
238 free_string(struct list_head *free_list, struct string *cs) in free_string()
241 struct list_head *p, *left; in free_string()
271 add_string_memory(struct list_head *free_list, void *mem, unsigned long size) in add_string_memory()
/drivers/isdn/mISDN/
Ddsp.h92 struct list_head list;
98 struct list_head list;
102 struct list_head mlist;
135 struct list_head list;
158 struct list_head list;
230 extern struct list_head dsp_ilist;
231 extern struct list_head conf_ilist;
/drivers/usb/class/
Dcdc-acm.h75 struct list_head list;
82 struct list_head list;
105 struct list_head spare_read_urbs;
106 struct list_head spare_read_bufs;
107 struct list_head filled_read_bufs;
/drivers/dma/
Dmv_xor.h101 struct list_head chain;
102 struct list_head completed_slots;
106 struct list_head all_slots;
136 struct list_head slot_node;
137 struct list_head chain_node;
138 struct list_head completed_node;
/drivers/acpi/acpica/
Dutstate.c97 acpi_ut_push_generic_state(union acpi_generic_state **list_head, in acpi_ut_push_generic_state() argument
104 state->common.next = *list_head; in acpi_ut_push_generic_state()
105 *list_head = state; in acpi_ut_push_generic_state()
123 **list_head) in acpi_ut_pop_generic_state()
131 state = *list_head; in acpi_ut_pop_generic_state()
136 *list_head = state->common.next; in acpi_ut_pop_generic_state()
/drivers/scsi/arm/
Dqueue.c31 struct list_head list;
109 struct list_head *l; in __queue_add()
137 static struct scsi_cmnd *__queue_remove(Queue_t *queue, struct list_head *ent) in __queue_remove()
164 struct list_head *l; in queue_remove_exclude()
212 struct list_head *l; in queue_remove_tgtluntag()
239 struct list_head *l; in queue_remove_all_target()
262 struct list_head *l; in queue_probetgtlun()
288 struct list_head *l; in queue_remove_cmd()
/drivers/s390/net/
Dqeth_core.h381 struct list_head list;
382 struct list_head init_list;
387 struct list_head entry_list;
415 struct list_head ctx_list;
533 struct list_head entries;
588 struct list_head list;
677 struct list_head list;
682 struct list_head list;
689 struct list_head list;
710 struct list_head vid_list;
[all …]
/drivers/net/wireless/orinoco/
Dorinoco.h53 struct list_head list;
59 struct list_head list;
67 struct list_head list;
85 struct list_head rx_list;
152 struct list_head bss_list;
153 struct list_head bss_free_list;
/drivers/media/dvb/dvb-core/
Ddvbdev.h56 struct list_head list_head; member
57 struct list_head device_list;
73 struct list_head list_head; member

12345678910>>...29