[go: nahoru, domu]

Searched defs:list_head (Results 1 - 14 of 14) sorted by relevance

/drivers/acpi/acpica/
H A Dexmutex.c116 union acpi_operand_object *list_head; local
118 list_head = thread->acquired_mutex_list;
123 obj_desc->mutex.next = list_head;
127 if (list_head) {
128 list_head->mutex.prev = obj_desc;
H A Dutstate.c87 * PARAMETERS: list_head - Head of the state stack
97 acpi_ut_push_generic_state(union acpi_generic_state **list_head, argument
104 state->common.next = *list_head;
105 *list_head = state;
113 * PARAMETERS: list_head - Head of the state stack
122 **list_head)
130 state = *list_head;
135 *list_head = state->common.next;
121 acpi_ut_pop_generic_state(union acpi_generic_state **list_head) argument
H A Dhwpci.c73 struct acpi_pci_device *list_head);
75 static void acpi_hw_delete_pci_list(struct acpi_pci_device *list_head);
126 struct acpi_pci_device *list_head = NULL; local
137 acpi_hw_build_pci_list(root_pci_device, pci_region, &list_head);
142 status = acpi_hw_process_pci_list(pci_id, list_head);
146 acpi_hw_delete_pci_list(list_head);
180 struct acpi_pci_device *list_head = NULL; local
201 *return_list_head = list_head;
216 list_element->next = list_head;
218 list_head
242 acpi_hw_process_pci_list(struct acpi_pci_id *pci_id, struct acpi_pci_device *list_head) argument
299 acpi_hw_delete_pci_list(struct acpi_pci_device *list_head) argument
[all...]
/drivers/gpu/drm/nouveau/nvif/
H A Dlist.h46 * data type 'struct list_head').
50 * struct list_head list_of_foos;
56 * struct list_head entry;
102 * to-be-linked struct. struct list_head is required for both the head of the
105 * Position and name of the struct list_head field is irrelevant.
107 * There are no requirements for a list head, any struct list_head can be a list
110 struct list_head { struct
111 struct list_head *next, *prev;
125 struct list_head name = LIST_HEAD_INIT(name)
128 INIT_LIST_HEAD(struct list_head *lis
[all...]
/drivers/media/dvb-core/
H A Ddvbdev.h61 struct list_head list_head; member in struct:dvb_adapter
62 struct list_head device_list;
78 struct list_head list_head; member in struct:dvb_device
H A Ddvb_demux.h65 #define DMX_FEED_ENTRY(pos) list_entry(pos, struct dvb_demux_feed, list_head)
97 struct list_head list_head; member in struct:dvb_demux_feed
120 struct list_head frontend_list;
128 struct list_head feed_list;
H A Ddvb_frontend.c108 struct list_head list_head; member in struct:dvb_frontend_private
/drivers/gpu/drm/radeon/
H A Dmkregtable.c41 struct list_head { struct
42 struct list_head *next, *prev;
48 struct list_head name = LIST_HEAD_INIT(name)
50 static inline void INIT_LIST_HEAD(struct list_head *list)
63 static inline void __list_add(struct list_head *new,
64 struct list_head *prev, struct list_head *next)
72 extern void __list_add(struct list_head *new,
73 struct list_head *prev, struct list_head *nex
[all...]
/drivers/net/wireless/mwifiex/
H A Dwmm.c481 struct list_head *ra_list_head)
640 struct list_head list_head; local
685 list_head = priv->wmm.tid_tbl_ptr[tid_down].ra_list;
686 if (!list_empty(&list_head))
688 &list_head, struct mwifiex_ra_list_tbl,
/drivers/scsi/osd/
H A Dosd_initiator.c298 static unsigned _osd_req_alist_size(struct osd_request *or, void *list_head) argument
301 osdv1_list_size(list_head) :
302 osdv2_list_size(list_head);
/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c449 struct list_head *qe;
470 struct list_head *qe;
529 struct list_head *qe;
579 struct list_head *qe;
695 struct list_head *qe;
924 struct list_head list_head; local
925 struct list_head *qe;
951 INIT_LIST_HEAD(&list_head);
958 list_add_tail(&mac->qe, &list_head);
993 struct list_head list_head; local
[all...]
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c658 struct list_head *entry, *next;
1068 struct list_head *entry, *next;
1131 struct list_head *list_head; local
1132 struct list_head *entry, *next;
1189 list_head = &vdev->vpaths[0].mac_addr_list;
1197 list_for_each_safe(entry, next, list_head) {
1239 list_for_each_safe(entry, next, list_head) {
1450 struct list_head *entry, *next;
2929 struct list_head *entr
[all...]
/drivers/scsi/cxgbi/
H A Dlibcxgbi.h529 struct list_head list_head; member in struct:cxgbi_device
530 struct list_head rcu_node;
/drivers/scsi/aic7xxx/
H A Daic79xx_core.c200 u_int *list_head, u_int *list_tail,
8429 ahd_search_action action, u_int *list_head,
8441 next = *list_head;
8476 *list_head = next;
8427 ahd_search_scb_list(struct ahd_softc *ahd, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahd_search_action action, u_int *list_head, u_int *list_tail, u_int tid) argument

Completed in 470 milliseconds