Home
last modified time | relevance | path

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

/linux-3.4.99/net/irda/
Dirqueue.c421 hashbin->hb_current = NULL; in hashbin_delete()
535 if ( entry == hashbin->hb_current) in hashbin_remove_first()
536 hashbin->hb_current = NULL; in hashbin_remove_first()
625 if ( entry == hashbin->hb_current) in hashbin_remove()
626 hashbin->hb_current = NULL; in hashbin_remove()
697 if ( entry == hashbin->hb_current) in hashbin_remove_this()
698 hashbin->hb_current = NULL; in hashbin_remove_this()
822 hashbin->hb_current = entry; in hashbin_find_next()
854 hashbin->hb_current = entry; in hashbin_get_first()
884 if ( hashbin->hb_current == NULL) { in hashbin_get_next()
[all …]
/linux-3.4.99/include/net/irda/
Dirqueue.h76 irda_queue_t* hb_current; member