Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/9p/
A Derror.c37 static struct hlist_head hash_errmap[ERRHASHSZ]; variable
183 INIT_HLIST_HEAD(&hash_errmap[bucket]); in p9_error_init()
190 hlist_add_head(&c->list, &hash_errmap[bucket]); in p9_error_init()
213 hlist_for_each_entry(c, &hash_errmap[bucket], list) { in p9_errstr2errno()

Completed in 3 milliseconds