Home
last modified time | relevance | path

Searched defs:array (Results 101 – 125 of 212) sorted by relevance

123456789

/Linux-v5.4/kernel/trace/
Dbpf_trace.c352 struct bpf_array *array = container_of(map, struct bpf_array, map); in get_map_perf_counter() local
425 struct bpf_array *array = container_of(map, struct bpf_array, map); in __bpf_perf_event_output() local
567 struct bpf_array *array = container_of(map, struct bpf_array, map); in BPF_CALL_2() local
/Linux-v5.4/tools/testing/selftests/rseq/
Dparam_test.c301 struct percpu_buffer_node **array; member
318 struct percpu_memcpy_buffer_node *array; member
/Linux-v5.4/kernel/bpf/
Dbtf.c1875 const struct btf_array *array = btf_type_array(t); in btf_array_check_meta() local
1927 const struct btf_array *array = btf_type_array(v->t); in btf_array_resolve() local
1992 const struct btf_array *array = btf_type_array(t); in btf_array_log() local
2002 const struct btf_array *array = btf_type_array(t); in btf_array_seq_show() local
3016 const struct btf_array *array = btf_type_array(t); in btf_resolve_valid() local
/Linux-v5.4/include/media/
Dv4l2-common.h408 #define v4l2_find_nearest_size(array, array_size, width_field, height_field, \ argument
/Linux-v5.4/drivers/staging/comedi/drivers/
Ddas16m1.c126 unsigned short *array = data; in das16m1_ai_munge() local
Dadl_pci9111.c395 unsigned short *array = data; in pci9111_ai_munge() local
/Linux-v5.4/drivers/gpu/drm/radeon/
Dr600_dpm.c1074 VCEClockInfoArray *array = (VCEClockInfoArray *) in r600_parse_extended_power_table() local
1136 UVDClockInfoArray *array = (UVDClockInfoArray *) in r600_parse_extended_power_table() local
/Linux-v5.4/tools/bpf/bpftool/
Dbtf_dumper.c425 const struct btf_array *array; in __btf_dumper_type_only() local
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Duser_exp_rcv.c548 u32 *array; in hfi1_user_exp_rcv_invalid() local
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/
Dvegam_smumgr.c871 uint32_t array = smu_data->smu7_data.dpm_table_start + in vegam_populate_all_graphic_levels() local
1038 uint32_t array = smu_data->smu7_data.dpm_table_start + in vegam_populate_all_memory_levels() local
/Linux-v5.4/drivers/reset/
Dcore.c47 bool array; member
/Linux-v5.4/include/linux/
Ddebugfs.h356 struct dentry *parent, u32 *array, in debugfs_create_u32_array()
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-fwnode.c137 u32 array[1 + V4L2_FWNODE_CSI2_MAX_DATA_LANES]; in v4l2_fwnode_endpoint_parse_csi2_bus() local
/Linux-v5.4/tools/io_uring/
Dio_uring-bench.c43 unsigned *array; member
/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-css-fw.h75 } array[IMGU_ABI_PARAM_CLASS_NUM]; member
/Linux-v5.4/drivers/media/i2c/
Dir-kbd-i2c.c480 static int find_slot(u16 *array, unsigned int size, u16 val) in find_slot()
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_osm.c424 ahc_outsb(struct ahc_softc * ahc, long port, uint8_t *array, int count) in ahc_outsb()
438 ahc_insb(struct ahc_softc * ahc, long port, uint8_t *array, int count) in ahc_insb()
/Linux-v5.4/sound/soc/codecs/
Dtas5086.c340 static int index_in_array(const int *array, int len, int needle) in index_in_array()
/Linux-v5.4/samples/bpf/
Dxdp_redirect_cpu_user.c200 struct datarec *array; in alloc_record_per_cpu() local
Dxdp_monitor_user.c511 void *array; in alloc_rec_per_cpu() local
/Linux-v5.4/sound/pci/hda/
Dhda_proc.c49 struct snd_array *array) in print_nid_array()
/Linux-v5.4/arch/ia64/kernel/
Dunwind_i.h56 const struct unw_table_entry *array; member
/Linux-v5.4/drivers/platform/x86/
Dintel_ips.c814 static u16 calc_avg_temp(struct ips_driver *ips, u16 *array) in calc_avg_temp()
912 static u32 calc_avg_power(struct ips_driver *ips, u32 *array) in calc_avg_power()
/Linux-v5.4/tools/perf/util/
Dbpf-loader.c819 struct parse_events_array array; member
1140 struct parse_events_array *array = &term->array; in config_map_indices_range_check() local
/Linux-v5.4/drivers/power/supply/
Dds2760_battery.c248 static int battery_interpolate(int array[], int temp) in battery_interpolate()

123456789