Home
last modified time | relevance | path

Searched defs:less (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h124 #define bpf_rbtree_add(head, node, less) bpf_rbtree_add_impl(head, node, less, NULL, 0) argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Drefcounted_kptr_fail.c23 static bool less(struct bpf_rb_node *a, const struct bpf_rb_node *b) in less() function
H A Drbtree.c24 static bool less(struct bpf_rb_node *a, const struct bpf_rb_node *b) in less() function
H A Drbtree_fail.c20 static bool less(struct bpf_rb_node *a, const struct bpf_rb_node *b) in less() function
H A Drefcounted_kptr.c51 static bool less(struct bpf_rb_node *node_a, const struct bpf_rb_node *node_b) in less() function
/openbmc/linux/include/linux/
H A Dmin_heap.h29 bool (*less)(const void *lhs, const void *rhs); member
H A Drbtree_latch.h65 bool (*less)(struct latch_tree_node *a, struct latch_tree_node *b); member
/openbmc/linux/net/tipc/
H A Dcore.h195 static inline int less(u16 left, u16 right) in less() function
/openbmc/linux/crypto/
H A Dalgif_aead.c171 size_t less = outlen - usedpages; in _aead_recvmsg() local
/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c139 unsigned int less; in sg_nents_xlen() local
645 int offset = 0, soffset = 0, less, sless = 0; in chcr_sg_ent_in_wr() local
/openbmc/linux/kernel/bpf/
H A Dhelpers.c2140 void *less, struct btf_record *rec, u64 off) in __bpf_rbtree_add()