HASH_SIZE          58 fs/namespace.c 	return tmp & (HASH_SIZE - 1);
HASH_SIZE        2325 fs/namespace.c 	printk("Mount-cache hash table entries: %lu\n", HASH_SIZE);
HASH_SIZE        2327 fs/namespace.c 	for (u = 0; u < HASH_SIZE; u++)
HASH_SIZE         155 kernel/audit_tree.c static struct list_head chunk_hash_heads[HASH_SIZE];
HASH_SIZE         161 kernel/audit_tree.c 	return chunk_hash_heads + n % HASH_SIZE;
HASH_SIZE         897 kernel/audit_tree.c 	for (i = 0; i < HASH_SIZE; i++)
HASH_SIZE         135 net/ipv4/ip_gre.c 	struct ip_tunnel *tunnels[4][HASH_SIZE];
HASH_SIZE        1239 net/ipv4/ip_gre.c 		for (h = 0; h < HASH_SIZE; h++) {
HASH_SIZE         124 net/ipv4/ipip.c 	struct ip_tunnel *tunnels_r_l[HASH_SIZE];
HASH_SIZE         125 net/ipv4/ipip.c 	struct ip_tunnel *tunnels_r[HASH_SIZE];
HASH_SIZE         126 net/ipv4/ipip.c 	struct ip_tunnel *tunnels_l[HASH_SIZE];
HASH_SIZE         761 net/ipv4/ipip.c 		for (h = 0; h < HASH_SIZE; h++) {
HASH_SIZE          75 net/ipv6/ip6_tunnel.c 		    (HASH_SIZE - 1))
HASH_SIZE          86 net/ipv6/ip6_tunnel.c 	struct ip6_tnl *tnls_r_l[HASH_SIZE];
HASH_SIZE        1399 net/ipv6/ip6_tunnel.c 	for (h = 0; h < HASH_SIZE; h++) {
HASH_SIZE          71 net/ipv6/sit.c 	struct ip_tunnel *tunnels_r_l[HASH_SIZE];
HASH_SIZE          72 net/ipv6/sit.c 	struct ip_tunnel *tunnels_r[HASH_SIZE];
HASH_SIZE          73 net/ipv6/sit.c 	struct ip_tunnel *tunnels_l[HASH_SIZE];
HASH_SIZE         995 net/ipv6/sit.c 		for (h = 0; h < HASH_SIZE; h++) {