Home
last modified time | relevance | path

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

12345678910>>...71

/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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
152 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show()
174 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() local
376 static int afs_proc_servers_show(struct seq_file *m, void *v) in afs_proc_servers_show()
436 static int afs_proc_sysname_show(struct seq_file *m, void *v) in afs_proc_sysname_show()
493 struct seq_file *m = file->private_data; in afs_proc_sysname_write() local
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/net/ethernet/marvell/octeon_ep/
A Doctep_ctrl_mbox.c27 #define OCTEP_CTRL_MBOX_INFO_MAGIC_NUM_OFFSET(m) (m) argument
28 #define OCTEP_CTRL_MBOX_INFO_BARMEM_SZ_OFFSET(m) ((m) + 8) argument
29 #define OCTEP_CTRL_MBOX_INFO_HOST_STATUS_OFFSET(m) ((m) + 24) argument
30 #define OCTEP_CTRL_MBOX_INFO_FW_STATUS_OFFSET(m) ((m) + 144) argument
32 #define OCTEP_CTRL_MBOX_H2FQ_INFO_OFFSET(m) ((m) + OCTEP_CTRL_MBOX_INFO_SZ) argument
33 #define OCTEP_CTRL_MBOX_H2FQ_PROD_OFFSET(m) (OCTEP_CTRL_MBOX_H2FQ_INFO_OFFSET(m)) argument
34 #define OCTEP_CTRL_MBOX_H2FQ_CONS_OFFSET(m) ((OCTEP_CTRL_MBOX_H2FQ_INFO_OFFSET(m)) + 4) argument
38 #define OCTEP_CTRL_MBOX_F2HQ_INFO_OFFSET(m) ((m) + \ argument
41 #define OCTEP_CTRL_MBOX_F2HQ_PROD_OFFSET(m) (OCTEP_CTRL_MBOX_F2HQ_INFO_OFFSET(m)) argument
42 #define OCTEP_CTRL_MBOX_F2HQ_CONS_OFFSET(m) ((OCTEP_CTRL_MBOX_F2HQ_INFO_OFFSET(m)) + 4) argument
[all …]
/linux-6.3-rc2/arch/ia64/include/asm/
A Dbitops.h43 volatile __u32 *m; in set_bit() local
46 m = (volatile __u32 *) addr + (nr >> 5); in set_bit() local
84 volatile __u32 *m; in clear_bit() local
87 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit() local
108 volatile __u32 *m; in clear_bit_unlock() local
165 volatile __u32 *m; in change_bit() local
204 volatile __u32 *m; in test_and_set_bit() local
239 __u32 m = 1 << (nr & 31); in arch___test_and_set_bit() local
258 volatile __u32 *m; in test_and_clear_bit() local
284 __u32 m = 1 << (nr & 31); in arch___test_and_clear_bit() local
[all …]
/linux-6.3-rc2/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
828 struct multipath *m = in trigger_event() local
940 struct multipath *m = ti->private; in parse_path() local
986 struct multipath *m) in parse_priority_group()
1190 struct multipath *m; in multipath_ctr() local
1322 struct multipath *m = ti->private; in multipath_dtr() local
[all …]
/linux-6.3-rc2/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-6.3-rc2/block/
A Dblk-mq-debugfs.c28 static int queue_poll_stat_show(void *data, struct seq_file *m) in queue_poll_stat_show()
136 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show()
200 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show()
228 static int hctx_flags_show(void *data, struct seq_file *m) in hctx_flags_show()
333 int blk_mq_debugfs_rq_show(struct seq_file *m, void *v) in blk_mq_debugfs_rq_show()
371 struct seq_file *m; member
390 static int hctx_busy_show(void *data, struct seq_file *m) in hctx_busy_show()
424 static void blk_mq_debugfs_tags_show(struct seq_file *m, in blk_mq_debugfs_tags_show()
509 static int hctx_run_show(void *data, struct seq_file *m) in hctx_run_show()
590 struct seq_file *m = file->private_data; in blk_mq_debugfs_write() local
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_display_debugfs.c480 static void intel_panel_info(struct seq_file *m, in intel_panel_info()
494 static void intel_hdcp_info(struct seq_file *m, in intel_hdcp_info()
519 static void intel_dp_info(struct seq_file *m, in intel_dp_info()
534 static void intel_dp_mst_info(struct seq_file *m, in intel_dp_mst_info()
542 static void intel_hdmi_info(struct seq_file *m, in intel_hdmi_info()
750 static void crtc_updates_info(struct seq_file *m, in crtc_updates_info()
817 struct seq_file *m = file->private_data; in crtc_updates_write() local
1402 struct seq_file *m = file->private_data; in wm_latency_write() local
1447 struct seq_file *m = file->private_data; in pri_wm_latency_write() local
1462 struct seq_file *m = file->private_data; in spr_wm_latency_write() local
[all …]
/linux-6.3-rc2/kernel/irq/
A Dmatrix.c53 struct irq_matrix *m; in irq_alloc_matrix() local
78 void irq_matrix_online(struct irq_matrix *m) in irq_matrix_online()
99 void irq_matrix_offline(struct irq_matrix *m) in irq_matrix_offline()
129 static unsigned int matrix_find_best_cpu(struct irq_matrix *m, in matrix_find_best_cpu()
181 void irq_matrix_assign_system(struct irq_matrix *m, unsigned int bit, in irq_matrix_assign_system()
322 void irq_matrix_assign(struct irq_matrix *m, unsigned int bit) in irq_matrix_assign()
346 void irq_matrix_reserve(struct irq_matrix *m) in irq_matrix_reserve()
364 void irq_matrix_remove_reserved(struct irq_matrix *m) in irq_matrix_remove_reserved()
418 void irq_matrix_free(struct irq_matrix *m, unsigned int cpu, in irq_matrix_free()
463 unsigned int irq_matrix_reserved(struct irq_matrix *m) in irq_matrix_reserved()
[all …]
/linux-6.3-rc2/drivers/net/wireless/intersil/hostap/
A Dhostap_proc.c15 static int prism2_debug_proc_show(struct seq_file *m, void *v) in prism2_debug_proc_show()
48 static int prism2_stats_proc_show(struct seq_file *m, void *v) in prism2_stats_proc_show()
86 static int prism2_wds_proc_show(struct seq_file *m, void *v) in prism2_wds_proc_show()
98 static void *prism2_wds_proc_start(struct seq_file *m, loff_t *_pos) in prism2_wds_proc_start()
111 static void prism2_wds_proc_stop(struct seq_file *m, void *v) in prism2_wds_proc_stop()
124 static int prism2_bss_list_proc_show(struct seq_file *m, void *v) in prism2_bss_list_proc_show()
151 static void *prism2_bss_list_proc_start(struct seq_file *m, loff_t *_pos) in prism2_bss_list_proc_start()
165 static void prism2_bss_list_proc_stop(struct seq_file *m, void *v) in prism2_bss_list_proc_stop()
180 static int prism2_crypt_proc_show(struct seq_file *m, void *v) in prism2_crypt_proc_show()
273 static int prism2_scan_results_proc_show(struct seq_file *m, void *v) in prism2_scan_results_proc_show()
[all …]
/linux-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_mqd_manager_v9.c49 struct v9_mqd *m; in update_cu_mask() local
137 struct v9_mqd *m; in init_mqd() local
212 struct v9_mqd *m; in update_mqd() local
286 struct v9_mqd *m; in get_wave_state() local
313 struct v9_mqd *m; in checkpoint_mqd() local
330 struct v9_mqd *m; in restore_mqd() local
359 struct v9_mqd *m; in init_mqd_hiq() local
373 struct v9_sdma_mqd *m; in init_mqd_sdma() local
392 struct v9_sdma_mqd *m; in update_mqd_sdma() local
420 struct v9_sdma_mqd *m; in checkpoint_mqd_sdma() local
[all …]
A Dkfd_mqd_manager_v10.c48 struct v10_compute_mqd *m; in update_cu_mask() local
94 struct v10_compute_mqd *m; in init_mqd() local
162 struct v10_compute_mqd *m; in update_mqd() local
234 struct v10_compute_mqd *m; in get_wave_state() local
258 struct v10_compute_mqd *m; in checkpoint_mqd() local
272 struct v10_compute_mqd *m; in restore_mqd() local
296 struct v10_compute_mqd *m; in init_mqd_hiq() local
310 struct v10_sdma_mqd *m; in init_mqd_sdma() local
329 struct v10_sdma_mqd *m; in update_mqd_sdma() local
357 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
94 struct cik_mqd *m; in init_mqd() local
147 struct cik_sdma_rlc_registers *m; in init_mqd_sdma() local
177 struct cik_mqd *m; in __update_mqd() local
219 struct cik_mqd *m = (struct cik_mqd *)mqd; in read_doorbell_id() local
235 struct cik_sdma_rlc_registers *m; in update_mqd_sdma() local
261 struct cik_mqd *m; in checkpoint_mqd() local
275 struct cik_mqd *m; in restore_mqd() local
299 struct cik_sdma_rlc_registers *m; in checkpoint_mqd_sdma() local
313 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
78 static void set_priority(struct v11_compute_mqd *m, struct queue_properties *q) in set_priority()
110 struct v11_compute_mqd *m; in init_mqd() local
188 struct v11_compute_mqd *m; in update_mqd() local
250 struct v11_compute_mqd *m = (struct v11_compute_mqd *)mqd; in read_doorbell_id() local
260 struct v11_compute_mqd *m; in get_wave_state() local
296 struct v11_compute_mqd *m; in init_mqd_hiq() local
310 struct v11_sdma_mqd *m; in init_mqd_sdma() local
334 struct v11_sdma_mqd *m; in update_mqd_sdma() local
362 static int debugfs_show_mqd(struct seq_file *m, void *data) in debugfs_show_mqd()
[all …]
/linux-6.3-rc2/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-6.3-rc2/drivers/iommu/intel/
A Ddebugfs.c114 static int iommu_regset_show(struct seq_file *m, void *unused) in iommu_regset_show()
160 static inline void print_tbl_walk(struct seq_file *m) in print_tbl_walk()
202 static void pasid_dir_walk(struct seq_file *m, u64 pasid_dir_ptr, in pasid_dir_walk()
312 dump_page_info(struct seq_file *m, unsigned long iova, u64 *path) in dump_page_info()
319 static void pgtable_walk_level(struct seq_file *m, struct dma_pte *pde, in pgtable_walk_level()
346 struct seq_file *m = data; in __show_device_domain_translation() local
396 static void invalidation_queue_entry_show(struct seq_file *m, in invalidation_queue_entry_show()
423 static int invalidation_queue_show(struct seq_file *m, void *unused) in invalidation_queue_show()
457 static void ir_tbl_remap_entry_show(struct seq_file *m, in ir_tbl_remap_entry_show()
481 static void ir_tbl_posted_entry_show(struct seq_file *m, in ir_tbl_posted_entry_show()
[all …]
/linux-6.3-rc2/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()
69 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle()
76 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo()
96 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo()
105 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
133 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dproc.c17 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core()
32 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
50 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
61 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
154 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
162 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
168 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-6.3-rc2/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-6.3-rc2/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 …]

Completed in 71 milliseconds

12345678910>>...71