hvalue           2784 drivers/hid/hid-logitech-hidpp.c 	s8 value, hvalue;
hvalue           2796 drivers/hid/hid-logitech-hidpp.c 	hvalue = data[4];
hvalue           2800 drivers/hid/hid-logitech-hidpp.c 	input_report_rel(hidpp->input, REL_HWHEEL, hvalue);
hvalue           2801 drivers/hid/hid-logitech-hidpp.c 	input_report_rel(hidpp->input, REL_HWHEEL_HI_RES, hvalue * 120);
hvalue            464 security/selinux/avc.c 	int hvalue, try, ecx;
hvalue            470 security/selinux/avc.c 		hvalue = atomic_inc_return(&avc->avc_cache.lru_hint) &
hvalue            472 security/selinux/avc.c 		head = &avc->avc_cache.slots[hvalue];
hvalue            473 security/selinux/avc.c 		lock = &avc->avc_cache.slots_lock[hvalue];
hvalue            527 security/selinux/avc.c 	int hvalue;
hvalue            530 security/selinux/avc.c 	hvalue = avc_hash(ssid, tsid, tclass);
hvalue            531 security/selinux/avc.c 	head = &avc->avc_cache.slots[hvalue];
hvalue            618 security/selinux/avc.c 	int hvalue;
hvalue            636 security/selinux/avc.c 	hvalue = avc_hash(ssid, tsid, tclass);
hvalue            637 security/selinux/avc.c 	head = &avc->avc_cache.slots[hvalue];
hvalue            638 security/selinux/avc.c 	lock = &avc->avc_cache.slots_lock[hvalue];
hvalue            834 security/selinux/avc.c 	int hvalue, rc = 0;
hvalue            862 security/selinux/avc.c 	hvalue = avc_hash(ssid, tsid, tclass);
hvalue            864 security/selinux/avc.c 	head = &avc->avc_cache.slots[hvalue];
hvalue            865 security/selinux/avc.c 	lock = &avc->avc_cache.slots_lock[hvalue];
hvalue             69 security/selinux/ss/avtab.c avtab_insert_node(struct avtab *h, int hvalue,
hvalue             96 security/selinux/ss/avtab.c 		struct avtab_node **n = &h->htable[hvalue];
hvalue            108 security/selinux/ss/avtab.c 	int hvalue;
hvalue            115 security/selinux/ss/avtab.c 	hvalue = avtab_hash(key, h->mask);
hvalue            116 security/selinux/ss/avtab.c 	for (prev = NULL, cur = h->htable[hvalue];
hvalue            139 security/selinux/ss/avtab.c 	newnode = avtab_insert_node(h, hvalue, prev, cur, key, datum);
hvalue            153 security/selinux/ss/avtab.c 	int hvalue;
hvalue            159 security/selinux/ss/avtab.c 	hvalue = avtab_hash(key, h->mask);
hvalue            160 security/selinux/ss/avtab.c 	for (prev = NULL, cur = h->htable[hvalue];
hvalue            178 security/selinux/ss/avtab.c 	return avtab_insert_node(h, hvalue, prev, cur, key, datum);
hvalue            183 security/selinux/ss/avtab.c 	int hvalue;
hvalue            190 security/selinux/ss/avtab.c 	hvalue = avtab_hash(key, h->mask);
hvalue            191 security/selinux/ss/avtab.c 	for (cur = h->htable[hvalue]; cur;
hvalue            219 security/selinux/ss/avtab.c 	int hvalue;
hvalue            226 security/selinux/ss/avtab.c 	hvalue = avtab_hash(key, h->mask);
hvalue            227 security/selinux/ss/avtab.c 	for (cur = h->htable[hvalue]; cur;
hvalue             44 security/selinux/ss/hashtab.c 	u32 hvalue;
hvalue             52 security/selinux/ss/hashtab.c 	hvalue = h->hash_value(h, key);
hvalue             54 security/selinux/ss/hashtab.c 	cur = h->htable[hvalue];
hvalue             72 security/selinux/ss/hashtab.c 		newnode->next = h->htable[hvalue];
hvalue             73 security/selinux/ss/hashtab.c 		h->htable[hvalue] = newnode;
hvalue             82 security/selinux/ss/hashtab.c 	u32 hvalue;
hvalue             88 security/selinux/ss/hashtab.c 	hvalue = h->hash_value(h, key);
hvalue             89 security/selinux/ss/hashtab.c 	cur = h->htable[hvalue];