Searched refs:hb_type (Results 1 – 2 of 2) sorted by relevance
367 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 …]
70 int hb_type; member