Searched refs:nodep (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c195 * of the node pointed to by nodep.
197 static sparsebit_num_t node_num_set(struct node *nodep) argument
199 return nodep->num_after + __builtin_popcount(nodep->mask);
207 struct node *nodep; local
209 for (nodep = s->root; nodep && nodep->left; nodep = nodep
221 struct node *nodep = np; local
249 struct node *nodep = np; local
312 struct node *nodep; local
335 struct node *nodep, *parentp, *prev; local
409 node_rm(struct sparsebit *s, struct node *nodep) argument
599 node_reduce(struct sparsebit *s, struct node *nodep) argument
780 struct node *nodep; local
806 struct node *nodep; local
833 struct node *nodep; local
871 dump_nodes(FILE *stream, struct node *nodep, unsigned int indent) argument
900 node_first_set(struct node *nodep, int start) argument
908 node_first_clear(struct node *nodep, int start) argument
1088 struct node *nodep; local
1159 struct node *nodep; local
1373 struct node *nodep, *next; local
1455 struct node *nodep, *next; local
1591 struct node *nodep; local
1687 struct node *nodep, *prev = NULL; local
[all...]
/linux-master/lib/
H A Dradix-tree.c86 struct radix_tree_node **nodep, unsigned long index)
91 *nodep = (void *)entry;
389 struct radix_tree_node **nodep, unsigned long *maxindex)
393 *nodep = node;
586 * @nodep: returns node
594 * pointing to a node, in which case *@nodep will be NULL.
599 unsigned long index, struct radix_tree_node **nodep,
640 if (nodep)
641 *nodep = node;
737 * @nodep
85 radix_tree_descend(const struct radix_tree_node *parent, struct radix_tree_node **nodep, unsigned long index) argument
388 radix_tree_load_root(const struct radix_tree_root *root, struct radix_tree_node **nodep, unsigned long *maxindex) argument
598 __radix_tree_create(struct radix_tree_root *root, unsigned long index, struct radix_tree_node **nodep, void __rcu ***slotp) argument
747 __radix_tree_lookup(const struct radix_tree_root *root, unsigned long index, struct radix_tree_node **nodep, void __rcu ***slotp) argument
[all...]
/linux-master/include/linux/
H A Dradix-tree.h222 struct radix_tree_node **nodep, void __rcu ***slotp);
/linux-master/fs/xfs/libxfs/
H A Dxfs_iext_tree.c459 struct xfs_iext_node **nodep,
463 struct xfs_iext_node *node = *nodep;
471 *nodep = new;
487 *nodep = new;
458 xfs_iext_split_node( struct xfs_iext_node **nodep, int *pos, int *nr_entries) argument
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c642 static int __init prom_next_node(phandle *nodep) argument
646 if ((node = *nodep) != 0
647 && (*nodep = call_prom("child", 1, 1, node)) != 0)
649 if ((*nodep = call_prom("peer", 1, 1, node)) != 0)
654 if ((*nodep = call_prom("peer", 1, 1, node)) != 0)
/linux-master/kernel/
H A Dsys.c2770 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep,
2778 if (nodep)
2779 err |= put_user(cpu_to_node(cpu), nodep);
/linux-master/security/selinux/ss/
H A Dpolicydb.c1214 static int read_cons_helper(struct policydb *p, struct constraint_node **nodep, argument
1232 *nodep = c;

Completed in 377 milliseconds