Home
last modified time | relevance | path

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

/linux-2.6.39/net/irda/
Dirqueue.c367 hashbin->hb_type = type; in hashbin_new()
372 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_new()
401 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_delete()
425 if ( hashbin->hb_type & HB_LOCK) { in hashbin_delete()
468 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_insert()
487 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_insert()
508 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove_first()
540 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove_first()
581 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove()
630 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove()
[all …]
/linux-2.6.39/include/net/irda/
Dirqueue.h70 int hb_type; member