Home
last modified time | relevance | path

Searched refs:hb_queue (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/irda/
Dirqueue.c409 queue = dequeue_first((irda_queue_t**) &hashbin->hb_queue[i]); in hashbin_delete()
414 (irda_queue_t**) &hashbin->hb_queue[i]); in hashbin_delete()
478 enqueue_first( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_insert()
521 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove_first()
582 entry = hashbin->hb_queue[ bin ]; in hashbin_remove()
604 } while ( entry != hashbin->hb_queue[ bin ] ); in hashbin_remove()
611 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove()
679 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove_this()
729 entry = hashbin->hb_queue[ bin]; in hashbin_find()
748 } while ( entry != hashbin->hb_queue[ bin ] ); in hashbin_find()
[all …]
/linux-4.4.14/include/net/irda/
Dirqueue.h74 irda_queue_t* hb_queue[HASHBIN_SIZE] IRDA_ALIGN; member