Searched refs:nodep (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/tools/testing/selftests/kvm/lib/ |
D | sparsebit.c | 197 static sparsebit_num_t node_num_set(struct node *nodep) in node_num_set() argument 199 return nodep->num_after + __builtin_popcount(nodep->mask); in node_num_set() 207 struct node *nodep; in node_first() local 209 for (nodep = s->root; nodep && nodep->left; nodep = nodep->left) in node_first() 212 return nodep; in node_first() 221 struct node *nodep = np; in node_next() local 227 if (nodep->right) { in node_next() 228 for (nodep = nodep->right; nodep->left; nodep = nodep->left) in node_next() 230 return nodep; in node_next() 237 while (nodep->parent && nodep == nodep->parent->right) in node_next() [all …]
|
/linux-6.6.21/lib/ |
D | radix-tree.c | 86 struct radix_tree_node **nodep, unsigned long index) in radix_tree_descend() argument 91 *nodep = (void *)entry; in radix_tree_descend() 389 struct radix_tree_node **nodep, unsigned long *maxindex) in radix_tree_load_root() argument 393 *nodep = node; in radix_tree_load_root() 599 unsigned long index, struct radix_tree_node **nodep, in __radix_tree_create() argument 640 if (nodep) in __radix_tree_create() 641 *nodep = node; in __radix_tree_create() 748 unsigned long index, struct radix_tree_node **nodep, in __radix_tree_lookup() argument 774 if (nodep) in __radix_tree_lookup() 775 *nodep = parent; in __radix_tree_lookup()
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_iext_tree.c | 452 struct xfs_iext_node **nodep, in xfs_iext_split_node() argument 456 struct xfs_iext_node *node = *nodep; in xfs_iext_split_node() 464 *nodep = new; in xfs_iext_split_node() 480 *nodep = new; in xfs_iext_split_node()
|
/linux-6.6.21/include/linux/ |
D | radix-tree.h | 222 struct radix_tree_node **nodep, void __rcu ***slotp);
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | prom_init.c | 642 static int __init prom_next_node(phandle *nodep) in prom_next_node() argument 646 if ((node = *nodep) != 0 in prom_next_node() 647 && (*nodep = call_prom("child", 1, 1, node)) != 0) in prom_next_node() 649 if ((*nodep = call_prom("peer", 1, 1, node)) != 0) in prom_next_node() 654 if ((*nodep = call_prom("peer", 1, 1, node)) != 0) in prom_next_node()
|
/linux-6.6.21/kernel/ |
D | sys.c | 2754 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, in SYSCALL_DEFINE3() argument 2762 if (nodep) in SYSCALL_DEFINE3() 2763 err |= put_user(cpu_to_node(cpu), nodep); in SYSCALL_DEFINE3()
|
/linux-6.6.21/security/selinux/ss/ |
D | policydb.c | 1196 struct constraint_node **nodep, in read_cons_helper() argument 1214 *nodep = c; in read_cons_helper()
|