Home
last modified time | relevance | path

Searched refs:__sz (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_mods.c49 int __sz = sizeof(*(dst)) < sizeof(*(src)) ? sizeof(*(dst)) : \
51 bpf_core_read((char *)(dst) + sizeof(*(dst)) - __sz, __sz, \
52 (const char *)(src) + sizeof(*(src)) - __sz); \
/linux/tools/sched_ext/include/scx/
H A Dcommon.h66 size_t __sz; \
71 bpf_map__initial_value((__skel)->maps.elfsec##_##arr, &__sz); \
/linux/include/linux/usb/
H A Dfunc_utils.h41 size_t groupname##_##name##__sz = array_size(n, sizeof(type)); \
48 if (check_add_overflow(offset, groupname##_##name##__sz,\
/linux/drivers/net/wireless/marvell/libertas/
H A Dcmd.h35 uint16_t __sz = le16_to_cpu((cmd)->hdr.size); \
37 __lbs_cmd(priv, cmdnr, &(cmd)->hdr, __sz, cb, cb_arg); \
/linux/samples/hid/
H A Dhid_bpf_helpers.h11 const size_t __sz) __ksym;
/linux/arch/riscv/mm/
H A Dinit.c661 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument
663 create_p4d_mapping(__nextp, __va, __pa, __sz, __prot) : \
665 create_pud_mapping((pud_t *)__nextp, __va, __pa, __sz, __prot) : \
666 create_pmd_mapping((pmd_t *)__nextp, __va, __pa, __sz, __prot)))
677 #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot) \ argument
678 create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
680 #define create_p4d_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument
681 #define create_pud_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument
682 #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0) argument
/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dlibertas_tf.h499 uint16_t __sz = le16_to_cpu((cmd)->hdr.size); \
501 __lbtf_cmd(priv, cmdnr, &(cmd)->hdr, __sz, cb, cb_arg); \
/linux/tools/testing/selftests/hid/progs/
H A Dhid_bpf_helpers.h109 const size_t __sz) __weak __ksym;
/linux/Documentation/bpf/
H A Dkfuncs.rst124 2.3.1 __sz Annotation
136 argument as its size. By default, without __sz annotation, the size of the type
137 of the pointer is used. Without __sz annotation, a kfunc cannot accept a void
198 when used with __sz or __szk annotations for memory and size pairs, the
/linux/Documentation/hid/
H A Dhid-bpf.rst382 const size_t __sz) __ksym;