Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus.c56 static struct kern_nexus_tree nx_head; variable
140 RB_INIT(&nx_head); in nexus_init()
184 ASSERT(RB_EMPTY(&nx_head)); in nexus_fini()
1090 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nxctl_get_channel_list()
1960 RB_INSERT(kern_nexus_tree, &nx_head, nx); in nx_create()
1996 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_destroy()
2038 nx = RB_FIND(kern_nexus_tree, &nx_head, &find); in nx_find()
2134 RB_REMOVE(kern_nexus_tree, &nx_head, nx); in nx_detach()
3377 RB_FOREACH(nx, kern_nexus_tree, &nx_head) {
3488 RB_FOREACH(nx, kern_nexus_tree, &nx_head) {
[all …]
/xnu-12377.61.12/tools/lldbmacros/
H A Dskywalk.py665 nexuses = kern.globals.nx_head
735 nexuses = kern.globals.nx_head