hash_errmap        39 net/9p/error.c static struct hlist_head hash_errmap[ERRHASHSZ];
hash_errmap       185 net/9p/error.c 		INIT_HLIST_HEAD(&hash_errmap[bucket]);
hash_errmap       192 net/9p/error.c 		hlist_add_head(&c->list, &hash_errmap[bucket]);
hash_errmap       215 net/9p/error.c 	hlist_for_each_entry(c, &hash_errmap[bucket], list) {