Searched refs:node_ptr (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/android/
H A Dbinder_trace.h176 __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 Dbinder.c3908 binder_uintptr_t node_ptr; local
3913 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr))
3919 node = binder_get_node(proc, node_ptr);
3926 (u64)node_ptr);
3934 (u64)node_ptr, node->debug_id,
4273 binder_uintptr_t node_ptr,
4284 if (put_user(node_ptr, (binder_uintptr_t __user *)ptr))
4295 (u64)node_ptr, (u64)node_cookie);
4513 binder_uintptr_t node_ptr = node->ptr; local
4548 (u64)node_ptr,
4270 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) argument
[all...]
/linux-master/security/selinux/ss/
H A Dconditional.c266 struct avtab_node *node_ptr; local
289 node_ptr = avtab_search_node(&p->te_cond_avtab, k);
290 if (node_ptr) {
291 if (avtab_search_node_next(node_ptr,
298 if (other->nodes[i] == node_ptr) {
316 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d);
317 if (!node_ptr) {
322 *data->dst = node_ptr;
/linux-master/lib/
H A Dlist-test.c1213 static void check_node(struct klist_node *node_ptr) argument
1216 last_node = node_ptr;
1219 static void check_delete_node(struct klist_node *node_ptr) argument
1222 last_node = node_ptr;

Completed in 279 milliseconds