Home
last modified time | relevance | path

Searched defs:node (Results 1 – 10 of 10) sorted by relevance

/bionic/tests/
Dsearch_test.cpp53 struct node { struct
54 explicit node(const char* s) : s(strdup(s)) {} in node() function
60 return strcmp(reinterpret_cast<const node*>(lhs)->s, reinterpret_cast<const node*>(rhs)->s); in node_cmp() argument
/bionic/libc/kernel/uapi/linux/
Dqrtr.h37 __le32 node; member
41 __le32 node; member
Dscif_ioctl.h11 __u16 node; member
Dtipc.h13 __u32 node; member
Dkfd_ioctl.h367 #define KFD_EVENT_FMT_PAGEFAULT_START(ns,pid,addr,node,rw) "%lld -%d @%lx(%x) %c\n", (ns), (pid), (… argument
368 #define KFD_EVENT_FMT_PAGEFAULT_END(ns,pid,addr,node,migrate_update) "%lld -%d @%lx(%x) %c\n", (ns)… argument
371 #define KFD_EVENT_FMT_QUEUE_EVICTION(ns,pid,node,evict_trigger) "%lld -%d %x %d\n", (ns), (pid), (n… argument
372 #define KFD_EVENT_FMT_QUEUE_RESTORE(ns,pid,node,rescheduled) "%lld -%d %x %c\n", (ns), (pid), (node… argument
373 #define KFD_EVENT_FMT_UNMAP_FROM_GPU(ns,pid,addr,size,node,unmap_trigger) "%lld -%d @%lx(%lx) %x %d… argument
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dtfind.c19 } node; typedef
Dtsearch.c20 } node; typedef
/bionic/libc/bionic/
Dbionic_elf_tls.cpp479 CallbackHolder* node = modules.thread_exit_callback_tail_node; in __notify_thread_exit_callbacks() local
/bionic/libc/system_properties/
Dprop_area.cpp167 prop_trie_node* node = new (p) prop_trie_node(name, namelen); in new_prop_trie_node() local
/bionic/libc/dns/resolv/
Dres_cache.c1433 Entry* node = *pnode; in _cache_flush_locked() local
1577 Entry* node = *pnode; in _cache_lookup_p() local