Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/skywalk/nexus/
H A Dnexus.c50 static int nx_cmp(const struct kern_nexus *, const struct kern_nexus *);
52 RB_PROTOTYPE_SC(static, kern_nexus_tree, kern_nexus, nx_link, nx_cmp);
53 RB_GENERATE(kern_nexus_tree, kern_nexus, nx_link, nx_cmp);
1985 nx_cmp(const struct kern_nexus *a, const struct kern_nexus *b) in nx_cmp() function