Home
last modified time | relevance | path

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

/linux/net/9p/
H A Derror.c38 static DEFINE_HASHTABLE(hash_errmap, ERRHASH_BITS);
187 hash_add(hash_errmap, &c->list, hash); in p9_error_init()
210 hash_for_each_possible(hash_errmap, c, list, hash) { in p9_errstr2errno()