Lines Matching refs:hvalue
536 int hvalue, try, ecx; in avc_reclaim_node() local
542 hvalue = atomic_inc_return(&avc->avc_cache.lru_hint) & in avc_reclaim_node()
544 head = &avc->avc_cache.slots[hvalue]; in avc_reclaim_node()
545 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_reclaim_node()
599 int hvalue; in avc_search_node() local
602 hvalue = avc_hash(ssid, tsid, tclass); in avc_search_node()
603 head = &avc->avc_cache.slots[hvalue]; in avc_search_node()
690 int hvalue; in avc_insert() local
702 hvalue = avc_hash(ssid, tsid, tclass); in avc_insert()
709 head = &avc->avc_cache.slots[hvalue]; in avc_insert()
710 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_insert()
853 int hvalue, rc = 0; in avc_update_node() local
866 hvalue = avc_hash(ssid, tsid, tclass); in avc_update_node()
868 head = &avc->avc_cache.slots[hvalue]; in avc_update_node()
869 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_update_node()