Home
last modified time | relevance | path

Searched refs:ERRHASHSZ (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/net/9p/
Derror.c51 #define ERRHASHSZ 32 macro
52 static struct hlist_head hash_errmap[ERRHASHSZ];
197 for (bucket = 0; bucket < ERRHASHSZ; bucket++) in p9_error_init()
203 bucket = jhash(c->name, c->namelen, 0) % ERRHASHSZ; in p9_error_init()
229 bucket = jhash(errstr, len, 0) % ERRHASHSZ; in p9_errstr2errno()