Home
last modified time | relevance | path

Searched refs:hvalue (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Dhashtab.c39 u32 hvalue; in hashtab_insert() local
45 hvalue = h->hash_value(h, key); in hashtab_insert()
47 cur = h->htable[hvalue]; in hashtab_insert()
69 newnode->next = h->htable[hvalue]; in hashtab_insert()
70 h->htable[hvalue] = newnode; in hashtab_insert()
79 u32 hvalue; in hashtab_search() local
85 hvalue = h->hash_value(h, key); in hashtab_search()
86 cur = h->htable[hvalue]; in hashtab_search()
A Dsidtab.c41 int hvalue, rc = 0; in sidtab_insert() local
50 hvalue = SIDTAB_HASH(sid); in sidtab_insert()
52 cur = s->htable[hvalue]; in sidtab_insert()
87 newnode->next = s->htable[hvalue]; in sidtab_insert()
89 s->htable[hvalue] = newnode; in sidtab_insert()
101 int hvalue; in sidtab_search() local
107 hvalue = SIDTAB_HASH(sid); in sidtab_search()
108 cur = s->htable[hvalue]; in sidtab_search()
116 hvalue = SIDTAB_HASH(sid); in sidtab_search()
117 cur = s->htable[hvalue]; in sidtab_search()
A Davtab.c54 newnode->next = h->htable[hvalue]; in avtab_insert_node()
55 h->htable[hvalue] = newnode; in avtab_insert_node()
65 int hvalue; in avtab_insert() local
72 hvalue = avtab_hash(key, h->mask); in avtab_insert()
73 for ( prev = NULL, cur = h->htable[hvalue]; cur; in avtab_insert()
106 int hvalue; in avtab_insert_nonunique() local
112 hvalue = avtab_hash(key, h->mask); in avtab_insert_nonunique()
138 int hvalue; in avtab_search() local
145 hvalue = avtab_hash(key, h->mask); in avtab_search()
173 int hvalue; in avtab_search_node() local
[all …]
/xen-4.10.0-shim-comet/xen/xsm/flask/
A Davc.c310 int hvalue, try, ecx; in avc_reclaim_node() local
320 head = &avc_cache.slots[hvalue]; in avc_reclaim_node()
321 lock = &avc_cache.slots_lock[hvalue]; in avc_reclaim_node()
376 int hvalue; in avc_search_node() local
380 hvalue = avc_hash(ssid, tsid, tclass); in avc_search_node()
381 head = &avc_cache.slots[hvalue]; in avc_search_node()
472 int hvalue; in avc_insert() local
488 head = &avc_cache.slots[hvalue]; in avc_insert()
619 int hvalue, rc = 0; in avc_update_node() local
635 head = &avc_cache.slots[hvalue]; in avc_update_node()
[all …]

Completed in 7 milliseconds