Home
last modified time | relevance | path

Searched defs:ma (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.3-rc2/kernel/bpf/
A Dmemalloc.c377 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init()
456 static void free_mem_alloc_no_barrier(struct bpf_mem_alloc *ma) in free_mem_alloc_no_barrier()
464 static void free_mem_alloc(struct bpf_mem_alloc *ma) in free_mem_alloc()
484 struct bpf_mem_alloc *ma = container_of(work, struct bpf_mem_alloc, work); in free_mem_alloc_deferred() local
490 static void destroy_mem_alloc(struct bpf_mem_alloc *ma, int rcu_in_progress) in destroy_mem_alloc()
518 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) in bpf_mem_alloc_destroy()
634 void notrace *bpf_mem_alloc(struct bpf_mem_alloc *ma, size_t size) in bpf_mem_alloc()
650 void notrace bpf_mem_free(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_free()
664 void notrace *bpf_mem_cache_alloc(struct bpf_mem_alloc *ma) in bpf_mem_cache_alloc()
672 void notrace bpf_mem_cache_free(struct bpf_mem_alloc *ma, void *ptr) in bpf_mem_cache_free()
/linux-6.3-rc2/net/openvswitch/
A Dflow_table.c177 static void __mask_array_destroy(struct mask_array *ma) in __mask_array_destroy()
190 static void tbl_mask_array_reset_counters(struct mask_array *ma) in tbl_mask_array_reset_counters()
276 struct mask_array *ma = ovsl_dereference(tbl->mask_array); in tbl_mask_array_add_mask() local
304 struct mask_array *ma = ovsl_dereference(tbl->mask_array); in tbl_mask_array_del_mask() local
418 struct mask_array *ma; in ovs_flow_tbl_init() local
521 struct mask_array *ma = rcu_dereference_raw(table->mask_array); in ovs_flow_tbl_destroy() local
732 struct mask_array *ma, in flow_lookup()
793 struct mask_array *ma = rcu_dereference(tbl->mask_array); in ovs_flow_tbl_lookup_stats() local
854 struct mask_array *ma = rcu_dereference_ovsl(tbl->mask_array); in ovs_flow_tbl_lookup() local
873 struct mask_array *ma = ovsl_dereference(tbl->mask_array); in ovs_flow_tbl_lookup_exact() local
[all …]
/linux-6.3-rc2/drivers/power/supply/
A Dpcf50633-charger.c36 int pcf50633_mbc_usb_curlim_set(struct pcf50633 *pcf, int ma) in pcf50633_mbc_usb_curlim_set()
166 unsigned int ma; in show_usblim() local
184 unsigned long ma; in set_usblim() local
203 unsigned int ma; in show_chglim() local
217 unsigned long ma; in set_chglim() local
/linux-6.3-rc2/io_uring/
A Dadvise.c34 struct io_madvise *ma = io_kiocb_to_cmd(req, struct io_madvise); in io_madvise_prep() local
52 struct io_madvise *ma = io_kiocb_to_cmd(req, struct io_madvise); in io_madvise() local
/linux-6.3-rc2/arch/sh/kernel/
A Dtraps_32.c103 struct mem_access *ma) in handle_unaligned_ins()
284 struct mem_access *ma) in handle_delayslot()
320 struct mem_access *ma, int expected, in handle_unaligned_access()
/linux-6.3-rc2/include/linux/usb/
A Dpd.h235 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument
237 #define PDO_FIXED(mv, ma, flags) \ argument
261 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument
287 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument
364 #define PDO_FIXED_OP_CURR(ma) ((((ma) / 10) & RDO_CURR_MASK) << RDO_FIXED_OP_CURR_SHIFT) argument
365 #define PDO_FIXED_MAX_CURR(ma) ((((ma) / 10) & RDO_CURR_MASK) << RDO_FIXED_MAX_CURR_SHIFT) argument
392 #define PDO_PROG_OP_CURR(ma) \ argument
/linux-6.3-rc2/include/uapi/linux/
A Dkdev_t.h12 #define MKDEV(ma,mi) ((ma)<<8 | (mi)) argument
/linux-6.3-rc2/include/dt-bindings/usb/
A Dpd.h30 #define PDO_FIXED_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_FIXED_CURR_SHIFT) argument
32 #define PDO_FIXED(mv, ma, flags) \ argument
56 #define PDO_VAR_MAX_CURR(ma) ((((ma) / 10) & PDO_CURR_MASK) << PDO_VAR_MAX_CURR_SHIFT) argument
80 #define PDO_PPS_APDO_MAX_CURR(ma) \ argument
/linux-6.3-rc2/include/linux/
A Dkdev_t.h12 #define MKDEV(ma,mi) (((ma) << MINORBITS) | (mi)) argument
/linux-6.3-rc2/net/ipv6/
A Dmcast.c966 struct ifmcaddr6 *ma, __rcu **map; in __ipv6_dev_mc_dec() local
1118 static void igmp6_group_queried(struct ifmcaddr6 *ma, unsigned long resptime) in igmp6_group_queried()
1399 struct ifmcaddr6 *ma; in __mld_query_work() local
1564 struct ifmcaddr6 *ma; in __mld_report_work() local
2568 static void igmp6_join_group(struct ifmcaddr6 *ma) in igmp6_join_group()
2619 static void igmp6_leave_group(struct ifmcaddr6 *ma) in igmp6_leave_group()
2677 struct ifmcaddr6 *ma = container_of(to_delayed_work(work), in mld_mca_work() local
/linux-6.3-rc2/arch/ia64/kernel/
A Dacpi.c342 get_memory_proximity_domain(struct acpi_srat_mem_affinity *ma) in get_memory_proximity_domain()
400 acpi_numa_memory_affinity_init(struct acpi_srat_mem_affinity *ma) in acpi_numa_memory_affinity_init()
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dacpi.c297 struct acpi_srat_mem_affinity *ma; in count_immovable_mem_regions() local
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Ddebugfs.c46 struct diff_mmio *ma; in mmio_offset_compare() local
/linux-6.3-rc2/drivers/ata/
A Dpata_sil680.c164 int ma = sil680_seldev(ap, adev, 0x08); in sil680_set_dmamode() local
/linux-6.3-rc2/drivers/hwtracing/intel_th/
A Dgth.c146 struct master_attribute *ma = in master_attr_show() local
168 struct master_attribute *ma = in master_attr_store() local
/linux-6.3-rc2/drivers/virtio/
A Dvirtio_input.c174 u32 mi, ma, re, fu, fl; in virtinput_cfg_abs() local
/linux-6.3-rc2/drivers/tee/optee/
A Dcall.c190 struct optee_msg_arg *ma; in optee_get_msg_arg() local
/linux-6.3-rc2/drivers/acpi/numa/
A Dsrat.c242 acpi_numa_memory_affinity_init(struct acpi_srat_mem_affinity *ma) in acpi_numa_memory_affinity_init()
A Dhmat.c483 struct acpi_srat_mem_affinity *ma = (void *)header; in srat_parse_mem_affinity() local
/linux-6.3-rc2/fs/hostfs/
A Dhostfs_user.c198 int err, ma; in set_attr() local
/linux-6.3-rc2/drivers/pinctrl/freescale/
A Dpinctrl-mxs.c263 u8 ma, vol, pull, bank, shift; in mxs_pinconf_group_set() local
/linux-6.3-rc2/net/appletalk/
A Daarp.c720 struct atalk_addr sa, *ma, da; in aarp_rcv() local
/linux-6.3-rc2/drivers/pinctrl/bcm/
A Dpinctrl-nsp-mux.c221 #define NSP_PIN_GROUP(group_name, ba, sh, ma, al) \ argument
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
A Dtc.c152 struct tc_cls_matchall_offload *ma) in mlx5e_rep_setup_tc_cls_matchall()
/linux-6.3-rc2/arch/x86/include/asm/xen/
A Dhypercall.h297 HYPERVISOR_update_descriptor(u64 ma, u64 desc) in HYPERVISOR_update_descriptor()

Completed in 54 milliseconds

12