Searched refs:nsr_cmp (Results 1 – 1 of 1) sorted by relevance
120 static inline int nsr_cmp(const struct ns_reservation *,124 RB_PROTOTYPE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);125 RB_GENERATE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);416 nsr_cmp(const struct ns_reservation *nsr1, const struct ns_reservation *nsr2) in nsr_cmp() function