Searched refs:hvalue (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/ss/
H A Dhashtab.c40 u32 hvalue; local
46 hvalue = h->hash_value(h, key);
48 cur = h->htable[hvalue];
66 newnode->next = h->htable[hvalue];
67 h->htable[hvalue] = newnode;
76 u32 hvalue; local
82 hvalue = h->hash_value(h, key);
83 cur = h->htable[hvalue];
H A Davtab.c34 avtab_insert_node(struct avtab *h, int hvalue, argument
48 newnode->next = h->htable[hvalue];
49 h->htable[hvalue] = newnode;
58 int hvalue; local
65 hvalue = AVTAB_HASH(key);
66 for (prev = NULL, cur = h->htable[hvalue];
85 newnode = avtab_insert_node(h, hvalue, prev, cur, key, datum);
99 int hvalue; local
105 hvalue = AVTAB_HASH(key);
106 for (prev = NULL, cur = h->htable[hvalue];
131 int hvalue; local
166 int hvalue; local
[all...]
H A Dsidtab.c39 int hvalue, rc = 0; local
47 hvalue = SIDTAB_HASH(sid);
49 cur = s->htable[hvalue];
77 newnode->next = s->htable[hvalue];
79 s->htable[hvalue] = newnode;
91 int hvalue; local
97 hvalue = SIDTAB_HASH(sid);
98 cur = s->htable[hvalue];
105 hvalue = SIDTAB_HASH(sid);
106 cur = s->htable[hvalue];
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dmodule.c107 unsigned short hvalue; local
149 hvalue = relocation;
150 COPY_UNALIGNED_WORD (hvalue, *hlocation, align);
190 COPY_UNALIGNED_HWORD (*hlocation, hvalue, align);
191 svalue = (int)hvalue;
195 hvalue = hvalue & 0xff00;
196 hvalue += relocation;
197 COPY_UNALIGNED_HWORD (hvalue, *hlocation, align);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/
H A Davc.c306 int hvalue, try, ecx; local
310 hvalue = atomic_inc_return(&avc_cache.lru_hint) & (AVC_CACHE_SLOTS - 1);
312 if (!spin_trylock_irqsave(&avc_cache.slots_lock[hvalue], flags))
315 list_for_each_entry(node, &avc_cache.slots[hvalue], list) {
322 spin_unlock_irqrestore(&avc_cache.slots_lock[hvalue], flags);
327 spin_unlock_irqrestore(&avc_cache.slots_lock[hvalue], flags);
364 int hvalue; local
366 hvalue = avc_hash(ssid, tsid, tclass);
367 list_for_each_entry_rcu(node, &avc_cache.slots[hvalue], list) {
462 int hvalue; local
733 int hvalue, rc = 0; local
[all...]

Completed in 165 milliseconds