Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/edns-subnet/
H A Daddrtree.c114 node_size(const struct addrtree *tree, const struct addrnode *n) in node_size() function
230 tree->size_bytes -= node_size(tree, node); in purge_node()
285 tree->size_bytes -= node_size(tree, n); in addrtree_delete()
410 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
452 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
465 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
/freebsd-13.1/sys/fs/tmpfs/
H A Dtmpfs_subr.c342 const size_t node_size = sizeof(struct tmpfs_node) + in tmpfs_pages_used() local
346 meta_pages = howmany((uintmax_t)tmp->tm_nodes_inuse * node_size, in tmpfs_pages_used()