Lines Matching refs:head
20 struct list_head head; member
74 list_for_each_entry_safe(item, tmp, gc_list, head) { in cw1200_queue_post_gc()
75 list_del(&item->head); in cw1200_queue_post_gc()
89 list_add_tail(&gc_item->head, gc_list); in cw1200_queue_register_post_gc()
93 struct list_head *head, in __cw1200_queue_gc() argument
100 list_for_each_entry_safe(item, tmp, &queue->queue, head) { in __cw1200_queue_gc()
111 cw1200_queue_register_post_gc(head, item); in __cw1200_queue_gc()
113 list_move_tail(&item->head, &queue->free_pool); in __cw1200_queue_gc()
198 list_add_tail(&queue->pool[i].head, &queue->free_pool); in cw1200_queue_init()
213 list_for_each_entry_safe(item, tmp, &queue->pending, head) { in cw1200_queue_clear()
217 list_move_tail(&item->head, &queue->free_pool); in cw1200_queue_clear()
295 &queue->free_pool, struct cw1200_queue_item, head); in cw1200_queue_put()
298 list_move_tail(&item->head, &queue->queue); in cw1200_queue_put()
345 list_for_each_entry(item, &queue->queue, head) { in cw1200_queue_get()
357 list_move_tail(&item->head, &queue->pending); in cw1200_queue_get()
410 list_move(&item->head, &queue->queue); in cw1200_queue_requeue()
422 list_for_each_entry_safe_reverse(item, tmp, &queue->pending, head) { in cw1200_queue_requeue_all()
436 list_move(&item->head, &queue->queue); in cw1200_queue_requeue_all()
478 list_move(&item->head, &queue->free_pool); in cw1200_queue_remove()
548 list_for_each_entry(item, &queue->pending, head) { in cw1200_queue_get_xmit_timestamp()