Searched refs:hb_type (Results 1 – 2 of 2) sorted by relevance
66 hashbin->hb_type = type; in hashbin_new()170 if ( hashbin->hb_type & HB_GLOBAL ) { in hashbin_insert()173 } else if ( hashbin->hb_type & HB_LOCAL ) { in hashbin_insert()190 if ( hashbin->hb_type & HB_SORTED) { in hashbin_insert()198 if ( hashbin->hb_type & HB_GLOBAL) { in hashbin_insert()202 } else if ( hashbin->hb_type & HB_LOCAL) { in hashbin_insert()232 if ( hashbin->hb_type & HB_GLOBAL ) { in hashbin_find()235 } else if ( hashbin->hb_type & HB_LOCAL ) { in hashbin_find()268 if ( hashbin->hb_type & HB_GLOBAL) { in hashbin_find()271 } else if ( hashbin->hb_type & HB_LOCAL) { in hashbin_find()[all …]
76 int hb_type; member