Home
last modified time | relevance | path

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

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