Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_thmap.c209 unsigned rslot; // root-level slot index member
367 query->rslot = ((hashval >> ROOT_MSBITS) ^ len) & ROOT_MASK; in hashval_init()
556 const unsigned i = query->rslot; in root_try_put()
614 root_slot = atomic_load_consume(&thmap->root[query->rslot]); in find_edge_node()
929 const unsigned rslot = query.rslot; in thmap_del() local
931 atomic_load_relaxed(&thmap->root[rslot]); in thmap_del()
940 atomic_store_relaxed(&thmap->root[rslot], THMAP_NULL); in thmap_del()