Lines Matching refs:hvalue
467 int hvalue, try, ecx; in avc_reclaim_node() local
473 hvalue = atomic_inc_return(&avc->avc_cache.lru_hint) & in avc_reclaim_node()
475 head = &avc->avc_cache.slots[hvalue]; in avc_reclaim_node()
476 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_reclaim_node()
530 int hvalue; in avc_search_node() local
533 hvalue = avc_hash(ssid, tsid, tclass); in avc_search_node()
534 head = &avc->avc_cache.slots[hvalue]; in avc_search_node()
621 int hvalue; in avc_insert() local
639 hvalue = avc_hash(ssid, tsid, tclass); in avc_insert()
640 head = &avc->avc_cache.slots[hvalue]; in avc_insert()
641 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_insert()
841 int hvalue, rc = 0; in avc_update_node() local
869 hvalue = avc_hash(ssid, tsid, tclass); in avc_update_node()
871 head = &avc->avc_cache.slots[hvalue]; in avc_update_node()
872 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_update_node()