Searched refs:nodep (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/ |
| H A 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/scripts/gdb/linux/ |
| H A D | radixtree.py | 83 nodep = node 89 nodep, maxindex 91 return 0, nodep, 0
|
| /linux/lib/ |
| H A 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/include/linux/ |
| H A D | radix-tree.h | 223 struct radix_tree_node **nodep, void __rcu ***slotp);
|
| /linux/security/selinux/ss/ |
| H A D | policydb.c | 1347 static int read_cons_helper(struct policydb *p, struct constraint_node **nodep, in read_cons_helper() argument 1365 *nodep = c; in read_cons_helper()
|