Home
last modified time | relevance | path

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

/linux-3.4.99/net/irda/
Dirqueue.c411 queue = dequeue_first((irda_queue_t**) &hashbin->hb_queue[i]); in hashbin_delete()
416 (irda_queue_t**) &hashbin->hb_queue[i]); in hashbin_delete()
482 enqueue_first( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_insert()
525 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove_first()
588 entry = hashbin->hb_queue[ bin ]; in hashbin_remove()
610 } while ( entry != hashbin->hb_queue[ bin ] ); in hashbin_remove()
617 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove()
687 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove_this()
737 entry = hashbin->hb_queue[ bin]; in hashbin_find()
756 } while ( entry != hashbin->hb_queue[ bin ] ); in hashbin_find()
[all …]
/linux-3.4.99/include/net/irda/
Dirqueue.h74 irda_queue_t* hb_queue[HASHBIN_SIZE] IRDA_ALIGN; member