Home
last modified time | relevance | path

Searched defs:array (Results 126 – 150 of 232) sorted by relevance

12345678910

/Linux-v5.15/kernel/trace/
Dbpf_trace.c499 struct bpf_array *array = container_of(map, struct bpf_array, map); in get_map_perf_counter() local
572 struct bpf_array *array = container_of(map, struct bpf_array, map); in __bpf_perf_event_output() local
743 struct bpf_array *array = container_of(map, struct bpf_array, map); in BPF_CALL_2() local
/Linux-v5.15/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.15/tools/perf/util/
Dbpf-loader.c811 struct parse_events_array array; member
1131 struct parse_events_array *array = &term->array; in config_map_indices_range_check() local
Dsynthetic-events.c1512 __u64 *array, u64 type __maybe_unused) in arch_perf_synthesize_sample_weight()
1520 __u64 *array; in perf_event__synthesize_sample() local
/Linux-v5.15/drivers/media/platform/qcom/venus/
Dhelpers.c764 static u32 find_v4l2_id(u32 hfi_id, const struct id_mapping *array, unsigned int array_sz) in find_v4l2_id()
778 static u32 find_hfi_id(u32 v4l2_id, const struct id_mapping *array, unsigned int array_sz) in find_hfi_id()
/Linux-v5.15/sound/pci/hda/
Dhda_proc.c49 struct snd_array *array) in print_nid_array()
/Linux-v5.15/drivers/power/supply/
Dds2760_battery.c248 static int battery_interpolate(int array[], int temp) in battery_interpolate()
Dadp5061.c145 static int adp5061_get_array_index(const int *array, u8 size, int val) in adp5061_get_array_index()
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1768 const char **array; in _rtl8821ae_phy_read_and_config_txpwr_lmt() local
2000 u32 *array; in _rtl8821ae_phy_config_bb_with_pgheaderfile() local
3146 u8 *array, u8 path, in _rtl8821ae_phy_set_txpower_level_by_path()
/Linux-v5.15/drivers/scsi/aic7xxx/
Daic79xx_osm.c453 ahd_outsb(struct ahd_softc * ahd, long port, uint8_t *array, int count) in ahd_outsb()
467 ahd_insb(struct ahd_softc * ahd, long port, uint8_t *array, int count) in ahd_insb()
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dci_smumgr.c477 uint32_t array = smu_data->dpm_table_start + in ci_populate_all_graphic_levels() local
2767 uint32_t array = smu_data->dpm_table_start + in ci_update_dpm_settings() local
/Linux-v5.15/tools/lib/bpf/
Dbtf_dump.c1830 const struct btf_array *array = btf_array(t); in btf_dump_array_data() local
2111 const struct btf_array *array = btf_array(t); in btf_dump_type_data_check_zero() local
/Linux-v5.15/kernel/cgroup/
Dcgroup-v1.c332 pid_t *array; in pidlist_array_load() local
/Linux-v5.15/tools/firewire/
Dnosy-dump.h5 #define array_length(array) (sizeof(array) / sizeof(array[0])) argument
/Linux-v5.15/drivers/reset/
Dcore.c48 bool array; member
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c144 struct bpf_array *array = (struct bpf_array *)&m_array; in check_array() local
/Linux-v5.15/kernel/
Drelay.c72 static void relay_free_page_array(struct page **array) in relay_free_page_array()
/Linux-v5.15/fs/nfs/filelayout/
Dfilelayout.c1076 struct pnfs_commit_array *array, *new; in filelayout_setup_ds_info() local
/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Dar5008_phy.c91 struct ar5416IniArray *array = &ah->iniBank6; in ar5008_write_bank6() local
/Linux-v5.15/arch/sparc/kernel/
Dvisemul.c372 static void array(struct pt_regs *regs, unsigned int insn, unsigned int opf) in array() function
/Linux-v5.15/arch/x86/mm/pat/
Dset_memory.c1788 pgprot_t mask, int array) in change_page_attr_set()
1795 pgprot_t mask, int array) in change_page_attr_clear()
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.c679 u32 *array; in phy_config_bb_with_hdr_file() local
905 u32 *array; in rtl92ee_phy_config_rf_with_headerfile() local
/Linux-v5.15/drivers/comedi/drivers/
Damplc_pci224.c920 unsigned short *array = data; in pci224_ao_munge() local
/Linux-v5.15/include/linux/
Dmoduleparam.h514 #define module_param_array_named(name, array, type, nump, perm) \ argument
/Linux-v5.15/drivers/tty/hvc/
Dhvc_iucv.c1186 void *array, *old_filter; in hvc_iucv_setup_filter() local

12345678910