Searched refs:HASH_SIZE (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinode_hash.c33 #define HASH_SIZE 311 /* Should be prime */ macro
34 #define hash_inode(i) ((i) % HASH_SIZE)
36 static ino_dev_hashtable_bucket_t *ino_dev_hashtable[HASH_SIZE];
89 for (i = 0; i < HASH_SIZE; i++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dchar_dev.c12 #define HASH_SIZE (1UL << HASH_BITS) macro
13 #define HASH_MASK (HASH_SIZE-1)
14 static struct list_head cdev_hashtable[HASH_SIZE];
39 i = HASH_SIZE;
H A Dblock_dev.c256 #define HASH_SIZE (1UL << HASH_BITS) macro
257 #define HASH_MASK (HASH_SIZE-1)
258 static struct list_head bdev_hashtable[HASH_SIZE];
284 i = HASH_SIZE;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Ddu.c63 #define HASH_SIZE 311 /* Should be prime */ macro
64 #define hash_inode(i) ((i) % HASH_SIZE)
73 static ino_dev_hashtable_bucket_t *ino_dev_hashtable[HASH_SIZE];
126 for (i = 0; i < HASH_SIZE; i++) {
H A Dgzip.c704 #define HASH_SIZE (unsigned)(1<<HASH_BITS) macro
705 #define HASH_MASK (HASH_SIZE-1)
707 /* HASH_SIZE and WSIZE must be powers of two */
858 memzero((char *) head, HASH_SIZE * sizeof(*head));
1040 for (n = 0; n < HASH_SIZE; n++) {
H A Dutility.c234 #define HASH_SIZE 311 /* Should be prime */ macro
235 #define hash_inode(i) ((i) % HASH_SIZE)
237 static ino_dev_hashtable_bucket_t *ino_dev_hashtable[HASH_SIZE];
290 for (i = 0; i < HASH_SIZE; i++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_metapage.c43 #define HASH_SIZE (1 << HASH_BITS) macro
198 ((PAGE_SIZE << hash_order) / sizeof(void *)) < HASH_SIZE;
223 return hash_table + (s(i + index) & (HASH_SIZE - 1));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dipip.c119 #define HASH_SIZE 16 macro
135 static struct ip_tunnel *tunnels_r_l[HASH_SIZE];
136 static struct ip_tunnel *tunnels_r[HASH_SIZE];
137 static struct ip_tunnel *tunnels_l[HASH_SIZE];
H A Dip_gre.c148 #define HASH_SIZE 16 macro
151 static struct ip_tunnel *tunnels[4][HASH_SIZE];
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dsit.c60 #define HASH_SIZE 16 macro
75 static struct ip_tunnel *tunnels_r_l[HASH_SIZE];
76 static struct ip_tunnel *tunnels_r[HASH_SIZE];
77 static struct ip_tunnel *tunnels_l[HASH_SIZE];

Completed in 96 milliseconds