Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/namespace/
H A Dnetns.c119 static inline int nsr_cmp(const struct ns_reservation *,
123 RB_PROTOTYPE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);
124 RB_GENERATE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);
415 nsr_cmp(const struct ns_reservation *nsr1, const struct ns_reservation *nsr2) in nsr_cmp() function