Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_thmap.c197 } thmap_inode_t; typedef
199 #define THMAP_INODE_LEN sizeof(thmap_inode_t)
294 node_locked_p(thmap_inode_t *node) in node_locked_p()
300 lock_node(thmap_inode_t *node) in lock_node()
319 unlock_node(thmap_inode_t *node) in unlock_node()
426 static thmap_inode_t *
427 node_create(thmap_t *thmap, thmap_inode_t *parent) in node_create()
429 thmap_inode_t *node; in node_create()
449 node_insert(thmap_inode_t *node, unsigned slot, thmap_ptr_t child) in node_insert()
468 node_remove(thmap_inode_t *node, unsigned slot) in node_remove()
[all …]