Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/namespace/
H A Dnetns.c114 static inline int nsr_cmp(const struct ns_reservation *,
118 RB_PROTOTYPE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);
119 RB_GENERATE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);
407 nsr_cmp(const struct ns_reservation *nsr1, const struct ns_reservation *nsr2) in nsr_cmp() function