Searched refs:node_ptr (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/security/selinux/ss/ |
D | conditional.c | 266 struct avtab_node *node_ptr; in cond_insertf() local 289 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf() 290 if (node_ptr) { in cond_insertf() 291 if (avtab_search_node_next(node_ptr, in cond_insertf() 298 if (other->nodes[i] == node_ptr) { in cond_insertf() 316 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf() 317 if (!node_ptr) { in cond_insertf() 322 *data->dst = node_ptr; in cond_insertf()
|
/linux-6.12.1/drivers/android/ |
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)
|
D | binder.c | 4137 binder_uintptr_t node_ptr; in binder_thread_write() local 4142 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_thread_write() 4148 node = binder_get_node(proc, node_ptr); in binder_thread_write() 4155 (u64)node_ptr); in binder_thread_write() 4163 (u64)node_ptr, node->debug_id, in binder_thread_write() 4540 binder_uintptr_t node_ptr, in binder_put_node_cmd() argument 4551 if (put_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_put_node_cmd() 4562 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd() 4780 binder_uintptr_t node_ptr = node->ptr; in binder_thread_read() local 4815 (u64)node_ptr, in binder_thread_read() [all …]
|
/linux-6.12.1/lib/ |
D | list-test.c | 1211 static void check_node(struct klist_node *node_ptr) in check_node() argument 1214 last_node = node_ptr; in check_node() 1217 static void check_delete_node(struct klist_node *node_ptr) in check_delete_node() argument 1220 last_node = node_ptr; in check_delete_node()
|