Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dulist.c51 ulist->nnodes = 0; in ulist_init()
140 BUG_ON(ulist->nnodes == 0); in ulist_rbtree_erase()
141 ulist->nnodes--; in ulist_rbtree_erase()
213 ulist->nnodes++; in ulist_add_merge()
Dulist.h47 unsigned long nnodes; member
Dqgroup.c1678 nr_new_roots = new_roots->nnodes; in btrfs_qgroup_account_extent()
1680 nr_old_roots = old_roots->nnodes; in btrfs_qgroup_account_extent()
/linux-4.4.14/mm/
Dmempolicy.c1737 unsigned nnodes = nodes_weight(pol->v.nodes); in offset_il_node() local
1742 if (!nnodes) in offset_il_node()
1744 target = (unsigned int)off % nnodes; in offset_il_node()