Home
last modified time | relevance | path

Searched defs:array (Results 151 – 175 of 261) sorted by relevance

1234567891011

/Linux-v6.6/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-v6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dci_smumgr.c478 uint32_t array = smu_data->dpm_table_start + in ci_populate_all_graphic_levels() local
2768 uint32_t array = smu_data->dpm_table_start + in ci_update_dpm_settings() local
/Linux-v6.6/kernel/bpf/
Dbtf.c936 const struct btf_array *array; in btf_show_name() local
1880 const struct btf_array *array = NULL; in __btf_resolve_size() local
2840 const struct btf_array *array = btf_type_array(t); in btf_array_check_meta() local
2892 const struct btf_array *array = btf_type_array(v->t); in btf_array_resolve() local
2957 const struct btf_array *array = btf_type_array(t); in btf_array_log() local
2967 const struct btf_array *array = btf_type_array(t); in __btf_array_show() local
5041 const struct btf_array *array = btf_type_array(t); in btf_resolve_valid() local
Dcgroup.c38 const struct bpf_prog_array *array; in bpf_prog_run_array_cg() local
403 struct bpf_prog_array **array) in compute_effective_progs()
/Linux-v6.6/drivers/reset/
Dcore.c49 bool array; member
/Linux-v6.6/fs/nfs/filelayout/
Dfilelayout.c1091 struct pnfs_commit_array *array, *new; in filelayout_setup_ds_info() local
/Linux-v6.6/drivers/power/supply/
Dadp5061.c145 static int adp5061_get_array_index(const int *array, u8 size, int val) in adp5061_get_array_index()
/Linux-v6.6/arch/sparc/kernel/
Dvisemul.c372 static void array(struct pt_regs *regs, unsigned int insn, unsigned int opf) in array() function
/Linux-v6.6/tools/firewire/
Dnosy-dump.h5 #define array_length(array) (sizeof(array) / sizeof(array[0])) argument
/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dar5008_phy.c91 struct ar5416IniArray *array = &ah->iniBank6; in ar5008_write_bank6() local
/Linux-v6.6/kernel/
Drelay.c69 static void relay_free_page_array(struct page **array) in relay_free_page_array()
/Linux-v6.6/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-v6.6/arch/x86/mm/pat/
Dset_memory.c1877 pgprot_t mask, int array) in change_page_attr_set()
1884 pgprot_t mask, int array) in change_page_attr_clear()
/Linux-v6.6/tools/lib/bpf/
Dbtf_dump.c2029 const struct btf_array *array = btf_array(t); in btf_dump_array_data() local
2345 const struct btf_array *array = btf_array(t); in btf_dump_type_data_check_zero() local
/Linux-v6.6/drivers/accel/habanalabs/gaudi2/
Dgaudi2_security.c11 #define UNSET_GLBL_SEC_BIT(array, b) ((array)[((b) / 32)] |= (1 << ((b) % 32))) argument
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c149 struct bpf_array *array = (struct bpf_array *)&m_array; in check_array() local
/Linux-v6.6/drivers/comedi/drivers/
Damplc_pci224.c918 unsigned short *array = data; in pci224_ao_munge() local
Ddas16.c790 struct comedi_subdevice *s, void *array, in das16_ai_munge()
/Linux-v6.6/drivers/tty/hvc/
Dhvc_iucv.c1185 void *array, *old_filter; in hvc_iucv_setup_filter() local
/Linux-v6.6/include/linux/
Dmoduleparam.h514 #define module_param_array_named(name, array, type, nump, perm) \ argument
/Linux-v6.6/kernel/cgroup/
Dcgroup-v1.c329 pid_t *array; in pidlist_array_load() local
/Linux-v6.6/mm/damon/
Ddbgfs.c380 int *array; in str_to_ints() local
/Linux-v6.6/net/sched/
Dsch_fq.c750 struct rb_root *array; in fq_resize() local
/Linux-v6.6/drivers/iio/dac/
Dad5758.c245 static int ad5758_find_closest_match(const int *array, in ad5758_find_closest_match()
/Linux-v6.6/tools/testing/selftests/x86/
Dlam.c94 unsigned int *array; member

1234567891011