Home
last modified time | relevance | path

Searched defs:m (Results 101 – 125 of 2424) sorted by relevance

12345678910>>...97

/openbmc/linux/net/sched/
H A Dact_mirred.c66 static struct net_device *tcf_mirred_dev_dereference(struct tcf_mirred *m) in tcf_mirred_dev_dereference()
74 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release() local
103 struct tcf_mirred *m; in tcf_mirred_init() local
224 static int tcf_mirred_to_dev(struct sk_buff *skb, struct tcf_mirred *m, in tcf_mirred_to_dev()
309 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_act() local
349 struct tcf_mirred *m = to_mirred(a); in tcf_stats_update() local
360 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_dump() local
396 struct tcf_mirred *m; in mirred_device_event() local
433 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_get_dev() local
H A Dem_canid.c88 static inline struct canid_match *em_canid_priv(struct tcf_ematch *m) in em_canid_priv()
93 static int em_canid_match(struct sk_buff *skb, struct tcf_ematch *m, in em_canid_match()
121 struct tcf_ematch *m) in em_canid_change()
183 static void em_canid_destroy(struct tcf_ematch *m) in em_canid_destroy()
190 static int em_canid_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_canid_dump()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm_debugfs.c67 static int fw_domains_show(struct seq_file *m, void *data) in fw_domains_show()
86 static int vlv_drpc(struct seq_file *m) in vlv_drpc()
111 static int gen6_drpc(struct seq_file *m) in gen6_drpc()
200 static int ilk_drpc(struct seq_file *m) in ilk_drpc()
259 static int mtl_drpc(struct seq_file *m) in mtl_drpc()
314 static int drpc_show(struct seq_file *m, void *unused) in drpc_show()
403 static int frequency_show(struct seq_file *m, void *unused) in frequency_show()
414 static int llc_show(struct seq_file *m, void *data) in llc_show()
480 static int rps_boost_show(struct seq_file *m, void *data) in rps_boost_show()
/openbmc/linux/arch/nios2/kernel/
H A Dcpuinfo.c119 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
171 static void *cpuinfo_start(struct seq_file *m, loff_t *pos) in cpuinfo_start()
178 static void *cpuinfo_next(struct seq_file *m, void *v, loff_t *pos) in cpuinfo_next()
184 static void cpuinfo_stop(struct seq_file *m, void *v) in cpuinfo_stop()
/openbmc/linux/arch/mips/kernel/
H A Dproc.c36 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
310 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
317 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
323 static void c_stop(struct seq_file *m, void *v) in c_stop()
/openbmc/linux/drivers/s390/char/
H A Dtape_proc.c39 static int tape_proc_show(struct seq_file *m, void *v) in tape_proc_show()
84 static void *tape_proc_start(struct seq_file *m, loff_t *pos) in tape_proc_start()
91 static void *tape_proc_next(struct seq_file *m, void *v, loff_t *pos) in tape_proc_next()
97 static void tape_proc_stop(struct seq_file *m, void *v) in tape_proc_stop()
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c159 *vidtv_channel_eit_event_cat_into_new(struct vidtv_mux *m) in vidtv_channel_eit_event_cat_into_new()
204 *vidtv_channel_sdt_serv_cat_into_new(struct vidtv_mux *m) in vidtv_channel_sdt_serv_cat_into_new()
260 vidtv_channel_pat_prog_cat_into_new(struct vidtv_mux *m) in vidtv_channel_pat_prog_cat_into_new()
416 int vidtv_channel_si_init(struct vidtv_mux *m) in vidtv_channel_si_init()
503 void vidtv_channel_si_destroy(struct vidtv_mux *m) in vidtv_channel_si_destroy()
518 int vidtv_channels_init(struct vidtv_mux *m) in vidtv_channels_init()
529 void vidtv_channels_destroy(struct vidtv_mux *m) in vidtv_channels_destroy()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_debugfs.c32 static int msm_gpu_show(struct seq_file *m, void *arg) in msm_gpu_show()
54 struct seq_file *m = file->private_data; in msm_gpu_release() local
124 static int msm_kms_show(struct seq_file *m, void *arg) in msm_kms_show()
136 struct seq_file *m = file->private_data; in msm_kms_release() local
212 static int msm_gem_show(struct seq_file *m, void *arg) in msm_gem_show()
230 static int msm_mm_show(struct seq_file *m, void *arg) in msm_mm_show()
241 static int msm_fb_show(struct seq_file *m, void *arg) in msm_fb_show()
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp166 void AllowlistFilter::handleRestrictedModeChange(sdbusplus::message_t& m) in handleRestrictedModeChange()
213 void AllowlistFilter::handlePostCompleteChange(sdbusplus::message_t& m) in handlePostCompleteChange()
361 [this](sdbusplus::message_t& m) { handleRestrictedModeChange(m); }); in postInit()
364 [this](sdbusplus::message_t& m) { handleRestrictedModeChange(m); }); in postInit()
368 [this](sdbusplus::message_t& m) { handlePostCompleteChange(m); }); in postInit()
372 [this](sdbusplus::message_t& m) { handlePostCompleteChange(m); }); in postInit()
376 [this](sdbusplus::message_t& m) { handleCoreBiosDoneChange(m); }); in postInit()
380 [this](sdbusplus::message_t& m) { handleCoreBiosDoneChange(m); }); in postInit()
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c90 unsigned int m, n, p; in DAC1064_setpclk() local
127 unsigned int m, n, p; in DAC1064_setmclk() local
349 static int DAC1064_init_1(struct matrox_fb_info *minfo, struct my_timming *m) in DAC1064_init_1()
386 static int DAC1064_init_2(struct matrox_fb_info *minfo, struct my_timming *m) in DAC1064_init_2()
481 static int m1064_compute(void* out, struct my_timming* m) { in m1064_compute()
515 static int g450_compute(void* out, struct my_timming* m) { in g450_compute()
536 static int MGA1064_init(struct matrox_fb_info *minfo, struct my_timming *m) in MGA1064_init()
559 static int MGAG100_init(struct matrox_fb_info *minfo, struct my_timming *m) in MGAG100_init()
611 int m, int n, int p) in MGAG100_progPixClock()
659 unsigned int m, n, p; in MGAG100_setPixClock() local
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c38 nouveau_debugfs_vbios_image(struct seq_file *m, void *data) in nouveau_debugfs_vbios_image()
50 nouveau_debugfs_strap_peek(struct seq_file *m, void *data) in nouveau_debugfs_strap_peek()
72 nouveau_debugfs_pstate_get(struct seq_file *m, void *data) in nouveau_debugfs_pstate_get()
145 struct seq_file *m = file->private_data; in nouveau_debugfs_pstate_set() local
207 nouveau_debugfs_gpuva_regions(struct seq_file *m, struct nouveau_uvmm *uvmm) in nouveau_debugfs_gpuva_regions()
220 nouveau_debugfs_gpuva(struct seq_file *m, void *data) in nouveau_debugfs_gpuva()
/openbmc/linux/fs/proc/
H A Dtask_nommu.c21 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem()
127 static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma) in nommu_vma_show()
173 static int show_map(struct seq_file *m, void *_p) in show_map()
192 static void *m_start(struct seq_file *m, loff_t *ppos) in m_start()
226 static void m_stop(struct seq_file *m, void *v) in m_stop()
240 static void *m_next(struct seq_file *m, void *_p, loff_t *ppos) in m_next()
H A Dconsoles.c15 static int show_console_dev(struct seq_file *m, void *v) in show_console_dev()
70 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
88 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
96 static void c_stop(struct seq_file *m, void *v) in c_stop()
/openbmc/linux/arch/m68k/kernel/
H A Dsetup_mm.c132 const struct mem_info *m = data; in m68k_parse_bootinfo() local
145 const struct mem_info *m = data; in m68k_parse_bootinfo() local
376 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
458 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
462 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
467 static void c_stop(struct seq_file *m, void *v) in c_stop()
478 static int hardware_proc_show(struct seq_file *m, void *v) in hardware_proc_show()
H A Dsetup_no.c174 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
200 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
205 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
211 static void c_stop(struct seq_file *m, void *v) in c_stop()
/openbmc/linux/drivers/char/tpm/eventlog/
H A Dtpm1.c70 static void *tpm1_bios_measurements_start(struct seq_file *m, loff_t *pos) in tpm1_bios_measurements_start()
108 static void *tpm1_bios_measurements_next(struct seq_file *m, void *v, in tpm1_bios_measurements_next()
139 static void tpm1_bios_measurements_stop(struct seq_file *m, void *v) in tpm1_bios_measurements_stop()
223 static int tpm1_binary_bios_measurements_show(struct seq_file *m, void *v) in tpm1_binary_bios_measurements_show()
252 static int tpm1_ascii_bios_measurements_show(struct seq_file *m, void *v) in tpm1_ascii_bios_measurements_show()
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_debugfs.c48 mtk_print_addr(struct seq_file *m, u32 *addr, bool ipv6) in mtk_print_addr()
64 mtk_print_addr_info(struct seq_file *m, struct mtk_flow_addr_info *ai) in mtk_print_addr_info()
76 mtk_ppe_debugfs_foe_show(struct seq_file *m, void *private, bool bind) in mtk_ppe_debugfs_foe_show()
170 mtk_ppe_debugfs_foe_all_show(struct seq_file *m, void *private) in mtk_ppe_debugfs_foe_all_show()
177 mtk_ppe_debugfs_foe_bind_show(struct seq_file *m, void *private) in mtk_ppe_debugfs_foe_bind_show()
/openbmc/linux/kernel/module/
H A Dtracking.c69 static void *unloaded_tainted_modules_seq_start(struct seq_file *m, loff_t *pos) in unloaded_tainted_modules_seq_start()
76 static void *unloaded_tainted_modules_seq_next(struct seq_file *m, void *p, loff_t *pos) in unloaded_tainted_modules_seq_next()
81 static void unloaded_tainted_modules_seq_stop(struct seq_file *m, void *p) in unloaded_tainted_modules_seq_stop()
87 static int unloaded_tainted_modules_seq_show(struct seq_file *m, void *p) in unloaded_tainted_modules_seq_show()
/openbmc/linux/kernel/irq/
H A Dproc.c46 static int show_irq_affinity(int type, struct seq_file *m) in show_irq_affinity()
83 static int irq_affinity_hint_proc_show(struct seq_file *m, void *v) in irq_affinity_hint_proc_show()
104 static int irq_affinity_proc_show(struct seq_file *m, void *v) in irq_affinity_proc_show()
109 static int irq_affinity_list_proc_show(struct seq_file *m, void *v) in irq_affinity_list_proc_show()
218 static int irq_effective_aff_proc_show(struct seq_file *m, void *v) in irq_effective_aff_proc_show()
223 static int irq_effective_aff_list_proc_show(struct seq_file *m, void *v) in irq_effective_aff_list_proc_show()
229 static int default_affinity_show(struct seq_file *m, void *v) in default_affinity_show()
279 static int irq_node_proc_show(struct seq_file *m, void *v) in irq_node_proc_show()
288 static int irq_spurious_proc_show(struct seq_file *m, void *v) in irq_spurious_proc_show()
/openbmc/linux/arch/sparc/include/asm/
H A Dcmpxchg_64.h11 __cmpxchg_u32(volatile int *m, int old, int new) in __cmpxchg_u32()
21 static inline unsigned long xchg32(__volatile__ unsigned int *m, unsigned int val) in xchg32()
38 static inline unsigned long xchg64(__volatile__ unsigned long *m, unsigned long val) in xchg64()
70 xchg16(__volatile__ unsigned short *m, unsigned short val) in xchg16()
115 __cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) in __cmpxchg_u64()
131 __cmpxchg_u8(volatile unsigned char *m, unsigned char old, unsigned char new) in __cmpxchg_u8()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c119 void mce_setup(struct mce *m) in mce_setup()
137 void mce_log(struct mce *m) in mce_log()
160 static void __print_mce(struct mce *m) in __print_mce()
203 static void print_mce(struct mce *m) in print_mce()
263 struct mce *m = &l->mce; in mce_panic() local
272 struct mce *m = &l->mce; in mce_panic() local
420 static noinstr void mce_gather_info(struct mce *m, struct pt_regs *regs) in mce_gather_info()
478 int mce_usable_address(struct mce *m) in mce_usable_address()
501 bool mce_is_memory_error(struct mce *m) in mce_is_memory_error()
533 static bool whole_page(struct mce *m) in whole_page()
[all …]
H A Dapei.c31 struct mce m; in apei_mce_report_mem_error() local
70 struct mce m; in apei_smca_report_x86_error() local
144 int apei_write_mce(struct mce *m) in apei_write_mce()
176 ssize_t apei_read_mce(struct mce *m, u64 *record_id) in apei_read_mce()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_wm.c184 static void wm_latency_show(struct seq_file *m, const u16 wm[8]) in wm_latency_show()
213 static int pri_wm_latency_show(struct seq_file *m, void *data) in pri_wm_latency_show()
228 static int spr_wm_latency_show(struct seq_file *m, void *data) in spr_wm_latency_show()
243 static int cur_wm_latency_show(struct seq_file *m, void *data) in cur_wm_latency_show()
291 struct seq_file *m = file->private_data; in wm_latency_write() local
325 struct seq_file *m = file->private_data; in pri_wm_latency_write() local
340 struct seq_file *m = file->private_data; in spr_wm_latency_write() local
355 struct seq_file *m = file->private_data; in cur_wm_latency_write() local
/openbmc/boost-dbus/test/
H A Davahi.cpp23 dbus::message m = dbus::message::new_call(test_daemon, "GetHostName"); in TEST() local
68 dbus::filter f(system_bus, [](dbus::message& m) { in TEST()
105 dbus::message m = dbus::message::new_call(test_daemon, "ListNames"); in TEST() local
129 dbus::filter f(system_bus, [](dbus::message& m) { in TEST()
156 auto m = dbus::message::new_signal(test_endpoint, signal_name); in TEST() local
177 dbus::filter f(system_bus, [](dbus::message& m) { in TEST()
220 auto m = dbus::message::new_signal(test_endpoint, signal_name); in TEST() local
241 dbus::filter f(system_bus, [requested_name](dbus::message& m) { in TEST()
297 dbus::filter f(bus, [](dbus::message& m) { in TEST()
328 auto m = dbus::message::new_call(test_endpoint, method_name); in TEST() local
/openbmc/linux/drivers/edac/
H A Dmce_amd.c764 static void decode_mc0_mce(struct mce *m) in decode_mc0_mce()
874 static void decode_mc1_mce(struct mce *m) in decode_mc1_mce()
1020 static void decode_mc2_mce(struct mce *m) in decode_mc2_mce()
1031 static void decode_mc3_mce(struct mce *m) in decode_mc3_mce()
1060 static void decode_mc4_mce(struct mce *m) in decode_mc4_mce()
1118 static void decode_mc5_mce(struct mce *m) in decode_mc5_mce()
1150 static void decode_mc6_mce(struct mce *m) in decode_mc6_mce()
1167 static void decode_smca_error(struct mce *m) in decode_smca_error()
1218 static const char *decode_error_status(struct mce *m) in decode_error_status()
1237 struct mce *m = (struct mce *)data; in amd_decode_mce() local

12345678910>>...97