Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 1993) sorted by relevance

12345678910>>...80

/linux/net/tipc/
A Dmsg.h242 static inline u32 msg_user(struct tipc_msg *m) in msg_user()
247 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata()
257 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz()
267 static inline u32 msg_size(struct tipc_msg *m) in msg_size()
272 static inline u32 msg_blocks(struct tipc_msg *m) in msg_blocks()
292 static inline int msg_is_syn(struct tipc_msg *m) in msg_is_syn()
380 static inline u32 msg_type(struct tipc_msg *m) in msg_type()
402 static inline u32 msg_named(struct tipc_msg *m) in msg_named()
407 static inline u32 msg_mcast(struct tipc_msg *m) in msg_mcast()
521 static inline u16 msg_ack(struct tipc_msg *m) in msg_ack()
[all …]
/linux/arch/alpha/include/asm/
A Dcore_mcpcia.h78 #define MCPCIA_MID(m) ((unsigned long)(m) << 33) argument
101 #define MCPCIA_REV(m) (MCPCIA_CSR(m) + 0x000) argument
102 #define MCPCIA_WHOAMI(m) (MCPCIA_CSR(m) + 0x040) argument
103 #define MCPCIA_PCI_LAT(m) (MCPCIA_CSR(m) + 0x080) argument
105 #define MCPCIA_HAE_MEM(m) (MCPCIA_CSR(m) + 0x400) argument
106 #define MCPCIA_HAE_IO(m) (MCPCIA_CSR(m) + 0x440) argument
113 #define MCPCIA_INT_CTL(m) (MCPCIA_CSR(m) + 0x500) argument
114 #define MCPCIA_INT_REQ(m) (MCPCIA_CSR(m) + 0x540) argument
116 #define MCPCIA_INT_ADR(m) (MCPCIA_CSR(m) + 0x5C0) argument
138 #define MCPCIA_MC_ERR0(m) (MCPCIA_CSR(m) + 0x800) argument
[all …]
/linux/include/linux/isdn/
A Dcapiutil.h19 #define CAPIMSG_U8(m, off) (m[off]) argument
20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument
22 #define CAPIMSG_LEN(m) CAPIMSG_U16(m,0) argument
23 #define CAPIMSG_APPID(m) CAPIMSG_U16(m,2) argument
24 #define CAPIMSG_COMMAND(m) CAPIMSG_U8(m,4) argument
25 #define CAPIMSG_SUBCOMMAND(m) CAPIMSG_U8(m,5) argument
26 #define CAPIMSG_CMD(m) (((m[4])<<8)|(m[5])) argument
27 #define CAPIMSG_MSGID(m) CAPIMSG_U16(m,6) argument
28 #define CAPIMSG_CONTROLLER(m) (m[8] & 0x7f) argument
29 #define CAPIMSG_CONTROL(m) CAPIMSG_U32(m, 8) argument
[all …]
/linux/fs/afs/
A Dproc.c21 static inline struct afs_net *afs_seq2net(struct seq_file *m) in afs_seq2net()
26 static inline struct afs_net *afs_seq2net_single(struct seq_file *m) in afs_seq2net_single()
34 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show()
71 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop()
90 struct seq_file *m = file->private_data; in afs_proc_cells_write() local
202 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show()
224 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() local
426 static int afs_proc_servers_show(struct seq_file *m, void *v) in afs_proc_servers_show()
499 static int afs_proc_sysname_show(struct seq_file *m, void *v) in afs_proc_sysname_show()
556 struct seq_file *m = file->private_data; in afs_proc_sysname_write() local
[all …]
/linux/drivers/media/test-drivers/vidtv/
A Dvidtv_mux.c34 *vidtv_mux_get_pid_ctx(struct vidtv_mux *m, u16 pid) in vidtv_mux_get_pid_ctx()
76 static int vidtv_mux_pid_ctx_init(struct vidtv_mux *m) in vidtv_mux_pid_ctx_init()
115 static void vidtv_mux_update_clk(struct vidtv_mux *m) in vidtv_mux_update_clk()
130 static u32 vidtv_mux_push_si(struct vidtv_mux *m) in vidtv_mux_push_si()
221 static u32 vidtv_mux_push_pcr(struct vidtv_mux *m) in vidtv_mux_push_pcr()
380 static void vidtv_mux_clear(struct vidtv_mux *m) in vidtv_mux_clear()
391 struct vidtv_mux *m = container_of(work, in vidtv_mux_tick() local
457 void vidtv_mux_start_thread(struct vidtv_mux *m) in vidtv_mux_start_thread()
469 void vidtv_mux_stop_thread(struct vidtv_mux *m) in vidtv_mux_stop_thread()
481 struct vidtv_mux *m; in vidtv_mux_init() local
[all …]
/linux/drivers/mfd/
A Dmcp-sa11x0.c35 #define MCCR0(m) ((m)->base0 + 0x00) argument
36 #define MCDR0(m) ((m)->base0 + 0x08) argument
37 #define MCDR1(m) ((m)->base0 + 0x0c) argument
38 #define MCDR2(m) ((m)->base0 + 0x10) argument
39 #define MCSR(m) ((m)->base0 + 0x18) argument
40 #define MCCR1(m) ((m)->base1 + 0x00) argument
47 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_telecom_divisor() local
59 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_audio_divisor() local
77 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_write() local
104 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_read() local
[all …]
/linux/drivers/md/
A Ddm-mpath.c212 struct multipath *m; in alloc_multipath() local
476 #define dm_report_EIO(m) \ argument
511 struct multipath *m = ti->private; in multipath_clone_and_map() local
673 struct multipath *m = ti->private; in multipath_map_bio() local
695 struct multipath *m = in process_queued_bios() local
827 struct multipath *m = in trigger_event() local
939 struct multipath *m = ti->private; in parse_path() local
985 struct multipath *m) in parse_priority_group()
1189 struct multipath *m; in multipath_ctr() local
1321 struct multipath *m = ti->private; in multipath_dtr() local
[all …]
/linux/fs/
A Dpnode.h13 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED) argument
14 #define IS_MNT_SLAVE(m) ((m)->mnt_master) argument
15 #define IS_MNT_NEW(m) (!(m)->mnt_ns || is_anon_ns((m)->mnt_ns)) argument
16 #define CLEAR_MNT_SHARED(m) ((m)->mnt.mnt_flags &= ~MNT_SHARED) argument
17 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE) argument
18 #define IS_MNT_MARKED(m) ((m)->mnt.mnt_flags & MNT_MARKED) argument
19 #define SET_MNT_MARK(m) ((m)->mnt.mnt_flags |= MNT_MARKED) argument
20 #define CLEAR_MNT_MARK(m) ((m)->mnt.mnt_flags &= ~MNT_MARKED) argument
21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED) argument
/linux/block/
A Dblk-mq-debugfs.c17 static int queue_poll_stat_show(void *data, struct seq_file *m) in queue_poll_stat_show()
73 static int queue_pm_only_show(void *data, struct seq_file *m) in queue_pm_only_show()
99 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show()
164 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show()
194 static int hctx_flags_show(void *data, struct seq_file *m) in hctx_flags_show()
308 int blk_mq_debugfs_rq_show(struct seq_file *m, void *v) in blk_mq_debugfs_rq_show()
346 struct seq_file *m; member
365 static int hctx_busy_show(void *data, struct seq_file *m) in hctx_busy_show()
399 static void blk_mq_debugfs_tags_show(struct seq_file *m, in blk_mq_debugfs_tags_show()
548 struct seq_file *m = file->private_data; in blk_mq_debugfs_write() local
[all …]
/linux/arch/x86/kernel/cpu/
A Dproc.c19 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core()
34 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
52 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
63 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
156 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
164 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
170 static void c_stop(struct seq_file *m, void *v) in c_stop()
182 static void dump_x86_features(struct seq_file *m, unsigned long features) in dump_x86_features()
190 void arch_proc_pid_thread_features(struct seq_file *m, struct task_struct *task) in arch_proc_pid_thread_features()
/linux/drivers/gpu/drm/i915/display/
A Dintel_display_debugfs.c155 static void intel_encoder_info(struct seq_file *m, in intel_encoder_info()
180 static void intel_panel_info(struct seq_file *m, in intel_panel_info()
194 static void intel_hdcp_info(struct seq_file *m, in intel_hdcp_info()
239 static void intel_dp_mst_info(struct seq_file *m, in intel_dp_mst_info()
247 static void intel_hdmi_info(struct seq_file *m, in intel_hdmi_info()
449 static void crtc_updates_info(struct seq_file *m, in crtc_updates_info()
516 struct seq_file *m = file->private_data; in crtc_updates_write() local
1218 struct seq_file *m = file->private_data; in i915_dsc_fec_support_write() local
1294 struct seq_file *m = file->private_data; in i915_dsc_bpc_write() local
1361 struct seq_file *m = file->private_data; in i915_dsc_output_format_write() local
[all …]
/linux/drivers/net/ethernet/marvell/octeon_ep/
A Doctep_ctrl_mbox.c38 #define OCTEP_CTRL_MBOX_INFO_MAGIC_NUM(m) (m) argument
39 #define OCTEP_CTRL_MBOX_INFO_BARMEM_SZ(m) ((m) + 8) argument
40 #define OCTEP_CTRL_MBOX_INFO_HOST_VERSION(m) ((m) + 16) argument
41 #define OCTEP_CTRL_MBOX_INFO_HOST_STATUS(m) ((m) + 24) argument
42 #define OCTEP_CTRL_MBOX_INFO_FW_VERSION(m) ((m) + 136) argument
43 #define OCTEP_CTRL_MBOX_INFO_FW_STATUS(m) ((m) + 144) argument
45 #define OCTEP_CTRL_MBOX_H2FQ_INFO(m) ((m) + OCTEP_CTRL_MBOX_INFO_SZ) argument
46 #define OCTEP_CTRL_MBOX_H2FQ_PROD(m) (OCTEP_CTRL_MBOX_H2FQ_INFO(m)) argument
48 #define OCTEP_CTRL_MBOX_H2FQ_SZ(m) ((OCTEP_CTRL_MBOX_H2FQ_INFO(m)) + 8) argument
50 #define OCTEP_CTRL_MBOX_F2HQ_INFO(m) ((m) + \ argument
[all …]
/linux/kernel/irq/
A Dmatrix.c52 struct irq_matrix *m; in irq_alloc_matrix() local
84 void irq_matrix_online(struct irq_matrix *m) in irq_matrix_online()
105 void irq_matrix_offline(struct irq_matrix *m) in irq_matrix_offline()
135 static unsigned int matrix_find_best_cpu(struct irq_matrix *m, in matrix_find_best_cpu()
187 void irq_matrix_assign_system(struct irq_matrix *m, unsigned int bit, in irq_matrix_assign_system()
328 void irq_matrix_assign(struct irq_matrix *m, unsigned int bit) in irq_matrix_assign()
352 void irq_matrix_reserve(struct irq_matrix *m) in irq_matrix_reserve()
370 void irq_matrix_remove_reserved(struct irq_matrix *m) in irq_matrix_remove_reserved()
424 void irq_matrix_free(struct irq_matrix *m, unsigned int cpu, in irq_matrix_free()
469 unsigned int irq_matrix_reserved(struct irq_matrix *m) in irq_matrix_reserved()
[all …]
/linux/kernel/locking/
A Dlockdep_proc.c47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start()
56 static void l_stop(struct seq_file *m, void *v) in l_stop()
77 static int l_show(struct seq_file *m, void *v) in l_show()
128 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start()
145 static void lc_stop(struct seq_file *m, void *v) in lc_stop()
149 static int lc_show(struct seq_file *m, void *v) in lc_show()
441 static void seq_time(struct seq_file *m, s64 time) in seq_time()
570 static void seq_header(struct seq_file *m) in seq_header()
618 static void ls_stop(struct seq_file *m, void *v) in ls_stop()
622 static int ls_show(struct seq_file *m, void *v) in ls_show()
[all …]
/linux/drivers/block/drbd/
A Ddrbd_debugfs.c33 static void __seq_print_rq_state_bit(struct seq_file *m, in __seq_print_rq_state_bit()
47 static void seq_print_rq_state_bit(struct seq_file *m, in seq_print_rq_state_bit()
246 static void seq_print_peer_request(struct seq_file *m, in seq_print_peer_request()
271 static void seq_print_device_peer_requests(struct seq_file *m, in seq_print_device_peer_requests()
360 static int in_flight_summary_show(struct seq_file *m, void *pos) in in_flight_summary_show()
499 static void seq_print_one_timing_detail(struct seq_file *m, in seq_print_one_timing_detail()
518 static void seq_print_timing_details(struct seq_file *m, in seq_print_timing_details()
537 static int callback_history_show(struct seq_file *m, void *ignored) in callback_history_show()
718 static int device_data_gen_id_show(struct seq_file *m, void *ignored) in device_data_gen_id_show()
737 static int device_ed_gen_id_show(struct seq_file *m, void *ignored) in device_ed_gen_id_show()
[all …]
/linux/fs/notify/
A Dfdinfo.c25 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo()
26 void (*show)(struct seq_file *m, in show_fdinfo()
42 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle()
65 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle()
72 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo()
92 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo()
101 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
129 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_mqd_manager_v10.c48 struct v10_compute_mqd *m; in update_cu_mask() local
93 struct v10_compute_mqd *m; in init_mqd() local
166 struct v10_compute_mqd *m; in update_mqd() local
240 struct v10_compute_mqd *m; in get_wave_state() local
274 struct v10_compute_mqd *m; in checkpoint_mqd() local
288 struct v10_compute_mqd *m; in restore_mqd() local
312 struct v10_compute_mqd *m; in init_mqd_hiq() local
346 struct v10_sdma_mqd *m; in init_mqd_sdma() local
365 struct v10_sdma_mqd *m; in update_mqd_sdma() local
393 struct v10_sdma_mqd *m; in checkpoint_mqd_sdma() local
[all …]
A Dkfd_mqd_manager_cik.c48 struct cik_mqd *m; in update_cu_mask() local
93 struct cik_mqd *m; in init_mqd() local
146 struct cik_sdma_rlc_registers *m; in init_mqd_sdma() local
176 struct cik_mqd *m; in __update_mqd() local
211 struct cik_mqd *m = (struct cik_mqd *)mqd; in check_preemption_failed() local
227 struct cik_sdma_rlc_registers *m; in update_mqd_sdma() local
253 struct cik_mqd *m; in checkpoint_mqd() local
267 struct cik_mqd *m; in restore_mqd() local
291 struct cik_sdma_rlc_registers *m; in checkpoint_mqd_sdma() local
305 struct cik_sdma_rlc_registers *m; in restore_mqd_sdma() local
[all …]
A Dkfd_mqd_manager_v11.c47 struct v11_compute_mqd *m; in update_cu_mask() local
128 struct v11_compute_mqd *m; in init_mqd() local
220 struct v11_compute_mqd *m; in update_mqd() local
283 struct v11_compute_mqd *m = (struct v11_compute_mqd *)mqd; in check_preemption_failed() local
294 struct v11_compute_mqd *m; in get_wave_state() local
327 struct v11_compute_mqd *m; in checkpoint_mqd() local
341 struct v11_compute_mqd *m; in restore_mqd() local
366 struct v11_compute_mqd *m; in init_mqd_hiq() local
381 struct v11_compute_mqd *m; in destroy_hiq_mqd() local
400 struct v11_sdma_mqd *m; in init_mqd_sdma() local
[all …]
A Dkfd_mqd_manager_vi.c51 struct vi_mqd *m; in update_cu_mask() local
96 struct vi_mqd *m; in init_mqd() local
174 struct vi_mqd *m; in __update_mqd() local
260 struct vi_mqd *m; in get_wave_state() local
285 struct vi_mqd *m; in checkpoint_mqd() local
299 struct vi_mqd *m; in restore_mqd() local
323 struct vi_mqd *m; in init_mqd_hiq() local
344 struct vi_sdma_mqd *m; in init_mqd_sdma() local
361 struct vi_sdma_mqd *m; in update_mqd_sdma() local
390 struct vi_sdma_mqd *m; in checkpoint_mqd_sdma() local
[all …]
A Dkfd_mqd_manager_v12.c47 struct v12_compute_mqd *m; in update_cu_mask() local
77 static void set_priority(struct v12_compute_mqd *m, struct queue_properties *q) in set_priority()
103 struct v12_compute_mqd *m; in init_mqd() local
183 struct v12_compute_mqd *m; in update_mqd() local
246 struct v12_compute_mqd *m = (struct v12_compute_mqd *)mqd; in check_preemption_failed() local
257 struct v12_compute_mqd *m; in get_wave_state() local
292 struct v12_compute_mqd *m; in init_mqd_hiq() local
306 struct v12_sdma_mqd *m; in init_mqd_sdma() local
325 struct v12_sdma_mqd *m; in update_mqd_sdma() local
358 static int debugfs_show_mqd(struct seq_file *m, void *data) in debugfs_show_mqd()
[all …]
/linux/arch/arm/vfp/
A Dvfpsingle.c259 static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fabs()
935 static u32 vfp_single_fmac(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmac()
943 static u32 vfp_single_fnmac(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fnmac()
951 static u32 vfp_single_fmsc(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmsc()
959 static u32 vfp_single_fnmsc(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fnmsc()
967 static u32 vfp_single_fmul(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmul()
990 static u32 vfp_single_fnmul(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fnmul()
1014 static u32 vfp_single_fadd(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fadd()
1041 static u32 vfp_single_fsub(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fsub()
1052 static u32 vfp_single_fdiv(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fdiv()
[all …]
/linux/fs/proc/
A Darray.c227 void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t()
264 static inline void task_sig(struct seq_file *m, struct task_struct *p) in task_sig()
303 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t()
311 static inline void task_cap(struct seq_file *m, struct task_struct *p) in task_cap()
398 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts()
434 __weak void arch_proc_pid_thread_features(struct seq_file *m, in arch_proc_pid_thread_features()
439 int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, in proc_pid_status()
467 static int do_task_stat(struct seq_file *m, struct pid_namespace *ns, in do_task_stat()
671 int proc_tid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tid_stat()
677 int proc_tgid_stat(struct seq_file *m, struct pid_namespace *ns, in proc_tgid_stat()
[all …]
/linux/drivers/mailbox/
A Dpl320-ipc.c20 #define IPCMxSOURCE(m) ((m) * 0x40) argument
21 #define IPCMxDSET(m) (((m) * 0x40) + 0x004) argument
22 #define IPCMxDCLEAR(m) (((m) * 0x40) + 0x008) argument
23 #define IPCMxDSTATUS(m) (((m) * 0x40) + 0x00C) argument
24 #define IPCMxMODE(m) (((m) * 0x40) + 0x010) argument
25 #define IPCMxMSET(m) (((m) * 0x40) + 0x014) argument
26 #define IPCMxMCLEAR(m) (((m) * 0x40) + 0x018) argument
27 #define IPCMxMSTATUS(m) (((m) * 0x40) + 0x01C) argument
28 #define IPCMxSEND(m) (((m) * 0x40) + 0x020) argument
29 #define IPCMxDR(m, dr) (((m) * 0x40) + ((dr) * 4) + 0x024) argument
/linux/drivers/iommu/intel/
A Ddebugfs.c113 static int iommu_regset_show(struct seq_file *m, void *unused) in iommu_regset_show()
159 static inline void print_tbl_walk(struct seq_file *m) in print_tbl_walk()
201 static void pasid_dir_walk(struct seq_file *m, u64 pasid_dir_ptr, in pasid_dir_walk()
311 dump_page_info(struct seq_file *m, unsigned long iova, u64 *path) in dump_page_info()
323 static void pgtable_walk_level(struct seq_file *m, struct dma_pte *pde, in pgtable_walk_level()
347 static int domain_translation_struct_show(struct seq_file *m, in domain_translation_struct_show()
482 static void invalidation_queue_entry_show(struct seq_file *m, in invalidation_queue_entry_show()
509 static int invalidation_queue_show(struct seq_file *m, void *unused) in invalidation_queue_show()
543 static void ir_tbl_remap_entry_show(struct seq_file *m, in ir_tbl_remap_entry_show()
567 static void ir_tbl_posted_entry_show(struct seq_file *m, in ir_tbl_posted_entry_show()
[all …]

Completed in 62 milliseconds

12345678910>>...80