Searched refs:node_ptr (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A 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()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/android/ |
H A 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)
|
H A D | binder.c | 4128 binder_uintptr_t node_ptr; in binder_thread_write() local 4133 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_thread_write() 4139 node = binder_get_node(proc, node_ptr); in binder_thread_write() 4146 (u64)node_ptr); in binder_thread_write() 4154 (u64)node_ptr, node->debug_id, in binder_thread_write() 4493 binder_uintptr_t node_ptr, in binder_put_node_cmd() 4504 if (put_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_put_node_cmd() 4515 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd() 4738 binder_uintptr_t node_ptr = node->ptr; in binder_thread_read() local 4773 (u64)node_ptr, in binder_thread_read() 4490 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 [all...] |
/kernel/linux/linux-6.6/drivers/android/ |
H 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)
|
H A D | binder.c | 3964 binder_uintptr_t node_ptr; in binder_thread_write() local 3969 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_thread_write() 3975 node = binder_get_node(proc, node_ptr); in binder_thread_write() 3982 (u64)node_ptr); in binder_thread_write() 3990 (u64)node_ptr, node->debug_id, in binder_thread_write() 4329 binder_uintptr_t node_ptr, in binder_put_node_cmd() 4340 if (put_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_put_node_cmd() 4351 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd() 4569 binder_uintptr_t node_ptr = node->ptr; in binder_thread_read() local 4604 (u64)node_ptr, in binder_thread_read() 4326 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 [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | list-test.c | 1213 static void check_node(struct klist_node *node_ptr) in check_node() argument 1216 last_node = node_ptr; in check_node() 1219 static void check_delete_node(struct klist_node *node_ptr) in check_delete_node() argument 1222 last_node = node_ptr; in check_delete_node()
|
Completed in 18 milliseconds