/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | cgroup.c | 214 struct bpf_map *map; in bpf_cgroup_storages_alloc() local
|
H A D | helpers.c | 373 copy_map_value_locked(struct bpf_map *map, void *dst, void *src, bool lock_src) copy_map_value_locked() argument 1099 struct bpf_map *map; global() member 1121 struct bpf_map *map = t->map; bpf_timer_cb() local [all...] |
H A D | hashtab.c | 87 struct bpf_map map; member 208 fd_htab_map_get_ptr(const struct bpf_map *map, struct htab_elem *l) fd_htab_map_get_ptr() argument 674 __htab_map_lookup_elem(struct bpf_map *map, void *key) __htab_map_lookup_elem() argument 695 htab_map_lookup_elem(struct bpf_map *map, void *key) htab_map_lookup_elem() argument 716 htab_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) htab_map_gen_lookup() argument 731 __htab_lru_map_lookup_elem(struct bpf_map *map, void *key, const bool mark) __htab_lru_map_lookup_elem() argument 745 htab_lru_map_lookup_elem(struct bpf_map *map, void *key) htab_lru_map_lookup_elem() argument 750 htab_lru_map_lookup_elem_sys(struct bpf_map *map, void *key) htab_lru_map_lookup_elem_sys() argument 755 htab_lru_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) htab_lru_map_gen_lookup() argument 831 htab_map_get_next_key(struct bpf_map *map, void *key, void *next_key) htab_map_get_next_key() argument 899 struct bpf_map *map = &htab->map; htab_put_fd_value() local 1093 htab_map_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) htab_map_update_elem() argument 1196 htab_lru_map_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) htab_lru_map_update_elem() argument 1264 __htab_percpu_map_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags, bool onallcpus) __htab_percpu_map_update_elem() argument 1319 __htab_lru_percpu_map_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags, bool onallcpus) __htab_lru_percpu_map_update_elem() argument 1389 htab_percpu_map_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) htab_percpu_map_update_elem() argument 1395 htab_lru_percpu_map_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) htab_lru_percpu_map_update_elem() argument 1403 htab_map_delete_elem(struct bpf_map *map, void *key) htab_map_delete_elem() argument 1439 htab_lru_map_delete_elem(struct bpf_map *map, void *key) htab_lru_map_delete_elem() argument 1515 htab_map_free_timers(struct bpf_map *map) htab_map_free_timers() argument 1529 htab_map_free(struct bpf_map *map) htab_map_free() argument 1563 htab_map_seq_show_elem(struct bpf_map *map, void *key, struct seq_file *m) htab_map_seq_show_elem() argument 1584 __htab_map_lookup_and_delete_elem(struct bpf_map *map, void *key, void *value, bool is_lru_map, bool is_percpu, u64 flags) __htab_map_lookup_and_delete_elem() argument 1648 htab_map_lookup_and_delete_elem(struct bpf_map *map, void *key, void *value, u64 flags) htab_map_lookup_and_delete_elem() argument 1655 htab_percpu_map_lookup_and_delete_elem(struct bpf_map *map, void *key, void *value, u64 flags) htab_percpu_map_lookup_and_delete_elem() argument 1663 htab_lru_map_lookup_and_delete_elem(struct bpf_map *map, void *key, void *value, u64 flags) htab_lru_map_lookup_and_delete_elem() argument 1670 htab_lru_percpu_map_lookup_and_delete_elem(struct bpf_map *map, void *key, void *value, u64 flags) htab_lru_percpu_map_lookup_and_delete_elem() argument 1679 __htab_map_lookup_and_delete_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr, bool do_delete, bool is_lru_map, bool is_percpu) __htab_map_lookup_and_delete_batch() argument 1907 htab_percpu_map_lookup_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) htab_percpu_map_lookup_batch() argument 1915 htab_percpu_map_lookup_and_delete_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) htab_percpu_map_lookup_and_delete_batch() argument 1924 htab_map_lookup_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) htab_map_lookup_batch() argument 1932 htab_map_lookup_and_delete_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) htab_map_lookup_and_delete_batch() argument 1941 htab_lru_percpu_map_lookup_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) htab_lru_percpu_map_lookup_batch() argument 1950 htab_lru_percpu_map_lookup_and_delete_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) htab_lru_percpu_map_lookup_and_delete_batch() argument 1959 htab_lru_map_lookup_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) htab_lru_map_lookup_batch() argument 1967 htab_lru_map_lookup_and_delete_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) htab_lru_map_lookup_and_delete_batch() argument 1976 struct bpf_map *map; global() member 2067 struct bpf_map *map = info->map; __bpf_hash_map_seq_show() local 2118 struct bpf_map *map = aux->map; bpf_iter_init_hash_map() local 2160 bpf_for_each_hash_elem(struct bpf_map *map, bpf_callback_t callback_fn, void *callback_ctx, u64 flags) bpf_for_each_hash_elem() argument 2216 htab_map_mem_usage(const struct bpf_map *map) htab_map_mem_usage() argument 2299 htab_percpu_map_lookup_elem(struct bpf_map *map, void *key) htab_percpu_map_lookup_elem() argument 2309 htab_percpu_map_lookup_percpu_elem(struct bpf_map *map, void *key, u32 cpu) htab_percpu_map_lookup_percpu_elem() argument 2323 htab_lru_percpu_map_lookup_elem(struct bpf_map *map, void *key) htab_lru_percpu_map_lookup_elem() argument 2335 htab_lru_percpu_map_lookup_percpu_elem(struct bpf_map *map, void *key, u32 cpu) htab_lru_percpu_map_lookup_percpu_elem() argument 2351 bpf_percpu_hash_copy(struct bpf_map *map, void *key, void *value) bpf_percpu_hash_copy() argument 2383 bpf_percpu_hash_update(struct bpf_map *map, void *key, void *value, u64 map_flags) bpf_percpu_hash_update() argument 2401 htab_percpu_map_seq_show_elem(struct bpf_map *map, void *key, struct seq_file *m) htab_percpu_map_seq_show_elem() argument 2477 fd_htab_map_free(struct bpf_map *map) fd_htab_map_free() argument 2499 bpf_fd_htab_map_lookup_elem(struct bpf_map *map, void *key, u32 *value) bpf_fd_htab_map_lookup_elem() argument 2519 bpf_fd_htab_map_update_elem(struct bpf_map *map, struct file *map_file, void *key, void *value, u64 map_flags) bpf_fd_htab_map_update_elem() argument 2539 struct bpf_map *map, *inner_map_meta; htab_of_map_alloc() local 2556 htab_of_map_lookup_elem(struct bpf_map *map, void *key) htab_of_map_lookup_elem() argument 2566 htab_of_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) htab_of_map_gen_lookup() argument 2584 htab_of_map_free(struct bpf_map *map) htab_of_map_free() argument [all...] |
/kernel/linux/linux-6.6/drivers/dma/sh/ |
H A D | rcar-dmac.c | 167 struct rcar_dmac_chan_map map; member 1078 struct rcar_dmac_chan_map *map = &rchan->map; in rcar_dmac_free_chan_resources() local 1150 struct rcar_dmac_chan_map *map = &rchan->map; in rcar_dmac_map_slave_addr() local [all...] |
/kernel/linux/linux-6.6/drivers/cxl/core/ |
H A D | port.c | 703 static int cxl_setup_comp_regs(struct device *host, struct cxl_register_map *map, in cxl_setup_comp_regs() argument 1390 struct cxl_register_map map; in find_component_registers() local
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | uncore.c | 41 struct pci2phy_map *map; in uncore_pcibus_to_dieid() local 85 struct pci2phy_map *map, *tmp; in uncore_free_pcibus_map() local 95 struct pci2phy_map *map, *alloc = NULL; in __find_pci2phy_map() local [all...] |
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | e752x_edac.c | 217 u8 map[8]; member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/faraday/ |
H A D | ftgmac100.c | 392 dma_addr_t map; in ftgmac100_alloc_rx_buf() local 461 dma_addr_t map; in ftgmac100_rx_packet() local 621 dma_addr_t map = le32_to_cpu(txdes->txdes3); ftgmac100_free_tx_packet() local 715 dma_addr_t map; ftgmac100_hard_start_xmit() local 870 dma_addr_t map = le32_to_cpu(rxdes->rxdes3); ftgmac100_free_buffers() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | utils.c | 1714 const struct irdma_hw_stat_map *map = dev->hw_stats_map; in irdma_cqp_gather_stats_gen1() local
|
/kernel/linux/linux-6.6/drivers/net/ethernet/xircom/ |
H A D | xirc2ps_cs.c | 1361 do_config(struct net_device *dev, struct ifmap *map) in do_config() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sis/ |
H A D | sis900.c | 2260 static int sis900_set_config(struct net_device *dev, struct ifmap *map) in sis900_set_config() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | mt9v032.c | 228 struct regmap *map = mt9v032->regmap; in mt9v032_update_aec_agc() local 264 struct regmap *map = mt9v032->regmap; in mt9v032_power_on() local 319 struct regmap *map = mt9v032->regmap; in __mt9v032_set_power() local 389 struct regmap *map in mt9v032_s_stream() local 653 struct regmap *map = mt9v032->regmap; mt9v032_s_ctrl() local [all...] |
H A D | tvp5150.c | 612 struct regmap *map = decoder->regmap; in tvp5150_vdp_init() local 881 struct regmap *map = decoder->regmap; in tvp5150_isr() local 918 struct regmap *map = decoder->regmap; tvp5150_reset() local 2120 struct regmap *map; tvp5150_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | tda18271c2dd.c | 201 static bool SearchMap1(const struct SMap map[], u32 frequency, u8 *param) in SearchMap1() argument 213 static bool SearchMap2(const struct SMapI map[], u32 frequency, s32 *param) in SearchMap2() argument 226 SearchMap3(const struct SMap2 map[], u32 frequency, u8 *param1, u8 *param2) SearchMap3() argument 241 SearchMap4(const struct SRFBandMap map[], u32 frequency, u8 *rfband) SearchMap4() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 4500 static unsigned char map[4] = {3, 0, 2, 1}; in kodicom4400r_muxsel() local 4812 static unsigned int map[4][4] = { { 0x0, 0x4, 0xa, 0x6 }, in gv800s_muxsel() local
|
/kernel/linux/linux-6.6/drivers/media/platform/nxp/dw100/ |
H A D | dw100.c | 95 unsigned int *map; member 384 u32 *map = ctrl->p_cur.p_u32; dw100_ctrl_dewarping_map_init() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8821c.c | 52 struct rtw8821c_efuse *map; in rtw8821c_read_efuse() local 23 rtw8821ce_efuse_parsing(struct rtw_efuse *efuse, struct rtw8821c_efuse *map) rtw8821ce_efuse_parsing() argument 29 rtw8821cu_efuse_parsing(struct rtw_efuse *efuse, struct rtw8821c_efuse *map) rtw8821cu_efuse_parsing() argument 35 rtw8821cs_efuse_parsing(struct rtw_efuse *efuse, struct rtw8821c_efuse *map) rtw8821cs_efuse_parsing() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/ |
H A D | ray_cs.c | 813 static int ray_dev_config(struct net_device *dev, struct ifmap *map) in ray_dev_config() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | commands.c | 584 const u8 *map = NULL; in qtnf_cmd_sta_info_parse() local 2336 const u8 *map = NULL; in qtnf_cmd_resp_proc_chan_stat_info() local
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-single.c | 315 pcs_dt_free_map(struct pinctrl_dev *pctldev, struct pinctrl_map *map, unsigned num_maps) pcs_dt_free_map() argument 912 pcs_parse_pinconf(struct pcs_device *pcs, struct device_node *np, struct pcs_function *func, struct pinctrl_map **map) pcs_parse_pinconf() argument 997 pcs_parse_one_pinctrl_entry(struct pcs_device *pcs, struct device_node *np, struct pinctrl_map **map, unsigned *num_maps, const char **pgnames) pcs_parse_one_pinctrl_entry() argument 1111 pcs_parse_bits_in_pinctrl_entry(struct pcs_device *pcs, struct device_node *np, struct pinctrl_map **map, unsigned *num_maps, const char **pgnames) pcs_parse_bits_in_pinctrl_entry() argument 1252 pcs_dt_node_to_map(struct pinctrl_dev *pctldev, struct device_node *np_config, struct pinctrl_map **map, unsigned *num_maps) pcs_dt_node_to_map() argument [all...] |
H A D | pinctrl-at91-pio4.c | 556 atmel_pctl_dt_subnode_to_map(struct pinctrl_dev *pctldev, struct device_node *np, struct pinctrl_map **map, unsigned int *reserved_maps, unsigned int *num_maps) atmel_pctl_dt_subnode_to_map() argument 630 atmel_pctl_dt_node_to_map(struct pinctrl_dev *pctldev, struct device_node *np_config, struct pinctrl_map **map, unsigned int *num_maps) atmel_pctl_dt_node_to_map() argument [all...] |
H A D | pinctrl-gemini.c | 55 struct regmap *map; member 2528 struct regmap *map; in gemini_pmx_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/ |
H A D | pinctrl-spmi-gpio.c | 179 struct regmap *map; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852a.c | 543 struct rtw8852a_efuse *map; in rtw8852a_read_efuse() local 501 rtw8852ae_efuse_parsing(struct rtw89_efuse *efuse, struct rtw8852a_efuse *map) rtw8852ae_efuse_parsing() argument 509 rtw8852a_efuse_parsing_tssi(struct rtw89_dev *rtwdev, struct rtw8852a_efuse *map) rtw8852a_efuse_parsing_tssi() argument 1747 rtw8852a_btc_set_wl_pri(struct rtw89_dev *rtwdev, u8 map, bool state) rtw8852a_btc_set_wl_pri() argument [all...] |
/kernel/linux/linux-6.6/drivers/ntb/hw/mscc/ |
H A D | ntb_hw_switchtec.c | 1184 static int map_bars(int *map, struct ntb_ctrl_regs __iomem *ctrl) in map_bars() argument
|