Searched refs:nodep (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/kvm/lib/ |
A D | sparsebit.c | 209 for (nodep = s->root; nodep && nodep->left; nodep = nodep->left) in node_first() 228 for (nodep = nodep->right; nodep->left; nodep = nodep->left) in node_next() 238 nodep = nodep->parent; in node_next() 256 for (nodep = nodep->left; nodep->right; nodep = nodep->right) in node_prev() 266 nodep = nodep->parent; in node_prev() 316 nodep = nodep->idx > idx ? nodep->left : nodep->right) { in node_find() 785 nodep = nodep->idx > idx ? nodep->left : nodep->right) in sparsebit_is_set() 888 nodep->parent, nodep->left, nodep->right); in dump_nodes() 1601 for (nodep = node_first(s); nodep; nodep = node_next(s, nodep)) { in sparsebit_dump() 1832 nodep, nodep->idx, nodep->num_after, in sparsebit_validate_internal() [all …]
|
/linux/lib/ |
A D | radix-tree.c | 84 struct radix_tree_node **nodep, unsigned long index) in radix_tree_descend() argument 89 *nodep = (void *)entry; in radix_tree_descend() 387 struct radix_tree_node **nodep, unsigned long *maxindex) in radix_tree_load_root() argument 391 *nodep = node; in radix_tree_load_root() 597 unsigned long index, struct radix_tree_node **nodep, in __radix_tree_create() argument 638 if (nodep) in __radix_tree_create() 639 *nodep = node; in __radix_tree_create() 746 unsigned long index, struct radix_tree_node **nodep, in __radix_tree_lookup() argument 772 if (nodep) in __radix_tree_lookup() 773 *nodep = parent; in __radix_tree_lookup()
|
/linux/tools/perf/util/ |
A D | cpumap.h | 44 int cpu_map__build_node_map(struct perf_cpu_map *cpus, struct cpu_aggr_map **nodep);
|
/linux/fs/xfs/libxfs/ |
A 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/include/linux/ |
A D | radix-tree.h | 222 struct radix_tree_node **nodep, void __rcu ***slotp);
|
/linux/arch/powerpc/kernel/ |
A D | prom_init.c | 646 static int __init prom_next_node(phandle *nodep) in prom_next_node() argument 650 if ((node = *nodep) != 0 in prom_next_node() 651 && (*nodep = call_prom("child", 1, 1, node)) != 0) in prom_next_node() 653 if ((*nodep = call_prom("peer", 1, 1, node)) != 0) in prom_next_node() 658 if ((*nodep = call_prom("peer", 1, 1, node)) != 0) in prom_next_node()
|
/linux/kernel/ |
A D | sys.c | 2540 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, in SYSCALL_DEFINE3() argument 2548 if (nodep) in SYSCALL_DEFINE3() 2549 err |= put_user(cpu_to_node(cpu), nodep); in SYSCALL_DEFINE3()
|
/linux/tools/perf/ |
A D | builtin-stat.c | 1556 struct cpu_aggr_map **nodep) in perf_env__build_node_map() argument 1558 return cpu_map__build_map(cpus, nodep, perf_env__get_node, env); in perf_env__build_node_map()
|
/linux/security/selinux/ss/ |
A D | policydb.c | 1201 struct constraint_node **nodep, in read_cons_helper() argument 1219 *nodep = c; in read_cons_helper()
|
Completed in 41 milliseconds