Searched refs:node_ptr (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/security/selinux/ss/ |
A D | conditional.c | 265 struct avtab_node *node_ptr; in cond_insertf() local 288 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf() 289 if (node_ptr) { in cond_insertf() 290 if (avtab_search_node_next(node_ptr, k->specified)) { in cond_insertf() 296 if (other->nodes[i] == node_ptr) { in cond_insertf() 314 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf() 315 if (!node_ptr) { in cond_insertf() 320 *data->dst = node_ptr; in cond_insertf()
|
/linux-6.3-rc2/drivers/android/ |
A D | binder_trace.h | 176 __field(binder_uintptr_t, node_ptr) 183 __entry->node_ptr = node->ptr; 189 (u64)__entry->node_ptr, 203 __field(binder_uintptr_t, node_ptr) 210 __entry->node_ptr = node->ptr; 215 (u64)__entry->node_ptr)
|
A D | binder.c | 3878 binder_uintptr_t node_ptr; in binder_thread_write() local 3896 (u64)node_ptr); in binder_thread_write() 3904 (u64)node_ptr, node->debug_id, in binder_thread_write() 4243 binder_uintptr_t node_ptr, in binder_put_node_cmd() argument 4265 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd() 4518 (u64)node_ptr, in binder_thread_read() 4539 proc, thread, &ptr, node_ptr, in binder_thread_read() 4544 proc, thread, &ptr, node_ptr, in binder_thread_read() 4549 proc, thread, &ptr, node_ptr, in binder_thread_read() 4554 proc, thread, &ptr, node_ptr, in binder_thread_read() [all …]
|
Completed in 14 milliseconds