Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/edns-subnet/
H A Daddrtree.c115 node_size(const struct addrtree *tree, const struct addrnode *n) in node_size() function
232 tree->size_bytes -= node_size(tree, node); in purge_node()
287 tree->size_bytes -= node_size(tree, n); in addrtree_delete()
413 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
456 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
469 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
/freebsd-14.2/sys/fs/tmpfs/
H A Dtmpfs_subr.c429 const size_t node_size = sizeof(struct tmpfs_node) + in tmpfs_pages_used() local
433 meta_pages = howmany((uintmax_t)tmp->tm_nodes_inuse * node_size, in tmpfs_pages_used()