Home
last modified time | relevance | path

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

12345678910>>...52

/linux/net/tipc/
H A Dmsg.h205 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word()
210 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word()
215 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits()
220 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits()
232 static inline u32 msg_version(struct tipc_msg *m) in msg_version()
237 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version()
242 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()
252 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user()
257 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz()
[all …]
H A Dgroup.c105 static void tipc_group_open(struct tipc_member *m, bool *wakeup) in tipc_group_open()
116 struct tipc_member *m) in tipc_group_decr_active()
146 static bool tipc_group_is_receiver(struct tipc_member *m) in tipc_group_is_receiver()
151 static bool tipc_group_is_sender(struct tipc_member *m) in tipc_group_is_sender()
200 struct tipc_member *m, *tmp; in tipc_group_join() local
215 struct tipc_member *m, *tmp; in tipc_group_delete() local
237 struct tipc_member *m; in tipc_group_find_member() local
255 struct tipc_member *m; in tipc_group_find_dest() local
266 struct tipc_member *m; in tipc_group_find_node() local
278 struct tipc_member *m) in tipc_group_add_to_tree()
[all …]
/linux/arch/alpha/include/asm/
H A Dcore_mcpcia.h78 #define MCPCIA_MID(m) ((unsigned long)(m) << 33) argument
89 #define MCPCIA_SPARSE(m) (IDENT_ADDR + 0xf000000000UL + MCPCIA_MID(m)) argument
90 #define MCPCIA_DENSE(m) (IDENT_ADDR + 0xf100000000UL + MCPCIA_MID(m)) argument
91 #define MCPCIA_IO(m) (IDENT_ADDR + 0xf180000000UL + MCPCIA_MID(m)) argument
92 #define MCPCIA_CONF(m) (IDENT_ADDR + 0xf1c0000000UL + MCPCIA_MID(m)) argument
93 #define MCPCIA_CSR(m) (IDENT_ADDR + 0xf1e0000000UL + MCPCIA_MID(m)) argument
94 #define MCPCIA_IO_IACK(m) (IDENT_ADDR + 0xf1f0000000UL + MCPCIA_MID(m)) argument
95 #define MCPCIA_DENSE_IO(m) (IDENT_ADDR + 0xe1fc000000UL + MCPCIA_MID(m)) argument
96 #define MCPCIA_DENSE_CONF(m) (IDENT_ADDR + 0xe1fe000000UL + MCPCIA_MID(m)) argument
101 #define MCPCIA_REV(m) (MCPCIA_CSR(m) + 0x000) argument
[all …]
H A Dbitops.h32 int *m = ((int *) addr) + (nr >> 5); in set_bit() local
52 int *m = ((int *) addr) + (nr >> 5); in arch___set_bit() local
61 int *m = ((int *) addr) + (nr >> 5); in clear_bit() local
88 int *m = ((int *) addr) + (nr >> 5); in arch___clear_bit() local
104 int *m = ((int *) addr) + (nr >> 5); in change_bit() local
124 int *m = ((int *) addr) + (nr >> 5); in arch___change_bit() local
134 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit() local
164 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit_lock() local
193 int *m = ((int *) addr) + (nr >> 5); in arch___test_and_set_bit() local
205 int *m = ((int *) addr) + (nr >> 5); in test_and_clear_bit() local
[all …]
/linux/fs/
H A Dpnode.c37 struct mount *m = mnt; in get_peer_under_root() local
58 struct mount *m; in get_dominating_id() local
69 static inline bool will_be_unmounted(struct mount *m) in will_be_unmounted()
77 struct mount *m; in transfer_propagation() local
95 struct mount *m = mnt->mnt_master; in change_mnt_propagation() local
126 static struct mount *trace_transfers(struct mount *m) in trace_transfers()
152 static void set_destinations(struct mount *m, struct mount *master) in set_destinations()
164 struct mount *m; in bulk_make_private() local
177 static struct mount *__propagation_next(struct mount *m, in __propagation_next()
204 static struct mount *propagation_next(struct mount *m, in propagation_next()
[all …]
H A Dpnode.h13 #define IS_MNT_SHARED(m) ((m)->mnt_t_flags & T_SHARED) argument
14 #define IS_MNT_SLAVE(m) ((m)->mnt_master) argument
15 #define IS_MNT_NEW(m) (!(m)->mnt_ns) argument
16 #define CLEAR_MNT_SHARED(m) ((m)->mnt_t_flags &= ~T_SHARED) argument
17 #define IS_MNT_UNBINDABLE(m) ((m)->mnt_t_flags & T_UNBINDABLE) argument
18 #define IS_MNT_MARKED(m) ((m)->mnt_t_flags & T_MARKED) argument
19 #define SET_MNT_MARK(m) ((m)->mnt_t_flags |= T_MARKED) argument
20 #define CLEAR_MNT_MARK(m) ((m)->mnt_t_flags &= ~T_MARKED) argument
21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED) argument
/linux/fs/afs/
H 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()
59 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start()
66 static void *afs_proc_cells_next(struct seq_file *m, void *v, loff_t *pos) in afs_proc_cells_next()
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
154 static int afs_proc_addr_prefs_show(struct seq_file *m, void *v) in afs_proc_addr_prefs_show()
204 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show()
226 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() local
[all …]
/linux/drivers/mfd/
H 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/net/ethernet/marvell/octeon_ep/
H 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
47 #define OCTEP_CTRL_MBOX_H2FQ_CONS(m) ((OCTEP_CTRL_MBOX_H2FQ_INFO(m)) + 4) argument
48 #define OCTEP_CTRL_MBOX_H2FQ_SZ(m) ((OCTEP_CTRL_MBOX_H2FQ_INFO(m)) + 8) argument
[all …]
/linux/kernel/locking/
H A Dlockdep_proc.c38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next()
47 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()
60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name()
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()
139 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next()
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()
193 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show()
[all …]
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v11.c47 struct v11_compute_mqd *m; in update_cu_mask() local
96 static void set_priority(struct v11_compute_mqd *m, struct queue_properties *q) in set_priority()
119 struct v11_compute_mqd *m; in init_mqd() local
212 struct v11_compute_mqd *m; in update_mqd() local
280 struct v11_compute_mqd *m = (struct v11_compute_mqd *)mqd; in check_preemption_failed() local
291 struct v11_compute_mqd *m; in get_wave_state() local
324 struct v11_compute_mqd *m; in checkpoint_mqd() local
337 struct v11_compute_mqd *m; in restore_mqd() local
360 struct v11_sdma_mqd *m; in checkpoint_mqd_sdma() local
375 struct v11_sdma_mqd *m; in restore_mqd_sdma() local
[all …]
H A Dkfd_mqd_manager_v10.c48 struct v10_compute_mqd *m; in update_cu_mask() local
70 static void set_priority(struct v10_compute_mqd *m, struct queue_properties *q) in set_priority()
93 struct v10_compute_mqd *m; in init_mqd() local
173 struct v10_compute_mqd *m; in update_mqd() local
243 struct v10_compute_mqd *m = (struct v10_compute_mqd *)mqd; in check_preemption_failed() local
254 struct v10_compute_mqd *m; in get_wave_state() local
288 struct v10_compute_mqd *m; in checkpoint_mqd() local
302 struct v10_compute_mqd *m; in restore_mqd() local
326 struct v10_compute_mqd *m; in init_mqd_hiq() local
341 struct v10_compute_mqd *m; in destroy_hiq_mqd() local
[all …]
H A Dkfd_mqd_manager_vi.c51 struct vi_mqd *m; in update_cu_mask() local
73 static void set_priority(struct vi_mqd *m, struct queue_properties *q) in set_priority()
96 struct vi_mqd *m; in init_mqd() local
179 struct vi_mqd *m; in __update_mqd() local
253 struct vi_mqd *m = (struct vi_mqd *)mqd; in check_preemption_failed() local
271 struct vi_mqd *m; in get_wave_state() local
297 struct vi_mqd *m; in checkpoint_mqd() local
311 struct vi_mqd *m; in restore_mqd() local
335 struct vi_mqd *m; in init_mqd_hiq() local
356 struct vi_sdma_mqd *m; in init_mqd_sdma() local
[all …]
H A Dkfd_mqd_manager_v9.c73 struct v9_mqd *m; in update_cu_mask() local
114 static void set_priority(struct v9_mqd *m, struct queue_properties *q) in set_priority()
175 struct v9_mqd *m; in init_mqd() local
261 struct v9_mqd *m; in update_mqd() local
349 struct v9_mqd *m = (struct v9_mqd *)mqd; in check_preemption_failed() local
363 struct v9_mqd *m; in get_wave_state() local
400 struct v9_mqd *m = get_mqd(mqd); in get_checkpoint_info() local
413 struct v9_mqd *m; in checkpoint_mqd() local
430 struct v9_mqd *m; in checkpoint_mqd_v9_4_3() local
454 struct v9_mqd *m; in restore_mqd() local
[all …]
H 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()
100 struct v12_compute_mqd *m; in init_mqd() local
187 struct v12_compute_mqd *m; in update_mqd() local
249 struct v12_compute_mqd *m = (struct v12_compute_mqd *)mqd; in check_preemption_failed() local
260 struct v12_compute_mqd *m; in get_wave_state() local
295 struct v12_compute_mqd *m; in init_mqd_hiq() local
309 struct v12_sdma_mqd *m; in init_mqd_sdma() local
328 struct v12_sdma_mqd *m; in update_mqd_sdma() local
367 static int debugfs_show_mqd(struct seq_file *m, void *data) in debugfs_show_mqd()
[all …]
/linux/arch/arm/vfp/
H A Dvfpsingle.c259 static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fabs()
265 static u32 vfp_single_fcpy(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcpy()
271 static u32 vfp_single_fneg(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fneg()
316 static u32 vfp_single_fsqrt(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fsqrt()
403 static u32 vfp_compare(int sd, int signal_on_qnan, s32 m, u32 fpscr) in vfp_compare()
462 static u32 vfp_single_fcmp(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmp()
467 static u32 vfp_single_fcmpe(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmpe()
472 static u32 vfp_single_fcmpz(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmpz()
477 static u32 vfp_single_fcmpez(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmpez()
482 static u32 vfp_single_fcvtd(int dd, int unused, s32 m, u32 fpscr) in vfp_single_fcvtd()
[all …]
/linux/kernel/module/
H A Dprocfs.c16 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info() argument
41 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info() argument
49 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() argument
55 static void *m_next(struct seq_file *m, void *p, loff_t *pos) in m_next() argument
60 static void m_stop(struct seq_file *m, voi argument
74 m_show(struct seq_file * m,void * p) m_show() argument
131 struct seq_file *m = file->private_data; modules_open() local
[all...]
/linux/tools/sched_ext/include/scx/
H A Dcid.bpf.h43 static __always_inline bool __cmask_contains(u32 cid, const struct scx_cmask __arena *m) in __cmask_contains()
48 static __always_inline u64 __arena *__cmask_word(u32 cid, const struct scx_cmask __arena *m) in __cmask_word()
63 static __always_inline void __cmask_init(struct scx_cmask __arena *m, u32 base, in __cmask_init()
94 static __always_inline void cmask_init(struct scx_cmask __arena *m, u32 base, u32 nr_cids) in cmask_init()
108 static __always_inline void cmask_reframe(struct scx_cmask __arena *m, u32 base, u32 nr_cids) in cmask_reframe()
125 static __always_inline bool cmask_test(u32 cid, const struct scx_cmask __arena *m) in cmask_test()
143 static __always_inline void cmask_set(u32 cid, struct scx_cmask __arena *m) in cmask_set()
164 static __always_inline void cmask_clear(u32 cid, struct scx_cmask __arena *m) in cmask_clear()
185 static __always_inline bool cmask_test_and_set(u32 cid, struct scx_cmask __arena *m) in cmask_test_and_set()
207 static __always_inline bool cmask_test_and_clear(u32 cid, struct scx_cmask __arena *m) in cmask_test_and_clear()
[all …]
/linux/kernel/sched/ext/
H A Dcid.h171 static inline bool __scx_cmask_contains(u32 cid, const struct scx_cmask *m) in __scx_cmask_contains()
177 static inline u64 *__scx_cmask_word(u32 cid, const struct scx_cmask *m) in __scx_cmask_word()
192 static inline void __scx_cmask_init(struct scx_cmask *m, u32 base, u32 nr_cids, in __scx_cmask_init()
212 static inline void scx_cmask_init(struct scx_cmask *m, u32 base, u32 nr_cids) in scx_cmask_init()
226 static inline void scx_cmask_reframe(struct scx_cmask *m, u32 base, u32 nr_cids) in scx_cmask_reframe()
242 static inline void __scx_cmask_set(u32 cid, struct scx_cmask *m) in __scx_cmask_set()
257 static inline bool scx_cmask_test(u32 cid, const struct scx_cmask *m) in scx_cmask_test()
268 static inline u32 scx_cmask_nr_used_words(const struct scx_cmask *m) in scx_cmask_nr_used_words()
284 #define scx_cmask_for_each_cid(cid, m) \ argument
/linux/drivers/nvme/target/
H A Ddebugfs.c39 static int nvmet_ctrl_hostnqn_show(struct seq_file *m, void *p) in nvmet_ctrl_hostnqn_show()
48 static int nvmet_ctrl_kato_show(struct seq_file *m, void *p) in nvmet_ctrl_kato_show()
57 static int nvmet_ctrl_port_show(struct seq_file *m, void *p) in nvmet_ctrl_port_show()
75 static int nvmet_ctrl_state_show(struct seq_file *m, void *p) in nvmet_ctrl_state_show()
102 struct seq_file *m = file->private_data; in nvmet_ctrl_state_write() local
118 static int nvmet_ctrl_host_traddr_show(struct seq_file *m, void *p) in nvmet_ctrl_host_traddr_show()
136 static int nvmet_ctrl_tls_key_show(struct seq_file *m, void *p) in nvmet_ctrl_tls_key_show()
146 static int nvmet_ctrl_tls_concat_show(struct seq_file *m, void *p) in nvmet_ctrl_tls_concat_show()
179 static void nvmet_pr_notify_mask_to_str(struct seq_file *m, unsigned long mask) in nvmet_pr_notify_mask_to_str()
199 static int nvmet_ns_pr_show(struct seq_file *m, void *p) in nvmet_ns_pr_show()
/linux/arch/sh/kernel/cpu/
H A Dproc.c47 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags()
65 static void show_cacheinfo(struct seq_file *m, const char *type, in show_cacheinfo()
79 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
133 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
137 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
142 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux/arch/powerpc/platforms/pseries/
H A Dlparcfg.c144 static void show_gpci_data(struct seq_file *m) in show_gpci_data()
199 static void parse_ppp_data(struct seq_file *m) in parse_ppp_data()
278 static void parse_mpp_data(struct seq_file *m) in parse_mpp_data()
316 static void parse_mpp_x_data(struct seq_file *m) in parse_mpp_x_data()
345 static int read_rtas_lpar_name(struct seq_file *m) in read_rtas_lpar_name()
368 static int read_dt_lpar_name(struct seq_file *m) in read_dt_lpar_name()
383 static void read_lpar_name(struct seq_file *m) in read_lpar_name()
397 static void parse_system_parameter_string(struct seq_file *m) in parse_system_parameter_string()
474 static void pseries_cmo_data(struct seq_file *m) in pseries_cmo_data()
498 static void splpar_dispatch_data(struct seq_file *m) in splpar_dispatch_data()
[all …]
/linux/arch/csky/kernel/
H A Dcpu-probe.c13 struct seq_file *m = (struct seq_file *)arg; in percpu_print() local
46 static int c_show(struct seq_file *m, void *v) in c_show()
61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
66 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
72 static void c_stop(struct seq_file *m, void *v) {} in c_stop()
/linux/net/can/
H A Dproc.c188 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist()
204 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner()
216 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show()
281 static int can_reset_stats_proc_show(struct seq_file *m, void *v) in can_reset_stats_proc_show()
302 static inline void can_rcvlist_proc_show_one(struct seq_file *m, int idx, in can_rcvlist_proc_show_one()
314 static int can_rcvlist_proc_show(struct seq_file *m, void *v) in can_rcvlist_proc_show()
345 static inline void can_rcvlist_proc_show_array(struct seq_file *m, in can_rcvlist_proc_show_array()
370 static int can_rcvlist_sff_proc_show(struct seq_file *m, void *v) in can_rcvlist_sff_proc_show()
403 static int can_rcvlist_eff_proc_show(struct seq_file *m, void *v) in can_rcvlist_eff_proc_show()
/linux/net/sched/
H A Dact_mirred.c67 static struct net_device *tcf_mirred_dev_dereference(struct tcf_mirred *m) in tcf_mirred_dev_dereference()
75 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release() local
94 static void tcf_mirred_replace_dev(struct tcf_mirred *m, in tcf_mirred_replace_dev()
115 struct tcf_mirred *m; in tcf_mirred_init() local
254 static int tcf_mirred_to_dev(struct sk_buff *skb, struct tcf_mirred *m, in tcf_mirred_to_dev()
344 static int tcf_blockcast_redir(struct sk_buff *skb, struct tcf_mirred *m, in tcf_blockcast_redir()
379 static int tcf_blockcast_mirror(struct sk_buff *skb, struct tcf_mirred *m, in tcf_blockcast_mirror()
398 static int tcf_blockcast(struct sk_buff *skb, struct tcf_mirred *m, in tcf_blockcast()
430 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_act() local
505 struct tcf_mirred *m = to_mirred(a); in tcf_stats_update() local
[all …]

12345678910>>...52