Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_thmap.c164 typedef uintptr_t thmap_ptr_t; typedef
167 #define THMAP_NULL ((thmap_ptr_t)0)
176 #define THMAP_GETOFF(th, p) ((thmap_ptr_t)((uintptr_t)(p) - (th)->baseptr))
195 thmap_ptr_t parent;
202 thmap_ptr_t key;
227 #define THMAP_ROOT_LEN (sizeof(thmap_ptr_t) * ROOT_SIZE)
449 node_insert(thmap_inode_t *node, unsigned slot, thmap_ptr_t child) in node_insert()
532 thmap_ptr_t node; in get_leaf()
555 thmap_ptr_t expected; in root_try_put()
558 thmap_ptr_t nptr; in root_try_put()
[all …]