Searched refs:node_ptr (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/drivers/android/ |
| D | binder_trace.h | 147 __field(binder_uintptr_t, node_ptr) 154 __entry->node_ptr = node->ptr; 160 (u64)__entry->node_ptr, 174 __field(binder_uintptr_t, node_ptr) 181 __entry->node_ptr = node->ptr; 186 (u64)__entry->node_ptr)
|
| D | binder.c | 4104 binder_uintptr_t node_ptr; in binder_thread_write() local 4109 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_thread_write() 4115 node = binder_get_node(proc, node_ptr); in binder_thread_write() 4122 (u64)node_ptr); in binder_thread_write() 4130 (u64)node_ptr, node->debug_id, in binder_thread_write() 4469 binder_uintptr_t node_ptr, in binder_put_node_cmd() argument 4480 if (put_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_put_node_cmd() 4491 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd() 4714 binder_uintptr_t node_ptr = node->ptr; in binder_thread_read() local 4749 (u64)node_ptr, in binder_thread_read() [all …]
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| D | conditional.c | 264 struct avtab_node *node_ptr; in cond_insertf() local 287 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf() 288 if (node_ptr) { in cond_insertf() 289 if (avtab_search_node_next(node_ptr, k->specified)) { in cond_insertf() 295 if (other->nodes[i] == node_ptr) { in cond_insertf() 313 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf() 314 if (!node_ptr) { in cond_insertf() 319 *data->dst = node_ptr; in cond_insertf()
|