Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dinterval_tree_generic.h72 name##_insert(type *node, struct rb_root_cached *root) \
/freebsd-13.1/sys/dev/sfxge/common/
H A Defx_rx.c1080 #define EFX_RX_LFSR_HASH(_enp, _insert) \ argument
1089 (_insert) ? 1 : 0); \
1104 #define EFX_RX_TOEPLITZ_IPV4_HASH(_enp, _insert, _ip, _tcp) \ argument
1115 (_insert) ? 1 : 0); \
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dlhash.h133 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
H A Dsafestack.h88 static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \