Searched refs:bpe_cmp (Results 1 – 1 of 1) sorted by relevance
73 static inline int bpe_cmp(const struct bpe_key *, const struct bpe_key *);75 RBT_PROTOTYPE(bpe_tree, bpe_key, k_entry, bpe_cmp);76 RBT_GENERATE(bpe_tree, bpe_key, k_entry, bpe_cmp);866 bpe_cmp(const struct bpe_key *a, const struct bpe_key *b) in bpe_cmp() function