Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_thmap.c169 #define THMAP_LEAF_BIT (0x1) macro
173 #define THMAP_INODE_P(p) (((uintptr_t)(p) & THMAP_LEAF_BIT) == 0)
580 node_insert(node, slot, THMAP_GETOFF(thmap, leaf) | THMAP_LEAF_BIT); in root_try_put()
774 target = THMAP_GETOFF(thmap, leaf) | THMAP_LEAF_BIT; in thmap_put()
811 target = THMAP_GETOFF(thmap, other) | THMAP_LEAF_BIT; in thmap_put()
842 target = THMAP_GETOFF(thmap, leaf) | THMAP_LEAF_BIT; in thmap_put()