Home
last modified time | relevance | path

Searched refs:node_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/android/
Dbinder_trace.h155 __field(binder_uintptr_t, node_ptr)
162 __entry->node_ptr = node->ptr;
168 (u64)__entry->node_ptr,
181 __field(binder_uintptr_t, node_ptr)
188 __entry->node_ptr = ref->node->ptr;
193 (u64)__entry->node_ptr)
Dbinder.c1830 binder_uintptr_t node_ptr; in binder_thread_write() local
1834 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_thread_write()
1840 node = binder_get_node(proc, node_ptr); in binder_thread_write()
1847 (u64)node_ptr); in binder_thread_write()
1855 (u64)node_ptr, node->debug_id, in binder_thread_write()
/linux-4.1.27/security/selinux/ss/
Dconditional.c275 struct avtab_node *node_ptr; in cond_insertf() local
298 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf()
299 if (node_ptr) { in cond_insertf()
300 if (avtab_search_node_next(node_ptr, k->specified)) { in cond_insertf()
306 if (cur->node == node_ptr) { in cond_insertf()
324 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf()
325 if (!node_ptr) { in cond_insertf()
337 list->node = node_ptr; in cond_insertf()