Searched refs:nx_cmp (Results 1 – 1 of 1) sorted by relevance
52 static int nx_cmp(const struct kern_nexus *, const struct kern_nexus *);54 RB_PROTOTYPE_SC(static, kern_nexus_tree, kern_nexus, nx_link, nx_cmp);55 RB_GENERATE(kern_nexus_tree, kern_nexus, nx_link, nx_cmp);2020 nx_cmp(const struct kern_nexus *a, const struct kern_nexus *b) in nx_cmp() function