Searched refs:list_head (Results 1 - 25 of 176) sorted by relevance

12345678

/freebsd-10-stable/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.h49 struct list_head head;
66 extern void ttm_eu_backoff_reservation(struct list_head *list);
93 extern int ttm_eu_reserve_buffers(struct list_head *list);
107 extern void ttm_eu_fence_buffer_objects(struct list_head *list, void *sync_obj);
H A Dttm_execbuf_util.c36 static void ttm_eu_backoff_reservation_locked(struct list_head *list)
56 static void ttm_eu_del_from_lru_locked(struct list_head *list)
72 static void ttm_eu_list_ref_sub(struct list_head *list)
86 void ttm_eu_backoff_reservation(struct list_head *list)
113 int ttm_eu_reserve_buffers(struct list_head *list)
205 void ttm_eu_fence_buffer_objects(struct list_head *list, void *sync_obj)
/freebsd-10-stable/sys/dev/hptnr/
H A Dlist.h39 struct list_head { struct
40 struct list_head *next, *prev;
45 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next)
53 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head)
58 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head)
63 static HPT_INLINE void __list_del(struct list_head * pre
[all...]
/freebsd-10-stable/sys/dev/hptrr/
H A Dlist.h42 struct list_head { struct
43 struct list_head *next, *prev;
48 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next)
56 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head)
61 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head)
66 static HPT_INLINE void __list_del(struct list_head * pre
[all...]
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dlist.h40 struct list_head { struct
41 struct list_head *next, *prev;
46 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next)
54 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head)
59 static HPT_INLINE void list_add_tail(struct list_head *_new, struct list_head *head)
64 static HPT_INLINE void __list_del(struct list_head * pre
[all...]
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_linux_list_sort.c34 int (*cmp)(void *, struct list_head *, struct list_head *);
41 struct list_head *le1, *le2;
45 le1 = *(__DECONST(struct list_head **, d1));
46 le2 = *(__DECONST(struct list_head **, d2));
54 drm_list_sort(void *priv, struct list_head *head, int (*cmp)(void *priv,
55 struct list_head *a, struct list_head *b))
58 struct list_head **ar, *le;
64 ar = malloc(sizeof(struct list_head *) * coun
[all...]
H A Ddrm_linux_list.h38 struct list_head { struct
39 struct list_head *next, *prev;
46 INIT_LIST_HEAD(struct list_head *head) {
54 struct list_head name = LIST_HEAD_INIT(name)
57 list_empty(const struct list_head *head) {
62 list_add(struct list_head *new, struct list_head *head) {
70 list_add_tail(struct list_head *entry, struct list_head *head) {
78 list_del(struct list_head *entr
[all...]
/freebsd-10-stable/sys/netpfil/ipfw/test/
H A Dmylist.h9 struct list_head { struct
10 struct list_head *prev, *next;
16 __list_add(struct list_head *o, struct list_head *prev,
17 struct list_head *next)
26 list_add_tail(struct list_head *o, struct list_head *head)
35 __list_del(struct list_head *prev, struct list_head *next)
42 list_del(struct list_head *entr
[all...]
/freebsd-10-stable/sys/dev/isci/scil/
H A Dsci_simple_list.h87 (anchor)->list_head = NULL; \
105 #define sci_simple_list_is_empty(anchor) ((anchor)->list_head == NULL)
111 #define sci_simple_list_get_head(anchor) ((anchor)->list_head)
149 struct SCI_SIMPLE_LIST_ELEMENT *list_head; member in struct:SCI_SIMPLE_LIST
183 element->next = anchor->list_head;
184 anchor->list_head = element;
207 anchor->list_head = element;
234 if (anchor->list_head != NULL)
236 object = anchor->list_head->object;
238 anchor->list_head
[all...]
H A Dsci_fast_list.h90 (anchor)->list_head = NULL; \
108 #define sci_fast_list_is_empty(anchor) ((anchor)->list_head == NULL)
121 ((anchor)->list_head == NULL ? NULL: (anchor)->list_head->object)
134 ((anchor)->list_tail == NULL ? NULL: (anchor)->list_head->object)
190 struct SCI_FAST_LIST_ELEMENT *list_head; member in struct:SCI_FAST_LIST
226 if ( anchor->list_head == NULL )
229 anchor->list_head->prev = element;
230 element->next = anchor->list_head;
231 anchor->list_head
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Diwcm.h53 struct list_head work_list;
56 struct list_head work_free_list;
H A Dmad_priv.h68 struct list_head list;
90 struct list_head list;
96 struct list_head agent_list;
102 struct list_head send_list;
103 struct list_head wait_list;
104 struct list_head done_list;
108 struct list_head local_list;
110 struct list_head rmpp_list;
127 struct list_head agent_list;
143 struct list_head rmpp_lis
[all...]
H A Duverbs.h87 struct list_head event_list;
106 struct list_head list;
107 struct list_head obj_list;
112 struct list_head list;
119 struct list_head event_list;
125 struct list_head mcast_list;
131 struct list_head comp_list;
132 struct list_head async_list;
139 struct list_head xrc_reg_qp_list;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dlist_impl.h46 struct list_node list_head; member in struct:list
H A Dlist.h52 void *list_head(list_t *);
/freebsd-10-stable/sys/ofed/include/linux/
H A Dlist.h70 struct list_head { struct
71 struct list_head *next;
72 struct list_head *prev;
76 INIT_LIST_HEAD(struct list_head *list)
83 list_empty(const struct list_head *head)
90 list_del(struct list_head *entry)
98 _list_add(struct list_head *new, struct list_head *prev,
99 struct list_head *next)
109 list_del_init(struct list_head *entr
[all...]
/freebsd-10-stable/sys/dev/drm/
H A Ddrm_linux_list.h38 struct list_head { struct
39 struct list_head *next, *prev;
46 INIT_LIST_HEAD(struct list_head *head) {
52 list_empty(struct list_head *head) {
57 list_add(struct list_head *new, struct list_head *head) {
65 list_add_tail(struct list_head *entry, struct list_head *head) {
73 list_del(struct list_head *entry) {
79 list_del_init(struct list_head *entr
[all...]
H A Ddrm_mm.h43 struct list_head fl_entry;
44 struct list_head ml_entry;
53 struct list_head fl_entry;
54 struct list_head ml_entry;
55 struct list_head unused_nodes;
H A Ddrm_sman.h85 struct list_head owner_list;
97 struct list_head owner_items;
/freebsd-10-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c44 struct list_head { struct
45 struct list_head *next, *prev;
51 struct list_head name = LIST_HEAD_INIT(name)
53 static inline void INIT_LIST_HEAD(struct list_head *list)
66 static inline void __list_add(struct list_head *new,
67 struct list_head *prev, struct list_head *next)
75 extern void __list_add(struct list_head *new,
76 struct list_head *prev, struct list_head *nex
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dlist.c40 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head)
72 list->list_head.list_next = list->list_head.list_prev =
73 &list->list_head;
79 list_node_t *node = &list->list_head;
82 ASSERT(list->list_head.list_next == node);
83 ASSERT(list->list_head.list_prev == node);
113 list_node_t *lold = &list->list_head;
120 list_node_t *lold = &list->list_head;
154 list_head(list_t *list) function
[all...]
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_umem.h51 struct list_head chunk_list;
66 struct list_head ib_cmem_block;
80 struct list_head list;
/freebsd-10-stable/sys/dev/hptmv/
H A Draid5n.h94 struct list_head { struct
95 struct list_head *next, *prev;
105 struct list_head inactive_list;
106 struct list_head dirty_list;
107 struct list_head active_list;
/freebsd-10-stable/sys/dev/nxge/xgehal/
H A Dxge-queue.c57 if (xge_list_is_empty(&queue->list_head))
60 elem = (xge_queue_item_t *)queue->list_head.next;
114 if (xge_list_is_empty(&queue->list_head)) {
232 xge_list_insert_before(&elem->item, &queue->list_head);
286 xge_list_init(&queue->list_head);
303 if (!xge_list_is_empty(&queue->list_head)) {
353 xge_assert(!xge_list_is_empty(&queue->list_head));
354 queue->list_head.next = (xge_list_t *) (void *)((char *)newbuf +
355 ((char *)queue->list_head.next - (char *)oldbuf));
356 queue->list_head
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h184 struct list_head list;
261 struct list_head list;
271 struct list_head list;
285 struct list_head passive_ids; /* state: LIVE */
286 struct list_head rx_error_list; /* state: ERROR */
287 struct list_head rx_flush_list; /* state: FLUSH, drain not started */
288 struct list_head rx_drain_list; /* state: FLUSH, drain started */
289 struct list_head rx_reap_list; /* state: FLUSH, drain done */
296 struct list_head start_list;
297 struct list_head reap_lis
[all...]

Completed in 192 milliseconds

12345678