| /linux/kernel/bpf/ |
| H A D | memalloc.c | 502 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init() 570 int bpf_mem_alloc_percpu_init(struct bpf_mem_alloc *ma, struct obj_cgroup *objcg) in bpf_mem_alloc_percpu_init() 584 int bpf_mem_alloc_percpu_unit_init(struct bpf_mem_alloc *ma, int size) in bpf_mem_alloc_percpu_unit_init() 651 static void check_leaked_objs(struct bpf_mem_alloc *ma) in check_leaked_objs() 674 static void free_mem_alloc_no_barrier(struct bpf_mem_alloc *ma) in free_mem_alloc_no_barrier() 686 static void free_mem_alloc(struct bpf_mem_alloc *ma) in free_mem_alloc() 705 struct bpf_mem_alloc *ma = container_of(work, struct bpf_mem_alloc, work); in free_mem_alloc_deferred() local 711 static void destroy_mem_alloc(struct bpf_mem_alloc *ma, int rcu_in_progress) in destroy_mem_alloc() 736 void bpf_mem_alloc_destroy(struct bpf_mem_alloc *ma) in bpf_mem_alloc_destroy() 883 void notrace *bpf_mem_alloc(struct bpf_mem_alloc *ma, size_t size) in bpf_mem_alloc() [all …]
|
| H A D | lpm_trie.c | 36 struct bpf_mem_alloc ma; member
|
| /linux/net/openvswitch/ |
| H A D | flow_table.c | 175 static void __mask_array_destroy(struct mask_array *ma) in __mask_array_destroy() argument 183 struct mask_array *ma = container_of(rcu, struct mask_array, rcu); in mask_array_rcu_cb() local 188 static void tbl_mask_array_reset_counters(struct mask_array *ma) in tbl_mask_array_reset_counters() argument 271 struct mask_array *ma = ovsl_dereference(tbl->mask_array); tbl_mask_array_add_mask() local 299 struct mask_array *ma = ovsl_dereference(tbl->mask_array); tbl_mask_array_del_mask() local 413 struct mask_array *ma; ovs_flow_tbl_init() local 516 struct mask_array *ma = rcu_dereference_raw(table->mask_array); ovs_flow_tbl_destroy() local 727 flow_lookup(struct flow_table * tbl,struct table_instance * ti,struct mask_array * ma,const struct sw_flow_key * key,u32 * n_mask_hit,u32 * n_cache_hit,u32 * index) flow_lookup() argument 788 struct mask_array *ma = rcu_dereference(tbl->mask_array); ovs_flow_tbl_lookup_stats() local 849 struct mask_array *ma = rcu_dereference_ovsl(tbl->mask_array); ovs_flow_tbl_lookup() local 868 struct mask_array *ma = ovsl_dereference(tbl->mask_array); ovs_flow_tbl_lookup_exact() local 936 struct mask_array *ma = rcu_dereference_ovsl(table->mask_array); ovs_flow_tbl_num_masks() local 988 struct mask_array *ma; flow_mask_find() local 1105 struct mask_array *ma = rcu_dereference_ovsl(table->mask_array); ovs_flow_masks_rebalance() local [all...] |
| /linux/io_uring/ |
| H A D | advise.c | 34 struct io_madvise *ma = io_kiocb_to_cmd(req, struct io_madvise); in io_madvise_prep() local 54 struct io_madvise *ma = io_kiocb_to_cmd(req, struct io_madvise); in io_madvise() local [all...] |
| /linux/arch/sh/kernel/ |
| H A D | traps_32.c | 104 struct mem_access *ma) in handle_unaligned_ins() 285 struct mem_access *ma) in handle_delayslot() 321 struct mem_access *ma, int expected, in handle_unaligned_access()
|
| /linux/include/uapi/linux/ |
| H A D | kdev_t.h | 12 #define MKDEV(ma,mi) ((ma)<<8 | (mi)) argument
|
| /linux/include/linux/ |
| H A D | kdev_t.h | 12 #define MKDEV(ma,mi) (((ma) << MINORBITS) | (mi)) argument
|
| /linux/net/ipv6/ |
| H A D | mcast.c | 990 struct ifmcaddr6 *ma, __rcu **map; in __ipv6_dev_mc_dec() local 1146 static void igmp6_group_queried(struct ifmcaddr6 *ma, unsigned long resptime) in igmp6_group_queried() 1430 struct ifmcaddr6 *ma; in __mld_query_work() local 1595 struct ifmcaddr6 *ma; in __mld_report_work() local 2605 static void igmp6_join_group(struct ifmcaddr6 *ma) in igmp6_join_group() 2657 static void igmp6_leave_group(struct ifmcaddr6 *ma) in igmp6_leave_group() 2718 struct ifmcaddr6 *ma = container_of(to_delayed_work(work), in mld_mca_work() local
|
| /linux/arch/x86/boot/compressed/ |
| H A D | acpi.c | 299 struct acpi_srat_mem_affinity *ma; in count_immovable_mem_regions() local
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
| H A D | tc.c | 151 struct tc_cls_matchall_offload *ma) in mlx5e_tc_stats_matchall() 166 struct tc_cls_matchall_offload *ma) in mlx5e_rep_setup_tc_cls_matchall()
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | debugfs.c | 48 struct diff_mmio *ma; in mmio_offset_compare() local
|
| /linux/drivers/ata/ |
| H A D | pata_sil680.c | 164 int ma = sil680_seldev(ap, adev, 0x08); in sil680_set_dmamode() local
|
| /linux/drivers/virtio/ |
| H A D | virtio_input.c | 177 u32 mi, ma, re, fu, fl; in virtinput_cfg_abs() local
|
| /linux/mm/ |
| H A D | numa_memblks.c | 488 const struct numa_memblk *ma = *(const struct numa_memblk **)a; in cmp_memblk() local
|
| /linux/drivers/tee/optee/ |
| H A D | call.c | 272 struct optee_msg_arg *ma; in optee_get_msg_arg() local
|
| /linux/drivers/pinctrl/freescale/ |
| H A D | pinctrl-mxs.c | 263 u8 ma, vol, pull, bank, shift; in mxs_pinconf_group_set() local
|
| /linux/drivers/pinctrl/cirrus/ |
| H A D | pinctrl-cs42l43.c | 293 unsigned int ma) in cs42l43_pin_set_drv_str()
|
| /linux/net/appletalk/ |
| H A D | aarp.c | 707 struct atalk_addr sa, *ma, da; in aarp_rcv() local
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-nsp-mux.c | 221 #define NSP_PIN_GROUP(group_name, ba, sh, ma, al) \ argument
|
| H A D | pinctrl-ns2-mux.c | 366 #define NS2_PIN_GROUP(group_name, ba, off, sh, ma, al) \ argument
|
| /linux/arch/x86/include/asm/xen/ |
| H A D | hypercall.h | 304 HYPERVISOR_update_descriptor(u64 ma, u64 desc) in HYPERVISOR_update_descriptor()
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | skfbi.h | 818 #define MARW(ma) outpw(FM_A(FM_MARW),(unsigned int)(ma)) argument 819 #define MARR(ma) outpw(FM_A(FM_MARR),(unsigned int)(ma)) argument
|
| /linux/drivers/acpi/numa/ |
| H A D | hmat.c | 614 struct acpi_srat_mem_affinity *ma = (void *)header; in srat_parse_mem_affinity() local
|
| /linux/arch/powerpc/platforms/44x/ |
| H A D | pci.c | 209 u32 ma, pcila, pciha; in ppc4xx_setup_one_pci_PMM() local
|
| /linux/net/switchdev/ |
| H A D | switchdev.c | 26 const struct switchdev_obj_port_mdb *ma, *mb; in switchdev_obj_eq() local
|