Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/irda/
Dirqueue.c372 if ( entry == hashbin->hb_current) in hashbin_remove()
373 hashbin->hb_current = NULL; in hashbin_remove()
448 if ( entry == hashbin->hb_current) in hashbin_remove_this()
449 hashbin->hb_current = NULL; in hashbin_remove_this()
483 hashbin->hb_current = entry; in hashbin_get_first()
510 if ( hashbin->hb_current == NULL) { in hashbin_get_next()
511 ASSERT( hashbin->hb_current != NULL, return NULL;); in hashbin_get_next()
514 entry = hashbin->hb_current->q_next; in hashbin_get_next()
522 hashbin->hb_current = entry; in hashbin_get_next()
540 hashbin->hb_current = entry; in hashbin_get_next()
/linux-2.4.37.9/include/net/irda/
Dirqueue.h81 irda_queue_t* hb_current; member