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

/linux-4.4.14/drivers/android/
H A 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)
H A Dbinder.c1830 binder_uintptr_t node_ptr; binder_thread_write() local
1834 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) binder_thread_write()
1840 node = binder_get_node(proc, node_ptr); binder_thread_write()
1847 (u64)node_ptr); binder_thread_write()
1855 (u64)node_ptr, node->debug_id, binder_thread_write()
/linux-4.4.14/security/selinux/ss/
H A Dconditional.c276 struct avtab_node *node_ptr; cond_insertf() local
299 node_ptr = avtab_search_node(&p->te_cond_avtab, k); cond_insertf()
300 if (node_ptr) { cond_insertf()
301 if (avtab_search_node_next(node_ptr, k->specified)) { cond_insertf()
307 if (cur->node == node_ptr) { cond_insertf()
325 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); cond_insertf()
326 if (!node_ptr) { cond_insertf()
338 list->node = node_ptr; cond_insertf()

Completed in 225 milliseconds