Searched refs:node_ptr (Results 1 – 4 of 4) sorted by relevance
| /linux/security/selinux/ss/ |
| H A D | conditional.c | 256 struct avtab_node *node_ptr; in cond_insertf() 279 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf() 280 if (node_ptr) { in cond_insertf() 281 if (avtab_search_node_next(node_ptr, in cond_insertf() 288 if (other->nodes[i] == node_ptr) { in cond_insertf() 306 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf() 307 if (!node_ptr) { in cond_insertf() 312 *data->dst = node_ptr; in cond_insertf() 260 struct avtab_node *node_ptr; cond_insertf() local
|
| /linux/drivers/android/ |
| H A D | binder.c | 4209 binder_uintptr_t node_ptr; in binder_thread_write() 4214 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_thread_write() 4220 node = binder_get_node(proc, node_ptr); in binder_thread_write() 4227 (u64)node_ptr); in binder_thread_write() 4235 (u64)node_ptr, node->debug_id, in binder_thread_write() 4613 binder_uintptr_t node_ptr, in binder_put_node_cmd() 4624 if (put_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_put_node_cmd() 4635 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd() 4855 binder_uintptr_t node_ptr = node->ptr; in binder_thread_read() 4890 (u64)node_ptr, in binder_thread_read() 4211 binder_uintptr_t node_ptr; binder_thread_write() local 4615 binder_put_node_cmd(struct binder_proc * proc,struct binder_thread * thread,void __user ** ptrp,binder_uintptr_t node_ptr,binder_uintptr_t node_cookie,int node_debug_id,uint32_t cmd,const char * cmd_name) binder_put_node_cmd() argument 4857 binder_uintptr_t node_ptr = node->ptr; binder_thread_read() local [all...] |
| /linux/lib/tests/ |
| H A D | list-test.c | 1215 static void check_node(struct klist_node *node_ptr) in check_node() argument 1218 last_node = node_ptr; in check_node() 1221 static void check_delete_node(struct klist_node *node_ptr) in check_delete_node() argument 1224 last_node = node_ptr; in check_delete_node()
|
| /linux/drivers/android/binder/ |
| H A D | process.rs | 1163 for (node_ptr, node) in &inner.nodes { in get_node_debug_info() 1164 if *node_ptr > ptr { in get_node_debug_info()
|