Lines Matching refs:hvalue
473 int hvalue, try, ecx; in avc_reclaim_node() local
479 hvalue = atomic_inc_return(&avc->avc_cache.lru_hint) & in avc_reclaim_node()
481 head = &avc->avc_cache.slots[hvalue]; in avc_reclaim_node()
482 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_reclaim_node()
536 int hvalue; in avc_search_node() local
539 hvalue = avc_hash(ssid, tsid, tclass); in avc_search_node()
540 head = &avc->avc_cache.slots[hvalue]; in avc_search_node()
629 int hvalue; in avc_insert() local
647 hvalue = avc_hash(ssid, tsid, tclass); in avc_insert()
648 head = &avc->avc_cache.slots[hvalue]; in avc_insert()
649 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_insert()
850 int hvalue, rc = 0; in avc_update_node() local
878 hvalue = avc_hash(ssid, tsid, tclass); in avc_update_node()
880 head = &avc->avc_cache.slots[hvalue]; in avc_update_node()
881 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_update_node()