Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_lookup_key.c28 struct bpf_key *bkey; in BPF_PROG() local
H A Drcu_read_lock.c249 struct bpf_key *bkey; in BPF_PROG() local
/linux/drivers/md/bcache/
H A Dbcache_ondisk.h23 struct bkey { struct
30 BITMASK(name, struct bkey, field, offset, size) argument
/linux/drivers/soc/qcom/
H A Dice.c305 const struct blk_crypto_key *bkey) in qcom_ice_program_wrapped_key()
/linux/arch/s390/include/asm/
H A Dqdio.h43 u32 bkey : 4; member
/linux/lib/
H A Dbtree.c147 static unsigned long *bkey(struct btree_geo *geo, unsigned long *node, int n) in bkey() function
/linux/kernel/bpf/
H A Dhelpers.c3781 struct bpf_key *bkey; in bpf_lookup_user_key() local
3829 struct bpf_key *bkey; in bpf_lookup_system_key() local
3851 __bpf_kfunc void bpf_key_put(struct bpf_key *bkey) in bpf_key_put()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1453 struct flow_dissector_key_basic bkey; in __stmmac_test_l4filt() member
/linux/tools/testing/selftests/net/ovpn/
H A Dovpn-cli.c341 __u8 *bkey = NULL; in ovpn_parse_key() local
/linux/fs/xfs/libxfs/
H A Dxfs_btree.c3735 union xfs_btree_key bkey; /* key of block to insert */ in xfs_btree_insert() local
/linux/include/linux/
H A Dbpf.h3463 static inline void bpf_key_put(struct bpf_key *bkey) in bpf_key_put()