Lines Matching refs:hvalue
464 int hvalue, try, ecx; in avc_reclaim_node() local
470 hvalue = atomic_inc_return(&avc->avc_cache.lru_hint) & in avc_reclaim_node()
472 head = &avc->avc_cache.slots[hvalue]; in avc_reclaim_node()
473 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_reclaim_node()
527 int hvalue; in avc_search_node() local
530 hvalue = avc_hash(ssid, tsid, tclass); in avc_search_node()
531 head = &avc->avc_cache.slots[hvalue]; in avc_search_node()
618 int hvalue; in avc_insert() local
630 hvalue = avc_hash(ssid, tsid, tclass); in avc_insert()
637 head = &avc->avc_cache.slots[hvalue]; in avc_insert()
638 lock = &avc->avc_cache.slots_lock[hvalue]; in avc_insert()
849 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()