Lines Matching refs:hvalue
468 int hvalue, try, ecx; in avc_reclaim_node() local
474 hvalue = atomic_inc_return(&avc->avc_cache.lru_hint) & in avc_reclaim_node()
476 head = &avc->avc_cache.slots[hvalue]; in avc_reclaim_node()
477 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_reclaim_node()
531 int hvalue; in avc_search_node() local
534 hvalue = avc_hash(ssid, tsid, tclass); in avc_search_node()
535 head = &avc->avc_cache.slots[hvalue]; in avc_search_node()
622 int hvalue; in avc_insert() local
640 hvalue = avc_hash(ssid, tsid, tclass); in avc_insert()
641 head = &avc->avc_cache.slots[hvalue]; in avc_insert()
642 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_insert()
846 int hvalue, rc = 0; in avc_update_node() local
859 hvalue = avc_hash(ssid, tsid, tclass); in avc_update_node()
861 head = &avc->avc_cache.slots[hvalue]; in avc_update_node()
862 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_update_node()