Searched refs:hb_type (Results 1 – 2 of 2) sorted by relevance
365 hashbin->hb_type = type; in hashbin_new()370 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_new()399 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_delete()423 if ( hashbin->hb_type & HB_LOCK) { in hashbin_delete()464 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_insert()483 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_insert()504 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove_first()536 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove_first()575 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove()624 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove()[all …]
70 int hb_type; member