Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dscif_ioctl.h72 __u64 nodes; member
/bionic/libc/bionic/
Dpthread_mutex.cpp269 static NodeArrayP* nodes; variable
274 return (*nodes[id >> 8])[id & 0xff]; in IdToNode()
294 nodes = static_cast<NodeArray**>(calloc(256, sizeof(NodeArray*))); in AllocIdLocked()
295 if (nodes == nullptr) { in AllocIdLocked()
299 nodes[array_pos] = static_cast<NodeArray*>(malloc(sizeof(NodeArray))); in AllocIdLocked()
300 if (nodes[array_pos] == nullptr) { in AllocIdLocked()