Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 25 of 89) sorted by relevance

1234

/linux/tools/testing/selftests/bpf/progs/
H A Dtailcall_bpf2bpf3.c17 volatile char arr[64] = {}; in subprog_tail2() local
32 volatile char arr[64] = {}; in subprog_tail() local
44 volatile char arr[128] = {}; in classifier_0() local
54 volatile char arr[128] = {}; in classifier_1() local
64 volatile char arr[128] = {}; in entry() local
H A Dstruct_ops_nulled_out_cb.c10 int arr[1]; variable
H A Dtailcall_bpf2bpf6.c38 volatile char arr[1] = {}; in entry() local
H A Darena_htab.c30 char __arena *arr = arr1; in arena_htab_llvm() local
H A Diters.c13 int arr[256]; variable
660 static __noinline void fill(struct bpf_iter_num *it, int *arr, __u32 n, int mul) in fill() argument
672 static __noinline int sum(struct bpf_iter_num *it, int *arr, __u32 n) in sum() argument
/linux/tools/lib/bpf/
H A Dbpf_helpers.h234 #define ___bpf_fill0(arr, p, x) do {} while (0) argument
235 #define ___bpf_fill1(arr, p, x) arr[p] = x argument
236 #define ___bpf_fill2(arr, p, x, args...) arr[p] = x; ___bpf_fill1(arr, p + 1, args) argument
237 #define ___bpf_fill3(arr, p, x, args...) arr[p] = x; ___bpf_fill2(arr, p + 1, args) argument
238 #define ___bpf_fill4(arr, argument
226 ___bpf_fill0(arr,p,x) global() argument
227 ___bpf_fill1(arr,p,x) global() argument
228 ___bpf_fill2(arr,p,x,args...) global() argument
229 ___bpf_fill3(arr,p,x,args...) global() argument
230 ___bpf_fill4(arr,p,x,args...) global() argument
231 ___bpf_fill5(arr,p,x,args...) global() argument
232 ___bpf_fill6(arr,p,x,args...) global() argument
233 ___bpf_fill7(arr,p,x,args...) global() argument
239 ___bpf_fill(arr,args...) global() argument
[all...]
/linux/drivers/scsi/
H A Dscsi_proto_test.c13 u8 arr[sizeof(struct scsi_io_group_descriptor)]; in test_scsi_proto() member
27 u8 arr[sizeof(struct scsi_stream_status)]; in test_scsi_proto() member
36 u8 arr[sizeof(struct scsi_stream_status_header)]; in test_scsi_proto() member
H A Dconstants.c28 const struct value_name_pair *arr; member
264 const struct value_name_pair *arr = NULL; in scsi_opcode_sa_name() local
435 const struct value_name_pair *arr = scsi_mlreturn_arr; in scsi_mlreturn_string() local
H A Dscsi_debug.c1633 static int fill_from_dev_buffer(struct scsi_cmnd *scp, unsigned char *arr, in fill_from_dev_buffer()
1656 static int p_fill_from_dev_buffer(struct scsi_cmnd *scp, const void *arr, in p_fill_from_dev_buffer()
1681 static int fetch_to_dev_buffer(struct scsi_cmnd *scp, unsigned char *arr, in fetch_to_dev_buffer()
1702 static int inquiry_vpd_83(unsigned char *arr, int port_group_id, in inquiry_vpd_83()
1796 static int inquiry_vpd_84(unsigned char *arr) in inquiry_vpd_84()
1803 static int inquiry_vpd_85(unsigned char *arr) in inquiry_vpd_85()
1838 static int inquiry_vpd_88(unsigned char *arr, int target_dev_id) in inquiry_vpd_88()
1925 static int inquiry_vpd_89(unsigned char *arr) in inquiry_vpd_89()
1940 static int inquiry_vpd_b0(unsigned char *arr) in inquiry_vpd_b0()
1993 static int inquiry_vpd_b1(struct sdebug_dev_info *devip, unsigned char *arr) in inquiry_vpd_b1()
[all …]
/linux/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c17 unsigned char arr, ccr3, rcr, shift; in cyrix_get_arr() local
182 unsigned char arr, arr_type, arr_size; in cyrix_set_arr() local
/linux/drivers/pwm/
H A Dpwm-stm32.c57 u32 arr; member
92 u64 arr; in stm32_pwm_round_waveform_tohw() local
141 u64 arr; in stm32_pwm_round_waveform_tohw() local
319 u32 psc, arr; in stm32_pwm_write_waveform() local
/linux/include/linux/
H A Darray_size.h11 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) argument
/linux/scripts/include/
H A Darray_size.h9 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
/linux/lib/
H A Dtest_ubsan.c83 int arr[4]; in test_ubsan_out_of_bounds() member
130 volatile char arr[5] __aligned(4) = {1, 2, 3, 4, 5}; in test_ubsan_misaligned_access() local
/linux/tools/bpf/bpftool/
H A Dbtf.c166 const struct btf_array *arr = (const void *)(t + 1); in dump_btf_type() local
480 static int ptr_array_push(const void *ptr, struct ptr_array *arr) in ptr_array_push() argument
497 ptr_array_free(struct ptr_array * arr) ptr_array_free() argument
715 struct btf_array *arr = btf_array(t); btf_type_disambig_hash() local
[all...]
/linux/drivers/dma/dw/
H A Dof.c53 u32 tmp, arr[DW_DMA_MAX_NR_MASTERS]; in dw_dma_parse_dt() local
/linux/tools/gpio/
H A Dgpio-utils.h19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
/linux/fs/ocfs2/
H A Dsysfile.c93 struct inode **arr = NULL; in ocfs2_get_system_file_inode() local
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dinitvals_phy.h262 #define BBP_TABLE(arr) { arr, ARRAY_SIZE(arr), } argument
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink_util.h20 u16 tlv_id, const u8 arr[], in qtnf_cmd_skb_put_tlv_arr()
/linux/include/uapi/xen/
H A Dprivcmd.h66 xen_pfn_t __user *arr; /* array of mfns - or'd with member
77 const xen_pfn_t __user *arr; /* array of mfns */ member
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_random.c45 void i915_prandom_shuffle(void *arr, size_t elsz, size_t count, in i915_prandom_shuffle()
/linux/drivers/iio/trigger/
H A Dstm32-timer-trigger.c86 u32 arr; member
246 u32 psc, arr, cr1; in stm32_tt_read_frequency() local
676 u32 arr; in stm32_count_get_preset() local
/linux/tools/iio/
H A Diio_utils.h19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) argument
/linux/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c30 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument

1234