Home
last modified time | relevance | path

Searched defs:m (Results 1 – 200 of 1540) sorted by relevance

12345678

/linux-4.4.14/net/tipc/
Dmsg.h129 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word()
134 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word()
139 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits()
144 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits()
164 static inline u32 msg_version(struct tipc_msg *m) in msg_version()
169 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version()
174 static inline u32 msg_user(struct tipc_msg *m) in msg_user()
179 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata()
184 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user()
189 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz()
[all …]
/linux-4.4.14/arch/alpha/include/asm/
Dcore_mcpcia.h77 #define MCPCIA_MID(m) ((unsigned long)(m) << 33) argument
88 #define MCPCIA_SPARSE(m) (IDENT_ADDR + 0xf000000000UL + MCPCIA_MID(m)) argument
89 #define MCPCIA_DENSE(m) (IDENT_ADDR + 0xf100000000UL + MCPCIA_MID(m)) argument
90 #define MCPCIA_IO(m) (IDENT_ADDR + 0xf180000000UL + MCPCIA_MID(m)) argument
91 #define MCPCIA_CONF(m) (IDENT_ADDR + 0xf1c0000000UL + MCPCIA_MID(m)) argument
92 #define MCPCIA_CSR(m) (IDENT_ADDR + 0xf1e0000000UL + MCPCIA_MID(m)) argument
93 #define MCPCIA_IO_IACK(m) (IDENT_ADDR + 0xf1f0000000UL + MCPCIA_MID(m)) argument
94 #define MCPCIA_DENSE_IO(m) (IDENT_ADDR + 0xe1fc000000UL + MCPCIA_MID(m)) argument
95 #define MCPCIA_DENSE_CONF(m) (IDENT_ADDR + 0xe1fe000000UL + MCPCIA_MID(m)) argument
100 #define MCPCIA_REV(m) (MCPCIA_CSR(m) + 0x000) argument
[all …]
Dbitops.h31 int *m = ((int *) addr) + (nr >> 5); in set_bit() local
51 int *m = ((int *) addr) + (nr >> 5); in __set_bit() local
60 int *m = ((int *) addr) + (nr >> 5); in clear_bit() local
87 int *m = ((int *) addr) + (nr >> 5); in __clear_bit() local
103 int *m = ((int *) addr) + (nr >> 5); in change_bit() local
123 int *m = ((int *) addr) + (nr >> 5); in __change_bit() local
133 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit() local
163 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit_lock() local
192 int *m = ((int *) addr) + (nr >> 5); in __test_and_set_bit() local
204 int *m = ((int *) addr) + (nr >> 5); in test_and_clear_bit() local
[all …]
Dxchg.h17 ____xchg(_u8, volatile char *m, unsigned long val) in ____xchg()
41 ____xchg(_u16, volatile short *m, unsigned long val) in ____xchg()
65 ____xchg(_u32, volatile int *m, unsigned long val) in ____xchg()
85 ____xchg(_u64, volatile long *m, unsigned long val) in ____xchg()
137 ____cmpxchg(_u8, volatile char *m, unsigned char old, unsigned char new) in ____cmpxchg()
164 ____cmpxchg(_u16, volatile short *m, unsigned short old, unsigned short new) in ____cmpxchg()
191 ____cmpxchg(_u32, volatile int *m, int old, int new) in ____cmpxchg()
214 ____cmpxchg(_u64, volatile long *m, unsigned long old, unsigned long new) in ____cmpxchg()
/linux-4.4.14/drivers/mfd/
Dmcp-sa11x0.c38 #define MCCR0(m) ((m)->base0 + 0x00) argument
39 #define MCDR0(m) ((m)->base0 + 0x08) argument
40 #define MCDR1(m) ((m)->base0 + 0x0c) argument
41 #define MCDR2(m) ((m)->base0 + 0x10) argument
42 #define MCSR(m) ((m)->base0 + 0x18) argument
43 #define MCCR1(m) ((m)->base1 + 0x00) argument
50 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_telecom_divisor() local
62 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_audio_divisor() local
80 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_write() local
107 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_read() local
[all …]
/linux-4.4.14/fs/
Dpnode.h14 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED) argument
15 #define IS_MNT_SLAVE(m) ((m)->mnt_master) argument
16 #define IS_MNT_NEW(m) (!(m)->mnt_ns) argument
17 #define CLEAR_MNT_SHARED(m) ((m)->mnt.mnt_flags &= ~MNT_SHARED) argument
18 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE) argument
19 #define IS_MNT_MARKED(m) ((m)->mnt.mnt_flags & MNT_MARKED) argument
20 #define SET_MNT_MARK(m) ((m)->mnt.mnt_flags |= MNT_MARKED) argument
21 #define CLEAR_MNT_MARK(m) ((m)->mnt.mnt_flags &= ~MNT_MARKED) argument
22 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED) argument
Dproc_namespace.c20 struct seq_file *m = file->private_data; in mounts_poll() local
42 static int show_sb_opts(struct seq_file *m, struct super_block *sb) in show_sb_opts()
61 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts()
80 static inline void mangle(struct seq_file *m, const char *s) in mangle()
85 static void show_type(struct seq_file *m, struct super_block *sb) in show_type()
94 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt()
128 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo()
188 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat()
242 struct seq_file *m; in mounts_open_common() local
292 struct seq_file *m = file->private_data; in mounts_release() local
Dpnode.c36 struct mount *m = mnt; in get_peer_under_root() local
57 struct mount *m; in get_dominating_id() local
146 static struct mount *propagation_next(struct mount *m, in propagation_next()
167 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group()
210 static int propagate_one(struct mount *m) in propagate_one()
281 struct mount *m, *n; in propagate_mnt() local
347 struct mount *m, *child; in propagate_mount_busy() local
380 struct mount *m, *child; in propagate_mount_unlock() local
398 struct mount *m; in mark_umount_candidates() local
419 struct mount *m; in __propagate_umount() local
Dseq_file.c21 static void seq_set_overflow(struct seq_file *m) in seq_set_overflow()
100 static int traverse(struct seq_file *m, loff_t offset) in traverse()
170 struct seq_file *m = file->private_data; in seq_read() local
321 struct seq_file *m = file->private_data; in seq_lseek() local
367 struct seq_file *m = file->private_data; in seq_release() local
384 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape()
395 void seq_vprintf(struct seq_file *m, const char *f, va_list args) in seq_vprintf()
410 void seq_printf(struct seq_file *m, const char *f, ...) in seq_printf()
461 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path()
489 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path()
[all …]
Dfs_pin.c21 void pin_insert_group(struct fs_pin *pin, struct vfsmount *m, struct hlist_head *p) in pin_insert_group()
30 void pin_insert(struct fs_pin *pin, struct vfsmount *m) in pin_insert()
76 void mnt_pin_kill(struct mount *m) in mnt_pin_kill()
Dnamespace.c195 struct mount *m = container_of(p, struct mount, mnt_umount); in drop_mountpoint() local
343 int __mnt_want_write(struct vfsmount *m) in __mnt_want_write()
382 int mnt_want_write(struct vfsmount *m) in mnt_want_write()
681 struct vfsmount *m; in lookup_mnt() local
890 struct mount *m; in commit_tree() local
1139 struct mount *m = real_mount(mnt); in mntput() local
1166 static inline void mangle(struct seq_file *m, const char *s) in mangle()
1177 int generic_show_options(struct seq_file *m, struct dentry *root) in generic_show_options()
1227 static void *m_start(struct seq_file *m, loff_t *pos) in m_start()
1248 static void *m_next(struct seq_file *m, void *v, loff_t *pos) in m_next()
[all …]
/linux-4.4.14/arch/ia64/include/asm/
Dbitops.h42 volatile __u32 *m; in set_bit() local
45 m = (volatile __u32 *) addr + (nr >> 5); in set_bit() local
83 volatile __u32 *m; in clear_bit() local
86 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit() local
107 volatile __u32 *m; in clear_bit_unlock() local
110 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit_unlock() local
130 __u32 * const m = (__u32 *) addr + (nr >> 5); in __clear_bit_unlock() local
164 volatile __u32 *m; in change_bit() local
167 m = (volatile __u32 *) addr + (nr >> 5); in change_bit() local
203 volatile __u32 *m; in test_and_set_bit() local
[all …]
/linux-4.4.14/kernel/rcu/
Dtree_trace.c56 struct seq_file *m = (struct seq_file *)file->private_data; in r_open() local
62 static void *r_start(struct seq_file *m, loff_t *pos) in r_start()
71 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next()
77 static void r_stop(struct seq_file *m, void *v) in r_stop()
81 static int show_rcubarrier(struct seq_file *m, void *v) in show_rcubarrier()
114 static void print_one_rcu_data(struct seq_file *m, struct rcu_data *rdp) in print_one_rcu_data()
158 static int show_rcudata(struct seq_file *m, void *v) in show_rcudata()
184 static int show_rcuexp(struct seq_file *m, void *v) in show_rcuexp()
215 static void print_one_rcu_node_boost(struct seq_file *m, struct rcu_node *rnp) in print_one_rcu_node_boost()
238 static int show_rcu_node_boost(struct seq_file *m, void *unused) in show_rcu_node_boost()
[all …]
/linux-4.4.14/arch/mips/include/asm/
Dbitops.h70 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in set_bit() local
122 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in clear_bit() local
190 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in change_bit() local
203 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in change_bit() local
237 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit() local
252 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit() local
291 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit_lock() local
306 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit_lock() local
346 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_clear_bit() local
363 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_clear_bit() local
[all …]
Dcmpxchg.h16 static inline unsigned long __xchg_u32(volatile int * m, unsigned int val) in __xchg_u32()
69 static inline __u64 __xchg_u64(volatile __u64 * m, __u64 val) in __xchg_u64()
141 #define __cmpxchg_asm(ld, st, m, old, new) \ argument
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_proc.c15 static int prism2_debug_proc_show(struct seq_file *m, void *v) in prism2_debug_proc_show()
60 static int prism2_stats_proc_show(struct seq_file *m, void *v) in prism2_stats_proc_show()
110 static int prism2_wds_proc_show(struct seq_file *m, void *v) in prism2_wds_proc_show()
122 static void *prism2_wds_proc_start(struct seq_file *m, loff_t *_pos) in prism2_wds_proc_start()
129 static void *prism2_wds_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_wds_proc_next()
135 static void prism2_wds_proc_stop(struct seq_file *m, void *v) in prism2_wds_proc_stop()
152 struct seq_file *m = file->private_data; in prism2_wds_proc_open() local
166 static int prism2_bss_list_proc_show(struct seq_file *m, void *v) in prism2_bss_list_proc_show()
193 static void *prism2_bss_list_proc_start(struct seq_file *m, loff_t *_pos) in prism2_bss_list_proc_start()
200 static void *prism2_bss_list_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_bss_list_proc_next()
[all …]
Dhostap_download.c184 static int prism2_download_aux_dump_proc_show(struct seq_file *m, void *v) in prism2_download_aux_dump_proc_show()
193 static void *prism2_download_aux_dump_proc_start(struct seq_file *m, loff_t *_pos) in prism2_download_aux_dump_proc_start()
202 static void *prism2_download_aux_dump_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_download_aux_dump_proc_next()
210 static void prism2_download_aux_dump_proc_stop(struct seq_file *m, void *v) in prism2_download_aux_dump_proc_stop()
228 struct seq_file *m = file->private_data; in prism2_download_aux_dump_proc_open() local
/linux-4.4.14/arch/x86/kernel/cpu/
Dproc.c10 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core()
25 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
44 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
55 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
140 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
148 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
154 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/arch/s390/kernel/
Dsysinfo.c54 static void stsi_1_1_1(struct seq_file *m, struct sysinfo_1_1_1 *info) in stsi_1_1_1()
112 static void stsi_15_1_x(struct seq_file *m, struct sysinfo_15_1_x *info) in stsi_15_1_x()
135 static void stsi_1_2_2(struct seq_file *m, struct sysinfo_1_2_2 *info) in stsi_1_2_2()
174 static void stsi_2_2_2(struct seq_file *m, struct sysinfo_2_2_2 *info) in stsi_2_2_2()
207 static void print_ext_name(struct seq_file *m, int lvl, in print_ext_name()
227 static void print_uuid(struct seq_file *m, int i, struct sysinfo_3_2_2 *info) in print_uuid()
234 static void stsi_3_2_2(struct seq_file *m, struct sysinfo_3_2_2 *info) in stsi_3_2_2()
256 static int sysinfo_show(struct seq_file *m, void *v) in sysinfo_show()
338 static void *service_level_start(struct seq_file *m, loff_t *pos) in service_level_start()
344 static void *service_level_next(struct seq_file *m, void *p, loff_t *pos) in service_level_next()
[all …]
Dprocessor.c58 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
94 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
99 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
105 static void c_stop(struct seq_file *m, void *v) in c_stop()
Ddiag.c48 static int show_diag_stat(struct seq_file *m, void *v) in show_diag_stat()
77 static void *show_diag_stat_start(struct seq_file *m, loff_t *pos) in show_diag_stat_start()
82 static void *show_diag_stat_next(struct seq_file *m, void *v, loff_t *pos) in show_diag_stat_next()
88 static void show_diag_stat_stop(struct seq_file *m, void *v) in show_diag_stat_stop()
/linux-4.4.14/kernel/locking/
Dlockdep_proc.c26 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next()
31 static void *l_start(struct seq_file *m, loff_t *pos) in l_start()
36 static void l_stop(struct seq_file *m, void *v) in l_stop()
40 static void print_name(struct seq_file *m, struct lock_class *class) in print_name()
57 static int l_show(struct seq_file *m, void *v) in l_show()
116 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start()
127 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next()
133 static void lc_stop(struct seq_file *m, void *v) in lc_stop()
137 static int lc_show(struct seq_file *m, void *v) in lc_show()
184 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show()
[all …]
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce-inject.c32 static void inject_mce(struct mce *m) in inject_mce()
50 static void raise_poll(struct mce *m) in raise_poll()
62 static void raise_exception(struct mce *m, struct pt_regs *pregs) in raise_exception()
86 struct mce *m = this_cpu_ptr(&injectm); in mce_raise_notify() local
100 struct mce *m = this_cpu_ptr(&injectm); in mce_irq_ipi() local
112 struct mce *m = this_cpu_ptr(&injectm); in raise_local() local
146 static void raise_mce(struct mce *m) in raise_mce()
209 struct mce m; in mce_write() local
Dmce-apei.c43 struct mce m; in apei_mce_report_mem_error() local
80 int apei_write_mce(struct mce *m) in apei_write_mce()
112 ssize_t apei_read_mce(struct mce *m, u64 *record_id) in apei_read_mce()
Dmce.c126 void mce_setup(struct mce *m) in mce_setup()
202 void mce_inject_log(struct mce *m) in mce_inject_log()
228 static void print_mce(struct mce *m) in print_mce()
313 struct mce *m = &mcelog.entry[i]; in mce_panic() local
324 struct mce *m = &mcelog.entry[i]; in mce_panic() local
414 static inline void mce_gather_info(struct mce *m, struct pt_regs *regs) in mce_gather_info()
502 static void mce_read_aux(struct mce *m, int i) in mce_read_aux()
520 static bool memory_error(struct mce *m) in memory_error()
571 struct mce m; in machine_check_poll() local
655 static int mce_no_way_out(struct mce *m, char **msg, unsigned long *validp, in mce_no_way_out()
[all …]
Dmce-severity.c48 #define MCESEV(s, m, c...) { .sev = MCE_ ## s ## _SEVERITY, .msg = m, ## c } argument
184 static int error_context(struct mce *m) in error_context()
193 static int mce_severity_amd(struct mce *m, int tolerant, char **msg, bool is_excp) in mce_severity_amd()
243 static int mce_severity_intel(struct mce *m, int tolerant, char **msg, bool is_excp) in mce_severity_intel()
/linux-4.4.14/fs/notify/
Dfdinfo.c23 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo()
24 void (*show)(struct seq_file *m, in show_fdinfo()
40 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle()
67 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle()
74 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo()
102 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo()
111 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
140 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
Dvfsmount_mark.c43 struct mount *m = real_mount(mnt); in fsnotify_recalc_vfsmount_mask() local
53 struct mount *m = real_mount(mnt); in fsnotify_destroy_vfsmount_mark() local
74 struct mount *m = real_mount(mnt); in fsnotify_find_vfsmount_mark() local
93 struct mount *m = real_mount(mnt); in fsnotify_add_vfsmount_mark() local
/linux-4.4.14/drivers/block/drbd/
Ddrbd_debugfs.c24 static void seq_print_age_or_dash(struct seq_file *m, bool valid, unsigned long dt) in seq_print_age_or_dash()
32 static void __seq_print_rq_state_bit(struct seq_file *m, in __seq_print_rq_state_bit()
46 static void seq_print_rq_state_bit(struct seq_file *m, in seq_print_rq_state_bit()
53 static void seq_print_request_state(struct seq_file *m, struct drbd_request *req) in seq_print_request_state()
95 static void seq_print_one_request(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_one_request()
121 static void seq_print_minor_vnr_req(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_minor_vnr_req()
127 static void seq_print_resource_pending_meta_io(struct seq_file *m, struct drbd_resource *resource, … in seq_print_resource_pending_meta_io()
155 static void seq_print_waiting_for_AL(struct seq_file *m, struct drbd_resource *resource, unsigned l… in seq_print_waiting_for_AL()
190 static void seq_print_device_bitmap_io(struct seq_file *m, struct drbd_device *device, unsigned lon… in seq_print_device_bitmap_io()
215 static void seq_print_resource_pending_bitmap_io(struct seq_file *m, struct drbd_resource *resource… in seq_print_resource_pending_bitmap_io()
[all …]
/linux-4.4.14/drivers/md/
Ddm-mpath.c52 struct multipath *m; /* Owning multipath instance */ member
186 struct multipath *m; in alloc_multipath() local
210 static void free_multipath(struct multipath *m) in free_multipath()
225 static int set_mapinfo(struct multipath *m, union map_info *info) in set_mapinfo()
239 static void clear_mapinfo(struct multipath *m, union map_info *info) in clear_mapinfo()
251 static int __pg_init_all_paths(struct multipath *m) in __pg_init_all_paths()
280 static void __switch_pg(struct multipath *m, struct pgpath *pgpath) in __switch_pg()
296 static int __choose_path_in_pg(struct multipath *m, struct priority_group *pg, in __choose_path_in_pg()
313 static void __choose_pgpath(struct multipath *m, size_t nr_bytes) in __choose_pgpath()
369 static int __must_push_back(struct multipath *m) in __must_push_back()
[all …]
Ddm-raid1.c147 struct mirror *m; member
168 static void bio_set_m(struct bio *bio, struct mirror *m) in bio_set_m()
178 static void set_default_mirror(struct mirror *m) in set_default_mirror()
188 struct mirror *m; in get_valid_mirror() local
211 static void fail_mirror(struct mirror *m, enum dm_raid1_error error_type) in fail_mirror()
261 struct mirror *m; in mirror_flush() local
300 int m, bit = 0; in recovery_complete() local
333 struct mirror *m; in recover() local
377 unsigned int m; in reset_ms_flags() local
423 struct mirror *m = get_default_mirror(ms); in choose_mirror() local
[all …]
/linux-4.4.14/drivers/mailbox/
Dpl320-ipc.c31 #define IPCMxSOURCE(m) ((m) * 0x40) argument
32 #define IPCMxDSET(m) (((m) * 0x40) + 0x004) argument
33 #define IPCMxDCLEAR(m) (((m) * 0x40) + 0x008) argument
34 #define IPCMxDSTATUS(m) (((m) * 0x40) + 0x00C) argument
35 #define IPCMxMODE(m) (((m) * 0x40) + 0x010) argument
36 #define IPCMxMSET(m) (((m) * 0x40) + 0x014) argument
37 #define IPCMxMCLEAR(m) (((m) * 0x40) + 0x018) argument
38 #define IPCMxMSTATUS(m) (((m) * 0x40) + 0x01C) argument
39 #define IPCMxSEND(m) (((m) * 0x40) + 0x020) argument
40 #define IPCMxDR(m, dr) (((m) * 0x40) + ((dr) * 4) + 0x024) argument
/linux-4.4.14/drivers/isdn/act2000/
Dcapi.c135 actcapi_msg *m; in actcapi_listen_req() local
157 actcapi_msg *m; in actcapi_connect_req() local
183 actcapi_msg *m; in actcapi_connect_b3_req() local
202 actcapi_msg *m; in actcapi_manufacturer_req_net() local
253 actcapi_msg *m; in actcapi_manufacturer_req_errh() local
275 actcapi_msg *m; in actcapi_manufacturer_req_msn() local
304 actcapi_msg *m; in actcapi_select_b2_protocol_req() local
339 actcapi_msg *m; in actcapi_select_b3_protocol_req() local
360 actcapi_msg *m; in actcapi_listen_b3_req() local
372 actcapi_msg *m; in actcapi_disconnect_req() local
[all …]
/linux-4.4.14/include/uapi/linux/
Dstat.h19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
20 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
22 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
23 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
24 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
25 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
/linux-4.4.14/arch/sh/kernel/cpu/
Dproc.c46 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags()
64 static void show_cacheinfo(struct seq_file *m, const char *type, in show_cacheinfo()
78 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
132 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
136 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
141 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/arch/arm/vfp/
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-4.4.14/kernel/time/
Dtimer_list.c37 static void SEQ_printf(struct seq_file *m, const char *fmt, ...) in SEQ_printf()
51 static void print_name_offset(struct seq_file *m, void *sym) in print_name_offset()
62 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, in print_timer()
89 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers()
125 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
143 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu()
206 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) in print_tickdevice()
273 static void timer_list_show_tickdevices_header(struct seq_file *m) in timer_list_show_tickdevices_header()
288 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header()
296 static int timer_list_show(struct seq_file *m, void *v) in timer_list_show()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_info.c48 int drm_name_info(struct seq_file *m, void *data) in drm_name_info()
73 int drm_vm_info(struct seq_file *m, void *data) in drm_vm_info()
117 int drm_bufs_info(struct seq_file *m, void *data) in drm_bufs_info()
160 int drm_clients_info(struct seq_file *m, void *data) in drm_clients_info()
201 struct seq_file *m = data; in drm_gem_one_name_info() local
210 int drm_gem_name_info(struct seq_file *m, void *data) in drm_gem_name_info()
Ddrm_debugfs.c240 static int connector_show(struct seq_file *m, void *data) in connector_show()
281 struct seq_file *m = file->private_data; in connector_write() local
307 static int edid_show(struct seq_file *m, void *data) in edid_show()
328 struct seq_file *m = file->private_data; in edid_write() local
/linux-4.4.14/drivers/xen/xenfs/
Dxensyms.c65 static void *xensyms_start(struct seq_file *m, loff_t *pos) in xensyms_start()
77 static void *xensyms_next(struct seq_file *m, void *p, loff_t *pos) in xensyms_next()
89 static int xensyms_show(struct seq_file *m, void *p) in xensyms_show()
100 static void xensyms_stop(struct seq_file *m, void *p) in xensyms_stop()
113 struct seq_file *m; in xensyms_open() local
140 struct seq_file *m = file->private_data; in xensyms_release() local
/linux-4.4.14/fs/proc/
Darray.c91 static inline void task_name(struct seq_file *m, struct task_struct *p) in task_name()
142 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state()
220 void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t()
257 static inline void task_sig(struct seq_file *m, struct task_struct *p) in task_sig()
295 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t()
308 static inline void task_cap(struct seq_file *m, struct task_struct *p) in task_cap()
330 static inline void task_seccomp(struct seq_file *m, struct task_struct *p) in task_seccomp()
337 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts()
346 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed()
354 int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, in proc_pid_status()
[all …]
Dnommu.c37 static int nommu_region_show(struct seq_file *m, struct vm_region *region) in nommu_region_show()
78 static int nommu_region_list_show(struct seq_file *m, void *_p) in nommu_region_list_show()
85 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) in nommu_region_list_start()
98 static void nommu_region_list_stop(struct seq_file *m, void *v) in nommu_region_list_stop()
103 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
Dproc_tty.c26 static void show_tty_range(struct seq_file *m, struct tty_driver *p, in show_tty_range()
67 static int show_tty_driver(struct seq_file *m, void *v) in show_tty_driver()
104 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
110 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
115 static void t_stop(struct seq_file *m, void *v) in t_stop()
Dtask_nommu.c18 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem()
148 static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma, in nommu_vma_show()
208 static int show_map(struct seq_file *m, void *_p, int is_pid) in show_map()
216 static int show_pid_map(struct seq_file *m, void *_p) in show_pid_map()
221 static int show_tid_map(struct seq_file *m, void *_p) in show_tid_map()
226 static void *m_start(struct seq_file *m, loff_t *pos) in m_start()
253 static void m_stop(struct seq_file *m, void *_vml) in m_stop()
267 static void *m_next(struct seq_file *m, void *_p, loff_t *pos) in m_next()
Dconsoles.c16 static int show_console_dev(struct seq_file *m, void *v) in show_console_dev()
63 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
76 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
83 static void c_stop(struct seq_file *m, void *v) in c_stop()
Dmeminfo.c22 void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) in arch_report_meminfo()
26 static int meminfo_proc_show(struct seq_file *m, void *v) in meminfo_proc_show()
Dtask_mmu.c23 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem()
136 static void m_cache_vma(struct seq_file *m, struct vm_area_struct *vma) in m_cache_vma()
142 static void *m_start(struct seq_file *m, loff_t *ppos) in m_start()
189 static void *m_next(struct seq_file *m, void *v, loff_t *pos) in m_next()
201 static void m_stop(struct seq_file *m, void *v) in m_stop()
271 show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid) in show_map_vma()
365 static int show_map(struct seq_file *m, void *v, int is_pid) in show_map()
372 static int show_pid_map(struct seq_file *m, void *v) in show_pid_map()
377 static int show_tid_map(struct seq_file *m, void *v) in show_tid_map()
573 static void show_smap_vma_flags(struct seq_file *m, struct vm_area_struct *vma) in show_smap_vma_flags()
[all …]
/linux-4.4.14/crypto/
Drsa.c21 static int _rsa_enc(const struct rsa_key *key, MPI c, MPI m) in _rsa_enc()
35 static int _rsa_dec(const struct rsa_key *key, MPI m, MPI c) in _rsa_dec()
49 static int _rsa_sign(const struct rsa_key *key, MPI s, MPI m) in _rsa_sign()
63 static int _rsa_verify(const struct rsa_key *key, MPI m, MPI s) in _rsa_verify()
82 MPI m, c = mpi_alloc(0); in rsa_enc() local
127 MPI c, m = mpi_alloc(0); in rsa_dec() local
171 MPI m, s = mpi_alloc(0); in rsa_sign() local
216 MPI s, m = mpi_alloc(0); in rsa_verify() local
Dproc.c25 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
31 static void *c_next(struct seq_file *m, void *p, loff_t *pos) in c_next()
36 static void c_stop(struct seq_file *m, void *p) in c_stop()
41 static int c_show(struct seq_file *m, void *p) in c_show()
/linux-4.4.14/net/can/
Dproc.c193 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist()
208 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner()
218 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show()
289 static int can_reset_stats_proc_show(struct seq_file *m, void *v) in can_reset_stats_proc_show()
320 static int can_version_proc_show(struct seq_file *m, void *v) in can_version_proc_show()
339 static inline void can_rcvlist_proc_show_one(struct seq_file *m, int idx, in can_rcvlist_proc_show_one()
351 static int can_rcvlist_proc_show(struct seq_file *m, void *v) in can_rcvlist_proc_show()
391 static inline void can_rcvlist_proc_show_array(struct seq_file *m, in can_rcvlist_proc_show_array()
416 static int can_rcvlist_sff_proc_show(struct seq_file *m, void *v) in can_rcvlist_sff_proc_show()
459 static int can_rcvlist_eff_proc_show(struct seq_file *m, void *v) in can_rcvlist_eff_proc_show()
/linux-4.4.14/arch/microblaze/kernel/cpu/
Dmb.c28 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
136 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
143 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
149 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_debugfs.c75 static int i915_capabilities(struct seq_file *m, void *data) in i915_capabilities()
130 describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) in describe_obj()
194 static void describe_ctx(struct seq_file *m, struct intel_context *ctx) in describe_ctx()
201 static int i915_gem_object_list_info(struct seq_file *m, void *data) in i915_gem_object_list_info()
263 static int i915_gem_stolen_list_info(struct seq_file *m, void *data) in i915_gem_stolen_list_info()
384 #define print_file_stats(m, name, stats) do { \ argument
397 static void print_batch_pool_stats(struct seq_file *m, in print_batch_pool_stats()
430 static int i915_gem_object_info(struct seq_file *m, void* data) in i915_gem_object_info()
528 static int i915_gem_gtt_info(struct seq_file *m, void *data) in i915_gem_gtt_info()
563 static int i915_gem_pageflip_info(struct seq_file *m, void *data) in i915_gem_pageflip_info()
[all …]
/linux-4.4.14/arch/x86/kernel/
Dmpparse.c49 int __init default_mpc_apic_id(struct mpc_cpu *m) in default_mpc_apic_id()
54 static void __init MP_processor_info(struct mpc_cpu *m) in MP_processor_info()
76 void __init default_mpc_oem_bus_info(struct mpc_bus *m, char *str) in default_mpc_oem_bus_info()
83 static void __init MP_bus_info(struct mpc_bus *m) in MP_bus_info()
116 static void __init MP_ioapic_info(struct mpc_ioapic *m) in MP_ioapic_info()
137 static inline void __init MP_bus_info(struct mpc_bus *m) {} in MP_bus_info()
138 static inline void __init MP_ioapic_info(struct mpc_ioapic *m) {} in MP_ioapic_info()
141 static void __init MP_lintsrc_info(struct mpc_lintsrc *m) in MP_lintsrc_info()
641 static int __init get_MP_intsrc_index(struct mpc_intsrc *m) in get_MP_intsrc_index()
680 static void __init check_irq_src(struct mpc_intsrc *m, int *nr_m_spare) in check_irq_src()
[all …]
/linux-4.4.14/arch/x86/mm/
Ddump_pagetables.c105 #define pt_dump_seq_printf(m, to_dmesg, fmt, args...) \ argument
114 #define pt_dump_cont_printf(m, to_dmesg, fmt, args...) \ argument
126 static void printk_prot(struct seq_file *m, pgprot_t prot, int level, bool dmsg) in printk_prot()
192 static void note_page(struct seq_file *m, struct pg_state *st, in note_page()
279 static void walk_pte_level(struct seq_file *m, struct pg_state *st, pmd_t addr, in walk_pte_level()
297 static void walk_pmd_level(struct seq_file *m, struct pg_state *st, pud_t addr, in walk_pmd_level()
322 #define walk_pmd_level(m,s,a,p) walk_pte_level(m,s,__pmd(pud_val(a)),p) argument
329 static void walk_pud_level(struct seq_file *m, struct pg_state *st, pgd_t addr, in walk_pud_level()
356 #define walk_pud_level(m,s,a,p) walk_pmd_level(m,s,__pud(pgd_val(a)),p) argument
376 static void ptdump_walk_pgd_level_core(struct seq_file *m, pgd_t *pgd, in ptdump_walk_pgd_level_core()
[all …]
/linux-4.4.14/fs/afs/
Dproc.c160 struct seq_file *m; in afs_proc_cells_open() local
177 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start()
203 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show()
396 struct seq_file *m; in afs_proc_cell_volumes_open() local
417 static void *afs_proc_cell_volumes_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_volumes_start()
463 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show()
494 struct seq_file *m; in afs_proc_cell_vlservers_open() local
515 static void *afs_proc_cell_vlservers_start(struct seq_file *m, loff_t *_pos) in afs_proc_cell_vlservers_start()
568 static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v) in afs_proc_cell_vlservers_show()
590 struct seq_file *m; in afs_proc_cell_servers_open() local
[all …]
/linux-4.4.14/arch/avr32/mach-at32ap/include/mach/
Dhmatrix.h22 #define HMATRIX_MCFG(m) (0x0000 + 4 * (m)) argument
36 # define HMATRIX_SCFG_FIXED_DEFMSTR(m) ((m) << 18) /* Fixed master ID */ argument
42 # define HMATRIX_PRAS_PRIO(m, p) ((p) << ((m) * 4)) argument
46 # define HMATRIX_PRBS_PRIO(m, p) ((p) << (((m) - 8) * 4)) argument
50 # define HMATRIX_MRCR_REMAP(m) ( 1 << (m)) /* Remap master m */ argument
/linux-4.4.14/kernel/sched/
Ddebug.c28 #define SEQ_printf(m, x...) \ argument
62 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats()
112 print_task(struct seq_file *m, struct rq *rq, struct task_struct *p) in print_task()
145 static void print_rq(struct seq_file *m, struct rq *rq, int rq_cpu) in print_rq()
166 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
237 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq()
259 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq()
267 static void print_cpu(struct seq_file *m, int cpu) in print_cpu()
347 static void sched_debug_header(struct seq_file *m) in sched_debug_header()
399 static int sched_debug_show(struct seq_file *m, void *v) in sched_debug_show()
[all …]
/linux-4.4.14/drivers/input/misc/
Dmma8450.c61 static int mma8450_read(struct mma8450 *m, unsigned off) in mma8450_read()
75 static int mma8450_write(struct mma8450 *m, unsigned off, u8 v) in mma8450_write()
91 static int mma8450_read_block(struct mma8450 *m, unsigned off, in mma8450_read_block()
110 struct mma8450 *m = dev->private; in mma8450_poll() local
139 struct mma8450 *m = dev->private; in mma8450_open() local
161 struct mma8450 *m = dev->private; in mma8450_close() local
174 struct mma8450 *m; in mma8450_probe() local
/linux-4.4.14/drivers/input/mouse/
Dsynaptics.h36 #define SYN_MODEL_ROT180(m) ((m) & (1 << 23)) argument
37 #define SYN_MODEL_PORTRAIT(m) ((m) & (1 << 22)) argument
38 #define SYN_MODEL_SENSOR(m) (((m) >> 16) & 0x3f) argument
39 #define SYN_MODEL_HARDWARE(m) (((m) >> 9) & 0x7f) argument
40 #define SYN_MODEL_NEWABS(m) ((m) & (1 << 7)) argument
41 #define SYN_MODEL_PEN(m) ((m) & (1 << 6)) argument
42 #define SYN_MODEL_SIMPLIC(m) ((m) & (1 << 5)) argument
43 #define SYN_MODEL_GEOMETRY(m) ((m) & 0x0f) argument
57 #define SYN_MEXT_CAP_BIT(m) ((m) & (1 << 1)) argument
119 #define SYN_MODE_ABSOLUTE(m) ((m) & (1 << 7)) argument
[all …]
/linux-4.4.14/arch/hexagon/kernel/
Dsetup.c108 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
113 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
119 static void c_stop(struct seq_file *m, void *v) in c_stop()
127 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
/linux-4.4.14/net/sched/
Dem_text.c30 #define EM_TEXT_PRIV(m) ((struct text_match *) (m)->data) argument
32 static int em_text_match(struct sk_buff *skb, struct tcf_ematch *m, in em_text_match()
48 struct tcf_ematch *m) in em_text_change()
102 static void em_text_destroy(struct tcf_ematch *m) in em_text_destroy()
108 static int em_text_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_text_dump()
Dem_canid.c91 static inline struct canid_match *em_canid_priv(struct tcf_ematch *m) in em_canid_priv()
96 static int em_canid_match(struct sk_buff *skb, struct tcf_ematch *m, in em_canid_match()
124 struct tcf_ematch *m) in em_canid_change()
186 static void em_canid_destroy(struct tcf_ematch *m) in em_canid_destroy()
193 static int em_canid_dump(struct sk_buff *skb, struct tcf_ematch *m) in em_canid_dump()
Dact_mirred.c38 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release() local
59 struct tcf_mirred *m; in tcf_mirred_init() local
142 struct tcf_mirred *m = a->priv; in tcf_mirred() local
199 struct tcf_mirred *m = a->priv; in tcf_mirred_dump() local
228 struct tcf_mirred *m; in mirred_device_event() local
Dsch_teql.c69 struct teql_master *m; member
106 struct net_device *m = qdisc_dev(q); in teql_dequeue() local
173 struct teql_master *m = (struct teql_master *)sch->ops; in teql_qdisc_init() local
359 struct teql_master *m = netdev_priv(dev); in teql_master_open() local
407 struct teql_master *m = netdev_priv(dev); in teql_master_stats64() local
418 struct teql_master *m = netdev_priv(dev); in teql_master_mtu() local
/linux-4.4.14/arch/blackfin/kernel/
Dcplbinfo.c37 static void cplbinfo_print_header(struct seq_file *m) in cplbinfo_print_header()
47 static int cplbinfo_show(struct seq_file *m, void *p) in cplbinfo_show()
82 static void *cplbinfo_start(struct seq_file *m, loff_t *pos) in cplbinfo_start()
98 static void *cplbinfo_next(struct seq_file *m, void *p, loff_t *pos) in cplbinfo_next()
108 static void cplbinfo_stop(struct seq_file *m, void *p) in cplbinfo_stop()
127 struct seq_file *m; in cplbinfo_open() local
Dbfin_gpio.c144 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)] argument
145 #define is_reserved(m, i, e) (map_entry(m, i) & gpio_bit(i)) argument
146 #define reserve(m, i) (map_entry(m, i) |= gpio_bit(i)) argument
147 #define unreserve(m, i) (map_entry(m, i) &= ~gpio_bit(i)) argument
148 #define DECLARE_RESERVED_MAP(m, c) static unsigned short reserved_##m##_map[c] argument
230 u16 m, pmux, pfunc, mask; in portmux_group_check() local
1107 static int gpio_proc_show(struct seq_file *m, void *v) in gpio_proc_show()
/linux-4.4.14/drivers/edac/
Dmce_amd.c292 static void decode_mc0_mce(struct mce *m) in decode_mc0_mce()
402 static void decode_mc1_mce(struct mce *m) in decode_mc1_mce()
548 static void decode_mc2_mce(struct mce *m) in decode_mc2_mce()
559 static void decode_mc3_mce(struct mce *m) in decode_mc3_mce()
588 static void decode_mc4_mce(struct mce *m) in decode_mc4_mce()
646 static void decode_mc5_mce(struct mce *m) in decode_mc5_mce()
678 static void decode_mc6_mce(struct mce *m) in decode_mc6_mce()
721 static bool amd_filter_mce(struct mce *m) in amd_filter_mce()
734 static const char *decode_error_status(struct mce *m) in decode_error_status()
752 struct mce *m = (struct mce *)data; in amd_decode_mce() local
/linux-4.4.14/arch/ia64/kernel/
Dpalinfo.c126 static void bitvector_process(struct seq_file *m, u64 vector) in bitvector_process()
150 static void bitregister_process(struct seq_file *m, u64 *reg_info, int max) in bitregister_process()
182 static int power_info(struct seq_file *m) in power_info()
211 static int cache_info(struct seq_file *m) in cache_info()
289 static int vm_info(struct seq_file *m) in vm_info()
419 static int register_info(struct seq_file *m) in register_info()
518 static void feature_set_info(struct seq_file *m, u64 avail, u64 status, u64 control, in feature_set_info()
551 static int processor_info(struct seq_file *m) in processor_info()
600 static int bus_info(struct seq_file *m) in bus_info()
626 static int version_info(struct seq_file *m) in version_info()
[all …]
/linux-4.4.14/mm/
Dvmstat.c877 static void *frag_start(struct seq_file *m, loff_t *pos) in frag_start()
890 static void *frag_next(struct seq_file *m, void *arg, loff_t *pos) in frag_next()
898 static void frag_stop(struct seq_file *m, void *arg) in frag_stop()
903 static void walk_zones_in_node(struct seq_file *m, pg_data_t *pgdat, in walk_zones_in_node()
904 void (*print)(struct seq_file *m, pg_data_t *, struct zone *)) in walk_zones_in_node()
935 static void frag_show_print(struct seq_file *m, pg_data_t *pgdat, in frag_show_print()
949 static int frag_show(struct seq_file *m, void *arg) in frag_show()
956 static void pagetypeinfo_showfree_print(struct seq_file *m, in pagetypeinfo_showfree_print()
982 static int pagetypeinfo_showfree(struct seq_file *m, void *arg) in pagetypeinfo_showfree()
998 static void pagetypeinfo_showblockcount_print(struct seq_file *m, in pagetypeinfo_showblockcount_print()
[all …]
/linux-4.4.14/include/linux/
Dseq_file.h55 static inline bool seq_has_overflowed(struct seq_file *m) in seq_has_overflowed()
68 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf()
88 static inline void seq_commit(struct seq_file *m, int num) in seq_commit()
106 static inline void seq_setwidth(struct seq_file *m, size_t size) in seq_setwidth()
163 static inline void seq_show_option(struct seq_file *m, const char *name, in seq_show_option()
185 #define seq_show_option_n(m, name, value, length) { \ argument
Dsyscalls.h92 #define __MAP0(m,...) argument
93 #define __MAP1(m,t,a) m(t,a) argument
94 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument
95 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument
96 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument
97 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument
98 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument
Djiffies.h299 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies()
310 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies()
321 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies()
354 static __always_inline unsigned long msecs_to_jiffies(const unsigned int m) in msecs_to_jiffies()
/linux-4.4.14/arch/tile/kernel/
Dproc.c43 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
75 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
79 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
84 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/fs/fscache/
Dhistogram.c27 static int fscache_histogram_show(struct seq_file *m, void *v) in fscache_histogram_show()
60 static void *fscache_histogram_start(struct seq_file *m, loff_t *_pos) in fscache_histogram_start()
72 static void *fscache_histogram_next(struct seq_file *m, void *v, loff_t *pos) in fscache_histogram_next()
82 static void fscache_histogram_stop(struct seq_file *m, void *v) in fscache_histogram_stop()
Dobject-list.c138 static void *fscache_objlist_start(struct seq_file *m, loff_t *_pos) in fscache_objlist_start()
148 static void *fscache_objlist_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_objlist_next()
157 static void fscache_objlist_stop(struct seq_file *m, void *v) in fscache_objlist_stop()
166 static int fscache_objlist_show(struct seq_file *m, void *v) in fscache_objlist_show()
399 struct seq_file *m = file->private_data; in fscache_objlist_release() local
/linux-4.4.14/arch/mips/kernel/
Dproc.c35 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
153 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
160 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
166 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/arch/sh/math-emu/
Dmath.c79 fcmp_gt(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_gt()
90 fcmp_eq(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_eq()
106 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fadd()
113 fsub(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fsub()
120 fmul(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmul()
127 fdiv(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fdiv()
134 fmac(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmac()
155 fmov_idx_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_idx_reg()
171 fmov_mem_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_mem_reg()
187 fmov_inc_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_inc_reg()
[all …]
/linux-4.4.14/arch/s390/mm/
Ddump_pagetables.c42 static void print_prot(struct seq_file *m, unsigned int pr, int level) in print_prot()
56 static void note_page(struct seq_file *m, struct pg_state *st, in note_page()
110 static void walk_pte_level(struct seq_file *m, struct pg_state *st, in walk_pte_level()
126 static void walk_pmd_level(struct seq_file *m, struct pg_state *st, in walk_pmd_level()
148 static void walk_pud_level(struct seq_file *m, struct pg_state *st, in walk_pud_level()
170 static void walk_pgd_level(struct seq_file *m) in walk_pgd_level()
192 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show()
/linux-4.4.14/drivers/s390/block/
Ddasd_proc.c35 dasd_devices_show(struct seq_file *m, void *v) in dasd_devices_show()
109 static void *dasd_devices_start(struct seq_file *m, loff_t *pos) in dasd_devices_start()
116 static void *dasd_devices_next(struct seq_file *m, void *v, loff_t *pos) in dasd_devices_next()
122 static void dasd_devices_stop(struct seq_file *m, void *v) in dasd_devices_stop()
196 static void dasd_statistics_array(struct seq_file *m, unsigned int *array, int factor) in dasd_statistics_array()
209 static int dasd_stats_proc_show(struct seq_file *m, void *v) in dasd_stats_proc_show()
/linux-4.4.14/include/linux/isdn/
Dcapiutil.h19 #define CAPIMSG_U8(m, off) (m[off]) argument
20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument
21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) 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
[all …]
/linux-4.4.14/fs/cachefiles/
Dproc.c24 static int cachefiles_histogram_show(struct seq_file *m, void *v) in cachefiles_histogram_show()
54 static void *cachefiles_histogram_start(struct seq_file *m, loff_t *_pos) in cachefiles_histogram_start()
66 static void *cachefiles_histogram_next(struct seq_file *m, void *v, loff_t *pos) in cachefiles_histogram_next()
76 static void cachefiles_histogram_stop(struct seq_file *m, void *v) in cachefiles_histogram_stop()
/linux-4.4.14/drivers/ide/
Dide-disk_proc.c43 static int idedisk_cache_proc_show(struct seq_file *m, void *v) in idedisk_cache_proc_show()
67 static int idedisk_capacity_proc_show(struct seq_file *m, void *v) in idedisk_capacity_proc_show()
88 static int __idedisk_proc_show(struct seq_file *m, ide_drive_t *drive, u8 sub_cmd) in __idedisk_proc_show()
111 static int idedisk_sv_proc_show(struct seq_file *m, void *v) in idedisk_sv_proc_show()
129 static int idedisk_st_proc_show(struct seq_file *m, void *v) in idedisk_st_proc_show()
Dide-proc.c34 static int ide_imodel_proc_show(struct seq_file *m, void *v) in ide_imodel_proc_show()
72 static int ide_mate_proc_show(struct seq_file *m, void *v) in ide_mate_proc_show()
96 static int ide_channel_proc_show(struct seq_file *m, void *v) in ide_channel_proc_show()
117 static int ide_identify_proc_show(struct seq_file *m, void *v) in ide_identify_proc_show()
281 static int ide_settings_proc_show(struct seq_file *m, void *v) in ide_settings_proc_show()
444 static int ide_capacity_proc_show(struct seq_file *m, void *v) in ide_capacity_proc_show()
464 static int ide_geometry_proc_show(struct seq_file *m, void *v) in ide_geometry_proc_show()
492 char *m = (char *)&drive->id[ATA_ID_PROD]; in ide_dmodel_proc_show() local
511 static int ide_driver_proc_show(struct seq_file *m, void *v) in ide_driver_proc_show()
585 static int ide_media_proc_show(struct seq_file *m, void *v) in ide_media_proc_show()
/linux-4.4.14/arch/nios2/kernel/
Dcpuinfo.c127 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
173 static void *cpuinfo_start(struct seq_file *m, loff_t *pos) in cpuinfo_start()
180 static void *cpuinfo_next(struct seq_file *m, void *v, loff_t *pos) in cpuinfo_next()
186 static void cpuinfo_stop(struct seq_file *m, void *v) in cpuinfo_stop()
/linux-4.4.14/arch/m68k/kernel/
Dsetup_mm.c166 const struct mem_info *m = data; in m68k_parse_bootinfo() local
179 const struct mem_info *m = data; in m68k_parse_bootinfo() local
405 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
487 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
491 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
496 static void c_stop(struct seq_file *m, void *v) in c_stop()
507 static int hardware_proc_show(struct seq_file *m, void *v) in hardware_proc_show()
Dsetup_no.c272 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
298 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
303 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
309 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/arch/sh/include/asm/
Dcmpxchg-grb.h4 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
26 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
48 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
Dcmpxchg-llsc.h4 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
25 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
47 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) in __cmpxchg_u32()
Dcmpxchg-irq.h6 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
17 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
28 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
/linux-4.4.14/drivers/s390/char/
Dtape_proc.c38 static int tape_proc_show(struct seq_file *m, void *v) in tape_proc_show()
83 static void *tape_proc_start(struct seq_file *m, loff_t *pos) in tape_proc_start()
90 static void *tape_proc_next(struct seq_file *m, void *v, loff_t *pos) in tape_proc_next()
96 static void tape_proc_stop(struct seq_file *m, void *v) in tape_proc_stop()
/linux-4.4.14/arch/score/kernel/
Dsetup.c123 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()
140 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
146 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/arch/mips/math-emu/
Dieee754.c41 #define xPCNST(s, b, m, ebias) \ argument
50 #define DPCNST(s, b, m) \ argument
73 #define SPCNST(s, b, m) \ argument
Dieee754d.c34 union ieee754dp ieee754dp_dump(char *m, union ieee754dp x) in ieee754dp_dump()
74 union ieee754sp ieee754sp_dump(char *m, union ieee754sp x) in ieee754sp_dump()
Dme-debugfs.c41 #define FPU_EMU_STAT_OFFSET(m) \ in debugfs_fpuemu() argument
44 #define FPU_STAT_CREATE(m) \ in debugfs_fpuemu() argument
/linux-4.4.14/security/integrity/ima/
Dima_template_lib.c68 static void ima_show_template_data_ascii(struct seq_file *m, in ima_show_template_data_ascii()
99 static void ima_show_template_data_binary(struct seq_file *m, in ima_show_template_data_binary()
116 static void ima_show_template_field_data(struct seq_file *m, in ima_show_template_field_data()
135 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest()
141 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest_ng()
148 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, in ima_show_template_string()
154 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, in ima_show_template_sig()
Dima_fs.c66 static void *ima_measurements_start(struct seq_file *m, loff_t *pos) in ima_measurements_start()
83 static void *ima_measurements_next(struct seq_file *m, void *v, loff_t *pos) in ima_measurements_next()
98 static void ima_measurements_stop(struct seq_file *m, void *v) in ima_measurements_stop()
102 void ima_putc(struct seq_file *m, void *data, int datalen) in ima_putc()
116 static int ima_measurements_show(struct seq_file *m, void *v) in ima_measurements_show()
193 void ima_print_digest(struct seq_file *m, u8 *digest, u32 size) in ima_print_digest()
202 static int ima_ascii_measurements_show(struct seq_file *m, void *v) in ima_ascii_measurements_show()
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_DAC1064.c89 unsigned int m, n, p; in DAC1064_setpclk() local
126 unsigned int m, n, p; in DAC1064_setmclk() local
348 static int DAC1064_init_1(struct matrox_fb_info *minfo, struct my_timming *m) in DAC1064_init_1()
385 static int DAC1064_init_2(struct matrox_fb_info *minfo, struct my_timming *m) in DAC1064_init_2()
480 static int m1064_compute(void* out, struct my_timming* m) { in m1064_compute()
514 static int g450_compute(void* out, struct my_timming* m) { in g450_compute()
535 static int MGA1064_init(struct matrox_fb_info *minfo, struct my_timming *m) in MGA1064_init()
558 static int MGAG100_init(struct matrox_fb_info *minfo, struct my_timming *m) in MGAG100_init()
610 int m, int n, int p) in MGAG100_progPixClock()
658 unsigned int m, n, p; in MGAG100_setPixClock() local
/linux-4.4.14/arch/mn10300/include/asm/
Dcmpxchg.h19 unsigned long __xchg(volatile unsigned long *m, unsigned long val) in __xchg()
39 static inline unsigned long __cmpxchg(volatile unsigned long *m, in __cmpxchg()
75 unsigned long __xchg(volatile unsigned long *m, unsigned long val) in __xchg()
90 static inline unsigned long __cmpxchg(volatile unsigned long *m, in __cmpxchg()
/linux-4.4.14/arch/metag/include/asm/
Dcmpxchg_irq.h6 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
17 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
28 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
Dcmpxchg_lock1.h8 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
20 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
32 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
Dcmpxchg_lnkget.h4 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
30 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
56 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c330 isdn_tty_handleDLEdown(modem_info *info, atemu *m, int len) in isdn_tty_handleDLEdown()
596 isdn_tty_dial(char *n, modem_info *info, atemu *m) in isdn_tty_dial()
765 isdn_tty_suspend(char *id, modem_info *info, atemu *m) in isdn_tty_suspend()
805 isdn_tty_resume(char *id, modem_info *info, atemu *m) in isdn_tty_resume()
894 isdn_tty_send_msg(modem_info *info, atemu *m, char *msg) in isdn_tty_send_msg()
1124 atemu *m = &info->emu; in isdn_tty_write() local
1632 isdn_tty_reset_profile(atemu *m) in isdn_tty_reset_profile()
1662 isdn_tty_modem_reset_vpar(atemu *m) in isdn_tty_modem_reset_vpar()
1710 atemu *m = &info->emu; in isdn_tty_modem_reset_regs() local
1727 modem_write_profile(atemu *m) in modem_write_profile()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_osdep.h59 #define i40e_allocate_dma_mem(h, m, unused, s, a) \ argument
61 #define i40e_free_dma_mem(h, m) i40evf_free_dma_mem_d(h, m) argument
67 #define i40e_allocate_virt_mem(h, m, s) i40evf_allocate_virt_mem_d(h, m, s) argument
68 #define i40e_free_virt_mem(h, m) i40evf_free_virt_mem_d(h, m) argument
70 #define i40e_debug(h, m, s, ...) i40evf_debug_d(h, m, s, ##__VA_ARGS__) argument
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_osdep.h60 #define i40e_allocate_dma_mem(h, m, unused, s, a) \ argument
62 #define i40e_free_dma_mem(h, m) i40e_free_dma_mem_d(h, m) argument
69 #define i40e_allocate_virt_mem(h, m, s) i40e_allocate_virt_mem_d(h, m, s) argument
70 #define i40e_free_virt_mem(h, m) i40e_free_virt_mem_d(h, m) argument
72 #define i40e_debug(h, m, s, ...) \ argument
/linux-4.4.14/drivers/pnp/pnpbios/
Dproc.c36 static int pnpconfig_proc_show(struct seq_file *m, void *v) in pnpconfig_proc_show()
62 static int escd_info_proc_show(struct seq_file *m, void *v) in escd_info_proc_show()
90 static int escd_proc_show(struct seq_file *m, void *v) in escd_proc_show()
144 static int pnp_legacyres_proc_show(struct seq_file *m, void *v) in pnp_legacyres_proc_show()
174 static int pnp_devices_proc_show(struct seq_file *m, void *v) in pnp_devices_proc_show()
217 static int pnpbios_proc_show(struct seq_file *m, void *v) in pnpbios_proc_show()
/linux-4.4.14/kernel/trace/
Dtrace_stack.c285 __next(struct seq_file *m, loff_t *pos) in __next()
297 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next()
303 static void *t_start(struct seq_file *m, loff_t *pos) in t_start()
320 static void t_stop(struct seq_file *m, void *p) in t_stop()
332 static void trace_lookup_stack(struct seq_file *m, long i) in trace_lookup_stack()
339 static void print_disabled(struct seq_file *m) in print_disabled()
350 static int t_show(struct seq_file *m, void *v) in t_show()
Dtrace_events_trigger.c120 static void *trigger_next(struct seq_file *m, void *t, loff_t *pos) in trigger_next()
130 static void *trigger_start(struct seq_file *m, loff_t *pos) in trigger_start()
146 static void trigger_stop(struct seq_file *m, void *t) in trigger_stop()
151 static int trigger_show(struct seq_file *m, void *v) in trigger_show()
194 struct seq_file *m = file->private_data; in event_trigger_regex_open() local
371 event_trigger_print(const char *name, struct seq_file *m, in event_trigger_print()
802 traceon_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceon_trigger_print()
810 traceoff_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in traceoff_trigger_print()
916 snapshot_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in snapshot_trigger_print()
994 stacktrace_trigger_print(struct seq_file *m, struct event_trigger_ops *ops, in stacktrace_trigger_print()
[all …]
Dtrace_printk.c281 t_start(struct seq_file *m, loff_t *pos) in t_start()
287 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next()
293 static int t_show(struct seq_file *m, void *v) in t_show()
330 static void t_stop(struct seq_file *m, void *p) in t_stop()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_mqd_manager_cik.c42 struct cik_mqd *m; in init_mqd() local
114 struct cik_sdma_rlc_registers *m; in init_mqd_sdma() local
169 struct cik_mqd *m; in update_mqd() local
213 struct cik_sdma_rlc_registers *m; in update_mqd_sdma() local
299 struct cik_mqd *m; in init_mqd_hiq() local
358 struct cik_mqd *m; in update_mqd_hiq() local
399 struct cik_sdma_rlc_registers *m; in get_sdma_mqd() local
Dkfd_mqd_manager_vi.c45 struct vi_mqd *m; in init_mqd() local
105 struct vi_mqd *m; in __update_mqd() local
206 struct vi_mqd *m; in init_mqd_hiq() local
223 struct vi_mqd *m; in update_mqd_hiq() local
/linux-4.4.14/fs/reiserfs/
Dprocfs.c26 static int show_version(struct seq_file *m, void *unused) in show_version()
70 static int show_super(struct seq_file *m, void *unused) in show_super()
133 static int show_per_level(struct seq_file *m, void *unused) in show_per_level()
192 static int show_bitmap(struct seq_file *m, void *unused) in show_bitmap()
225 static int show_on_disk_super(struct seq_file *m, void *unused) in show_on_disk_super()
269 static int show_oidmap(struct seq_file *m, void *unused) in show_oidmap()
300 static int show_journal(struct seq_file *m, void *unused) in show_journal()
/linux-4.4.14/arch/arm64/kernel/
Dcpuinfo.c104 static int c_show(struct seq_file *m, void *v) in c_show()
162 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
167 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
173 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dlparcfg.c156 static void parse_ppp_data(struct seq_file *m) in parse_ppp_data()
222 static void parse_mpp_data(struct seq_file *m) in parse_mpp_data()
260 static void parse_mpp_x_data(struct seq_file *m) in parse_mpp_x_data()
289 static void parse_system_parameter_string(struct seq_file *m) in parse_system_parameter_string()
384 static void pseries_cmo_data(struct seq_file *m) in pseries_cmo_data()
408 static void splpar_dispatch_data(struct seq_file *m) in splpar_dispatch_data()
424 static void parse_em_data(struct seq_file *m) in parse_em_data()
433 static int pseries_lparcfg_data(struct seq_file *m, void *v) in pseries_lparcfg_data()
651 static int lparcfg_data(struct seq_file *m, void *v) in lparcfg_data()
DhvCall_inst.c37 static void *hc_start(struct seq_file *m, loff_t *pos) in hc_start()
45 static void *hc_next(struct seq_file *m, void *p, loff_t * pos) in hc_next()
52 static void hc_stop(struct seq_file *m, void *p) in hc_stop()
56 static int hc_show(struct seq_file *m, void *p) in hc_show()
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Dcxio_dbg.c42 struct ch_mem_range *m; in cxio_dump_tpt() local
75 struct ch_mem_range *m; in cxio_dump_pbl() local
141 struct ch_mem_range *m; in cxio_dump_rqt() local
174 struct ch_mem_range *m; in cxio_dump_tcb() local
/linux-4.4.14/drivers/zorro/
Dproc.c64 static void * zorro_seq_start(struct seq_file *m, loff_t *pos) in zorro_seq_start()
69 static void * zorro_seq_next(struct seq_file *m, void *v, loff_t *pos) in zorro_seq_next()
75 static void zorro_seq_stop(struct seq_file *m, void *v) in zorro_seq_stop()
79 static int zorro_seq_show(struct seq_file *m, void *v) in zorro_seq_show()
/linux-4.4.14/net/netfilter/
Dnf_log_common.c24 int nf_log_dump_udp_header(struct nf_log_buf *m, const struct sk_buff *skb, in nf_log_dump_udp_header()
56 int nf_log_dump_tcp_header(struct nf_log_buf *m, const struct sk_buff *skb, in nf_log_dump_tcp_header()
135 void nf_log_dump_sk_uid_gid(struct nf_log_buf *m, struct sock *sk) in nf_log_dump_sk_uid_gid()
152 nf_log_dump_packet_common(struct nf_log_buf *m, u_int8_t pf, in nf_log_dump_packet_common()
Dxt_iprange.c24 bool m; in iprange_mt4() local
73 bool m; in iprange_mt6() local
/linux-4.4.14/drivers/staging/lustre/lustre/fid/
Dlproc_fid.c121 ldebugfs_fid_space_seq_show(struct seq_file *m, void *unused) in ldebugfs_fid_space_seq_show()
169 ldebugfs_fid_width_seq_show(struct seq_file *m, void *unused) in ldebugfs_fid_width_seq_show()
183 ldebugfs_fid_fid_seq_show(struct seq_file *m, void *unused) in ldebugfs_fid_fid_seq_show()
197 ldebugfs_fid_server_seq_show(struct seq_file *m, void *unused) in ldebugfs_fid_server_seq_show()
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_malloc.c195 void *m = sym_get_mem_cluster(); in ___mp0_get_mem_cluster() local
202 static void ___mp0_free_mem_cluster(m_pool_p mp, void *m) in ___mp0_free_mem_cluster()
246 static void ___free_dma_mem_cluster(m_pool_p mp, void *m) in ___free_dma_mem_cluster()
316 void *m = NULL; in __sym_calloc_dma() local
335 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name) in __sym_mfree_dma()
357 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m) in __vtobus()
/linux-4.4.14/arch/cris/kernel/
Dsetup.c178 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
183 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
189 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/net/l2tp/
Dl2tp_debugfs.c66 static void *l2tp_dfs_seq_start(struct seq_file *m, loff_t *offs) in l2tp_dfs_seq_start()
91 static void *l2tp_dfs_seq_next(struct seq_file *m, void *v, loff_t *pos) in l2tp_dfs_seq_next()
102 static void l2tp_dfs_seq_tunnel_show(struct seq_file *m, void *v) in l2tp_dfs_seq_tunnel_show()
163 static void l2tp_dfs_seq_session_show(struct seq_file *m, void *v) in l2tp_dfs_seq_session_show()
220 static int l2tp_dfs_seq_show(struct seq_file *m, void *v) in l2tp_dfs_seq_show()
/linux-4.4.14/arch/x86/lib/
Dmsr.c35 int msr_read(u32 msr, struct msr *m) in msr_read()
53 int msr_write(u32 msr, struct msr *m) in msr_write()
60 struct msr m, m1; in __flip_bit() local
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx_proc.c93 ahd_format_transinfo(struct seq_file *m, struct ahd_transinfo *tinfo) in ahd_format_transinfo()
157 ahd_dump_target_state(struct ahd_softc *ahd, struct seq_file *m, in ahd_dump_target_state()
192 ahd_dump_device_state(struct seq_file *m, struct scsi_device *sdev) in ahd_dump_device_state()
274 ahd_linux_show_info(struct seq_file *m, struct Scsi_Host *shost) in ahd_linux_show_info()
Daic7xxx_proc.c94 ahc_format_transinfo(struct seq_file *m, struct ahc_transinfo *tinfo) in ahc_format_transinfo()
134 ahc_dump_target_state(struct ahc_softc *ahc, struct seq_file *m, in ahc_dump_target_state()
172 ahc_dump_device_state(struct seq_file *m, struct scsi_device *sdev) in ahc_dump_device_state()
289 ahc_linux_show_info(struct seq_file *m, struct Scsi_Host *shost) in ahc_linux_show_info()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_debugfs.c28 static int gem_show(struct seq_file *m, void *arg) in gem_show()
47 static int mm_show(struct seq_file *m, void *arg) in mm_show()
54 static int fb_show(struct seq_file *m, void *arg) in fb_show()
/linux-4.4.14/arch/mn10300/kernel/
Dsetup.c201 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
263 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
268 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
274 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/drivers/video/fbdev/
Dc2p_core.h60 static inline void transp8(u32 d[], unsigned int n, unsigned int m) in transp8()
102 static inline void transp4(u32 d[], unsigned int n, unsigned int m) in transp4()
129 static inline void transp4x(u32 d[], unsigned int n, unsigned int m) in transp4x()
Datafb_utils.h260 static inline void expand8_col2mask(u8 c, u32 m[]) in expand8_col2mask()
279 static inline void fill8_col(u8 *dst, u32 m[]) in fill8_col()
330 static inline void expand16_col2mask(u8 c, u32 m[]) in expand16_col2mask()
358 static inline u32 *fill16_col(u32 *dst, int rows, u32 m[]) in fill16_col()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmr.c70 int m, i = 0; in init_mregion() local
159 int m; in alloc_mr() local
204 int n, m, i; in hfi1_reg_phys_mr() local
253 int n, m, entry; in hfi1_reg_user_mr() local
380 int m; in hfi1_alloc_fmr() local
439 int m, n, i; in hfi1_map_phys_fmr() local
/linux-4.4.14/arch/arm/mach-omap2/
Dprm33xx.c208 u32 m; in am33xx_pwrdm_set_logic_retst() local
233 u32 v, m; in am33xx_pwrdm_read_logic_retst() local
249 u32 m; in am33xx_pwrdm_set_mem_onst() local
264 u32 m; in am33xx_pwrdm_set_mem_retst() local
278 u32 m, v; in am33xx_pwrdm_read_mem_pwrst() local
293 u32 m, v; in am33xx_pwrdm_read_mem_retst() local
Dprm2xxx_3xxx.c117 u32 m; in omap2_pwrdm_set_mem_onst() local
130 u32 m; in omap2_pwrdm_set_mem_retst() local
142 u32 m; in omap2_pwrdm_read_mem_pwrst() local
152 u32 m; in omap2_pwrdm_read_mem_retst() local
Dmux.c118 struct omap_mux *m = &e->mux; in _omap_mux_init_gpio() local
577 struct omap_mux *m = &e->mux; in omap_mux_dbg_board_show() local
632 struct omap_mux *m = &e->mux; in omap_mux_get_partition() local
644 struct omap_mux *m = s->private; in omap_mux_dbg_signal_show() local
685 struct omap_mux *m; in omap_mux_dbg_signal_write() local
732 struct omap_mux *m = &e->mux; in omap_mux_dbg_create_entry() local
767 static void __init omap_mux_free_names(struct omap_mux *m) in omap_mux_free_names()
790 struct omap_mux *m = &e->mux; in omap_mux_late_init() local
970 struct omap_mux *m = &e->mux; in omap_mux_get_by_gpio() local
984 struct omap_mux *m = NULL; in omap_mux_get_gpio() local
[all …]
/linux-4.4.14/fs/xfs/
Dxfs_rtalloc.h129 # define xfs_rtpick_extent(m,t,l,rb) (ENOSYS) argument
141 # define xfs_rtmount_inodes(m) (((mp)->m_sb.sb_rblocks == 0)? 0 : (ENOSYS)) argument
142 # define xfs_rtunmount_inodes(m) argument
/linux-4.4.14/net/9p/
Dmod.c84 void v9fs_register_trans(struct p9_trans_module *m) in v9fs_register_trans()
97 void v9fs_unregister_trans(struct p9_trans_module *m) in v9fs_unregister_trans()
162 void v9fs_put_trans(struct p9_trans_module *m) in v9fs_put_trans()
Dtrans_fd.c171 static void p9_mux_poll_stop(struct p9_conn *m) in p9_mux_poll_stop()
197 static void p9_conn_cancel(struct p9_conn *m, int err) in p9_conn_cancel()
300 struct p9_conn *m; in p9_read_work() local
448 struct p9_conn *m; in p9_write_work() local
525 struct p9_conn *m = pwait->conn; in p9_pollwake() local
549 struct p9_conn *m = container_of(p, struct p9_conn, pt); in p9_pollwait() local
582 struct p9_conn *m = &ts->conn; in p9_conn_create() local
614 static void p9_poll_mux(struct p9_conn *m) in p9_poll_mux()
664 struct p9_conn *m = &ts->conn; in p9_fd_request() local
846 static void p9_conn_destroy(struct p9_conn *m) in p9_conn_destroy()
/linux-4.4.14/fs/ceph/
Dmdsmap.c19 int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m) in ceph_mdsmap_get_random_mds()
53 struct ceph_mdsmap *m; in ceph_mdsmap_decode() local
180 void ceph_mdsmap_destroy(struct ceph_mdsmap *m) in ceph_mdsmap_destroy()
/linux-4.4.14/arch/sparc/include/asm/
Dcmpxchg_64.h9 static inline unsigned long xchg32(__volatile__ unsigned int *m, unsigned int val) in xchg32()
26 static inline unsigned long xchg64(__volatile__ unsigned long *m, unsigned long val) in xchg64()
69 __cmpxchg_u32(volatile int *m, int old, int new) in __cmpxchg_u32()
80 __cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) in __cmpxchg_u64()
/linux-4.4.14/arch/m32r/kernel/
Dsetup.c292 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
360 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
365 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
371 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/scripts/dtc/
Dtreesource.c68 struct marker *m = val.markers; in write_propval_string() local
141 struct marker *m = val.markers; in write_propval_cells() local
171 struct marker *m = val.markers; in write_propval_bytes() local
199 struct marker *m = prop->val.markers; in write_propval() local
Ddata.c25 struct marker *m, *nm; in data_free() local
128 struct data data_insert_at_marker(struct data d, struct marker *m, in data_insert_at_marker()
143 static struct data data_append_markers(struct data d, struct marker *m) in data_append_markers()
242 struct marker *m; in data_add_marker() local
/linux-4.4.14/arch/sparc/kernel/
Dcpu.c322 static int show_cpuinfo(struct seq_file *m, void *__unused) in show_cpuinfo()
369 static int show_cpuinfo(struct seq_file *m, void *__unused) in show_cpuinfo()
412 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
421 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
427 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_mq.c45 struct c2wr_hdr *m = in c2_mq_alloc() local
80 struct c2wr_hdr *m = (struct c2wr_hdr *) in c2_mq_consume() local
101 struct c2wr_hdr __iomem *m = (struct c2wr_hdr __iomem *) in c2_mq_free() local
/linux-4.4.14/arch/powerpc/kernel/
Drtas-proc.c327 static int ppc_rtas_poweron_show(struct seq_file *m, void *v) in ppc_rtas_poweron_show()
361 static int ppc_rtas_progress_show(struct seq_file *m, void *v) in ppc_rtas_progress_show()
390 static int ppc_rtas_clock_show(struct seq_file *m, void *v) in ppc_rtas_clock_show()
412 static int ppc_rtas_sensors_show(struct seq_file *m, void *v) in ppc_rtas_sensors_show()
513 static void ppc_rtas_process_sensor(struct seq_file *m, in ppc_rtas_process_sensor()
666 static void check_location(struct seq_file *m, const char *c) in check_location()
703 static void check_location_string(struct seq_file *m, const char *c) in check_location_string()
717 static void get_location_code(struct seq_file *m, struct individual_sensor *s, in get_location_code()
747 static int ppc_rtas_tone_freq_show(struct seq_file *m, void *v) in ppc_rtas_tone_freq_show()
775 static int ppc_rtas_tone_volume_show(struct seq_file *m, void *v) in ppc_rtas_tone_volume_show()
[all …]
Dsetup-common.c180 static void show_cpuinfo_summary(struct seq_file *m) in show_cpuinfo_summary()
212 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
342 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
353 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
359 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dspi.c61 struct spi_message m; in wl1251_spi_reset() local
88 struct spi_message m; in wl1251_spi_wake() local
147 struct spi_message m; in wl1251_spi_read() local
187 struct spi_message m; in wl1251_spi_write() local
/linux-4.4.14/arch/h8300/kernel/
Dsetup.c155 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
174 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
180 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
186 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_mr.c85 int m, i = 0; in alloc_mr() local
137 int n, m, i; in ipath_reg_phys_mr() local
191 int n, m, entry; in ipath_reg_user_mr() local
286 int m, i = 0; in ipath_alloc_fmr() local
353 int m, n, i; in ipath_map_phys_fmr() local
/linux-4.4.14/drivers/char/tpm/
Dtpm_eventlog.c72 static void *tpm_bios_measurements_start(struct seq_file *m, loff_t *pos) in tpm_bios_measurements_start()
118 static void *tpm_bios_measurements_next(struct seq_file *m, void *v, in tpm_bios_measurements_next()
148 static void tpm_bios_measurements_stop(struct seq_file *m, void *v) in tpm_bios_measurements_stop()
231 static int tpm_binary_bios_measurements_show(struct seq_file *m, void *v) in tpm_binary_bios_measurements_show()
274 static int tpm_ascii_bios_measurements_show(struct seq_file *m, void *v) in tpm_ascii_bios_measurements_show()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mr.c53 int m, i = 0; in init_qib_mregion() local
142 int m; in alloc_mr() local
187 int n, m, i; in qib_reg_phys_mr() local
236 int n, m, entry; in qib_reg_user_mr() local
390 int m; in qib_alloc_fmr() local
449 int m, n, i; in qib_map_phys_fmr() local
Dqib_keys.c159 unsigned n, m; in qib_lkey_ok() local
257 unsigned n, m; in qib_rkey_ok() local
348 unsigned i, n, m; in qib_reg_mr() local
/linux-4.4.14/kernel/irq/
Dproc.c40 static int show_irq_affinity(int type, struct seq_file *m, void *v) in show_irq_affinity()
56 static int irq_affinity_hint_proc_show(struct seq_file *m, void *v) in irq_affinity_hint_proc_show()
81 static int irq_affinity_proc_show(struct seq_file *m, void *v) in irq_affinity_proc_show()
86 static int irq_affinity_list_proc_show(struct seq_file *m, void *v) in irq_affinity_list_proc_show()
186 static int default_affinity_show(struct seq_file *m, void *v) in default_affinity_show()
241 static int irq_node_proc_show(struct seq_file *m, void *v) in irq_node_proc_show()
262 static int irq_spurious_proc_show(struct seq_file *m, void *v) in irq_spurious_proc_show()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-xscom.c35 struct opal_scom_map *m; in opal_scom_map() local
100 struct opal_scom_map *m = map; in opal_scom_read() local
112 struct opal_scom_map *m = map; in opal_scom_write() local
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
Dfpu.c247 int n, m, prec; in ieee_fpe_handler() local
285 int n, m, prec; in ieee_fpe_handler() local
329 int n, m, prec; in ieee_fpe_handler() local
368 int m; in ieee_fpe_handler() local
/linux-4.4.14/arch/openrisc/kernel/
Dsetup.c323 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
360 static void *c_start(struct seq_file *m, loff_t * pos) in c_start()
366 static void *c_next(struct seq_file *m, void *v, loff_t * pos) in c_next()
372 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/drivers/clk/sunxi/
Dclk-sun9i-core.c39 int m = 1; in sun9i_a80_get_pll4_factors() local
115 u8 *n, u8 *k, u8 *m, u8 *p) in sun9i_a80_get_gt_factors()
180 u8 *n, u8 *k, u8 *m, u8 *p) in sun9i_a80_get_ahb_factors()
266 u8 *n, u8 *k, u8 *m, u8 *p) in sun9i_a80_get_apb1_factors()
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_port.c152 bfa_port_isr(void *cbarg, struct bfi_mbmsg_s *m) in bfa_port_isr()
235 struct bfi_port_generic_req_s *m; in bfa_port_enable() local
291 struct bfi_port_generic_req_s *m; in bfa_port_disable() local
347 struct bfi_port_get_stats_req_s *m; in bfa_port_get_stats() local
386 struct bfi_port_generic_req_s *m; in bfa_port_clear_stats() local
776 bfa_cee_isr(void *cbarg, struct bfi_mbmsg_s *m) in bfa_cee_isr()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dspi.c91 struct spi_message m; in wl12xx_spi_reset() local
118 struct spi_message m; in wl12xx_spi_init() local
173 struct spi_message m; in wl12xx_spi_read_busy() local
209 struct spi_message m; in wl12xx_spi_raw_read() local
276 struct spi_message m; in wl12xx_spi_raw_write() local
/linux-4.4.14/arch/unicore32/kernel/
Dsetup.c306 static int c_show(struct seq_file *m, void *v) in c_show()
334 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
339 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
345 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/net/atm/
Dmpoa_proc.c107 static void *mpc_start(struct seq_file *m, loff_t *pos) in mpc_start()
120 static void *mpc_next(struct seq_file *m, void *v, loff_t *pos) in mpc_next()
127 static void mpc_stop(struct seq_file *m, void *v) in mpc_stop()
134 static int mpc_show(struct seq_file *m, void *v) in mpc_show()
/linux-4.4.14/arch/parisc/kernel/
Dsetup.c180 c_start (struct seq_file *m, loff_t *pos) in c_start()
191 c_next (struct seq_file *m, void *v, loff_t *pos) in c_next()
198 c_stop (struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/fs/ntfs/
Dmft.c157 MFT_RECORD *m; in map_mft_record() local
249 MFT_RECORD *m; in map_extent_mft_record() local
439 const unsigned long mft_no, MFT_RECORD *m) in ntfs_sync_mft_mirror_umount()
466 MFT_RECORD *m, int sync) in ntfs_sync_mft_mirror()
669 int write_mft_record_nolock(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record_nolock()
926 const MFT_RECORD *m, ntfs_inode **locked_ni) in ntfs_may_write_mft_record()
2013 MFT_RECORD *m) in ntfs_mft_record_layout()
2096 MFT_RECORD *m; in ntfs_mft_record_format() local
2252 MFT_RECORD *m; in ntfs_mft_record_alloc() local
2784 int ntfs_extent_mft_record_free(ntfs_inode *ni, MFT_RECORD *m) in ntfs_extent_mft_record_free()
/linux-4.4.14/fs/cifs/
Dcifs_debug.c110 static int cifs_debug_data_proc_show(struct seq_file *m, void *v) in cifs_debug_data_proc_show()
298 static int cifs_stats_proc_show(struct seq_file *m, void *v) in cifs_stats_proc_show()
422 static int cifsFYI_proc_show(struct seq_file *m, void *v) in cifsFYI_proc_show()
460 static int cifs_linux_ext_proc_show(struct seq_file *m, void *v) in cifs_linux_ext_proc_show()
500 static int cifs_lookup_cache_proc_show(struct seq_file *m, void *v) in cifs_lookup_cache_proc_show()
540 static int traceSMB_proc_show(struct seq_file *m, void *v) in traceSMB_proc_show()
580 static int cifs_security_flags_proc_show(struct seq_file *m, void *v) in cifs_security_flags_proc_show()
/linux-4.4.14/drivers/clk/
Dclk-fractional-divider.c26 unsigned long m, n; in clk_fd_recalc_rate() local
59 unsigned long m, n; in clk_fd_round_rate() local
89 unsigned long m, n; in clk_fd_set_rate() local
Dclk-vt8500.c322 #define VT8500_BITS_TO_FREQ(r, m, d) \ argument
325 #define VT8500_BITS_TO_VAL(m, d) \ argument
332 #define WM8650_BITS_TO_FREQ(r, m, d1, d2) \ argument
335 #define WM8650_BITS_TO_VAL(m, d1, d2) \ argument
342 #define WM8750_BITS_TO_FREQ(r, m, d1, d2) \ argument
345 #define WM8750_BITS_TO_VAL(f, m, d1, d2) \ argument
352 #define WM8850_BITS_TO_FREQ(r, m, d1, d2) \ argument
355 #define WM8850_BITS_TO_VAL(m, d1, d2) \ argument
Dclk-cdce925.c55 u16 m; /* 1..511 */ member
72 u16 n, u16 m) in cdce925_pll_calculate_rate()
89 unsigned long parent_rate, u16 *n, u16 *m) in cdce925_pll_find_rate()
128 u16 n, m; in cdce925_pll_round_rate() local
163 static u8 cdce925_pll_calc_p(u16 n, u16 m) in cdce925_pll_calc_p()
179 static u8 cdce925_pll_calc_range_bits(struct clk_hw *hw, u16 n, u16 m) in cdce925_pll_calc_range_bits()
200 u16 m = data->m; in cdce925_pll_prepare() local
/linux-4.4.14/drivers/misc/genwqe/
Dcard_dev.c72 static void genwqe_add_pin(struct genwqe_file *cfile, struct dma_mapping *m) in genwqe_add_pin()
81 static int genwqe_del_pin(struct genwqe_file *cfile, struct dma_mapping *m) in genwqe_del_pin()
107 struct dma_mapping *m; in genwqe_search_pin() local
163 struct dma_mapping *m; in __genwqe_search_mapping() local
773 static int genwqe_pin_mem(struct genwqe_file *cfile, struct genwqe_mem *m) in genwqe_pin_mem()
805 static int genwqe_unpin_mem(struct genwqe_file *cfile, struct genwqe_mem *m) in genwqe_unpin_mem()
866 struct dma_mapping *m; in ddcb_cmd_fixups() local
1191 struct genwqe_mem m; in genwqe_ioctl() local
1200 struct genwqe_mem m; in genwqe_ioctl() local
/linux-4.4.14/drivers/md/bcache/
Dio.c56 void bch_count_io_errors(struct cache *ca, int error, const char *m) in bch_count_io_errors()
109 int error, const char *m) in bch_bbio_count_io_errors()
138 int error, const char *m) in bch_bbio_endio()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlproc_lov.c44 static int lov_stripesize_seq_show(struct seq_file *m, void *v) in lov_stripesize_seq_show()
77 static int lov_stripeoffset_seq_show(struct seq_file *m, void *v) in lov_stripeoffset_seq_show()
109 static int lov_stripetype_seq_show(struct seq_file *m, void *v) in lov_stripetype_seq_show()
141 static int lov_stripecount_seq_show(struct seq_file *m, void *v) in lov_stripecount_seq_show()
197 static int lov_desc_uuid_seq_show(struct seq_file *m, void *v) in lov_desc_uuid_seq_show()
/linux-4.4.14/include/linux/ceph/
Dmdsmap.h37 ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_addr()
44 static inline int ceph_mdsmap_get_state(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_state()
52 static inline bool ceph_mdsmap_is_laggy(struct ceph_mdsmap *m, int w) in ceph_mdsmap_is_laggy()
/linux-4.4.14/drivers/video/fbdev/mb862xx/
Dmb862xx-i2c.c80 static int mb862xx_i2c_read(struct i2c_adapter *adap, struct i2c_msg *m) in mb862xx_i2c_read()
94 static int mb862xx_i2c_write(struct i2c_adapter *adap, struct i2c_msg *m) in mb862xx_i2c_write()
111 struct i2c_msg *m; in mb862xx_xfer() local
/linux-4.4.14/net/ipv4/netfilter/
Dnf_log_ipv4.c38 static void dump_ipv4_packet(struct nf_log_buf *m, in dump_ipv4_packet()
275 static void dump_ipv4_mac_header(struct nf_log_buf *m, in dump_ipv4_mac_header()
319 struct nf_log_buf *m; in nf_log_ip_packet() local
/linux-4.4.14/arch/arc/kernel/
Dsetup.c465 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
497 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
508 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
514 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/drivers/scsi/arm/
Dqueue.c42 #define SET_MAGIC(q,m) ((q)->magic = (m)) argument
43 #define BAD_MAGIC(q,m) ((q)->magic != (m)) argument
45 #define SET_MAGIC(q,m) do { } while (0) argument
46 #define BAD_MAGIC(q,m) (0) argument
/linux-4.4.14/arch/um/kernel/
Dum_arch.c66 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
82 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
87 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
93 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/arch/c6x/kernel/
Dsetup.c444 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
478 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
482 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
487 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/net/sunrpc/
Dsvc.c56 struct svc_pool_map *m = &svc_pool_map; in param_set_pool_mode() local
142 svc_pool_map_alloc_arrays(struct svc_pool_map *m, unsigned int maxpools) in svc_pool_map_alloc_arrays()
165 svc_pool_map_init_percpu(struct svc_pool_map *m) in svc_pool_map_init_percpu()
193 svc_pool_map_init_pernode(struct svc_pool_map *m) in svc_pool_map_init_pernode()
225 struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_get() local
269 struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_put() local
287 const struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_get_node() local
304 struct svc_pool_map *m = &svc_pool_map; in svc_pool_map_set_cpumask() local
337 struct svc_pool_map *m = &svc_pool_map; in svc_pool_for_cpu() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-debug.h59 #define IWL_ERR(m, f, a...) \ argument
61 #define IWL_WARN(m, f, a...) \ argument
66 #define IWL_INFO(m, f, a...) \ argument
71 #define IWL_CRIT(m, f, a...) \ argument
89 #define iwl_print_hex_error(m, p, len) \ argument
100 #define IWL_DEBUG(m, level, fmt, args...) \ argument
104 #define IWL_DEBUG_LIMIT(m, level, fmt, args...) \ argument
108 #define iwl_print_hex_dump(m, level, p, len) \ argument
115 #define iwl_print_hex_dump(m, level, p, len) argument
/linux-4.4.14/arch/metag/kernel/
Dsetup.c462 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
521 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
525 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
529 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-4.4.14/drivers/misc/eeprom/
Deeprom_93xx46.c43 struct spi_message m; in eeprom_93xx46_bin_read() local
99 struct spi_message m; in eeprom_93xx46_ew() local
146 struct spi_message m; in eeprom_93xx46_write_word() local
234 struct spi_message m; in eeprom_93xx46_eral() local
/linux-4.4.14/fs/quota/
Dquota_v2.c183 struct mem_dqblk *m = &dquot->dq_dqb; in v2r0_disk2memdqb() local
203 struct mem_dqblk *m = &dquot->dq_dqb; in v2r0_mem2diskdqb() local
236 struct mem_dqblk *m = &dquot->dq_dqb; in v2r1_disk2memdqb() local
256 struct mem_dqblk *m = &dquot->dq_dqb; in v2r1_mem2diskdqb() local
/linux-4.4.14/arch/powerpc/mm/
Dicswx.h34 #define get_cop_pid(m) (COP_PID_NONE) argument
35 #define disable_cop_pid(m) (COP_PID_NONE) argument
/linux-4.4.14/arch/score/include/asm/
Dcmpxchg.h10 unsigned long __xchg(volatile unsigned long *m, unsigned long val) in __xchg()
26 static inline unsigned long __cmpxchg(volatile unsigned long *m, in __cmpxchg()
/linux-4.4.14/net/ipv6/netfilter/
Dnf_log_ipv6.c39 static void dump_ipv6_packet(struct nf_log_buf *m, in dump_ipv6_packet()
288 static void dump_ipv6_mac_header(struct nf_log_buf *m, in dump_ipv6_mac_header()
351 struct nf_log_buf *m; in nf_log_ip6_packet() local
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
Dmii-bitbang.c43 static inline void bb_set(u32 __iomem *p, u32 m) in bb_set()
48 static inline void bb_clr(u32 __iomem *p, u32 m) in bb_clr()
53 static inline int bb_read(u32 __iomem *p, u32 m) in bb_read()
/linux-4.4.14/drivers/nubus/
Dproc.c32 nubus_devices_proc_show(struct seq_file *m, void *v) in nubus_devices_proc_show()
153 static int nubus_proc_show(struct seq_file *m, void *v) in nubus_proc_show()
165 static void *nubus_proc_start(struct seq_file *m, loff_t *_pos) in nubus_proc_start()
/linux-4.4.14/drivers/scsi/
Datp870u.c611 unsigned int tmport,m; in atp870u_queuecommand_lck() local
1044 unsigned short int m, assignid_map, val; in tscam() local
1295 unsigned short int m; in is870() local
1821 unsigned short int m; in is880() local
2566 unsigned char k, m, c; in atp870u_probe() local
3102 static int atp870u_show_info(struct seq_file *m, struct Scsi_Host *HBAptr) in atp870u_show_info()
3220 unsigned short int m; in is885() local
Dmegaraid.c2056 proc_show_config(struct seq_file *m, void *v) in proc_show_config()
2120 proc_show_stat(struct seq_file *m, void *v) in proc_show_stat()
2155 proc_show_mbox(struct seq_file *m, void *v) in proc_show_mbox()
2182 proc_show_rebuild_rate(struct seq_file *m, void *v) in proc_show_rebuild_rate()
2225 proc_show_battery(struct seq_file *m, void *v) in proc_show_battery()
2296 mega_print_inquiry(struct seq_file *m, char *scsi_inq) in mega_print_inquiry()
2329 proc_show_pdrv(struct seq_file *m, adapter_t *adapter, int channel) in proc_show_pdrv()
2444 proc_show_pdrv_ch0(struct seq_file *m, void *v) in proc_show_pdrv_ch0()
2458 proc_show_pdrv_ch1(struct seq_file *m, void *v) in proc_show_pdrv_ch1()
2472 proc_show_pdrv_ch2(struct seq_file *m, void *v) in proc_show_pdrv_ch2()
[all …]
/linux-4.4.14/drivers/gpu/host1x/
Ddebug.c47 struct host1x *m = dev_get_drvdata(ch->dev->parent); in show_channels() local
63 static void show_syncpts(struct host1x *m, struct output *o) in show_syncpts()
87 static void show_all(struct host1x *m, struct output *o) in show_all()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_debugfs.c40 qxl_debugfs_irq_received(struct seq_file *m, void *data) in qxl_debugfs_irq_received()
54 qxl_debugfs_buffers_info(struct seq_file *m, void *data) in qxl_debugfs_buffers_info()
/linux-4.4.14/drivers/char/
Dnsc_gpio.c44 unsigned m = iminor(file_inode(file)); in nsc_gpio_write() local
107 unsigned m = iminor(file_inode(file)); in nsc_gpio_read() local
/linux-4.4.14/fs/nfs/
Dsuper.c528 static void nfs_show_mountd_netid(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_netid()
567 static void nfs_show_mountd_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_options()
602 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options()
610 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options()
616 static void nfs_show_nfs_version(struct seq_file *m, in nfs_show_nfs_version()
628 static void nfs_show_mount_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mount_options()
721 int nfs_show_options(struct seq_file *m, struct dentry *root) in nfs_show_options()
739 static void show_sessions(struct seq_file *m, struct nfs_server *server) in show_sessions()
745 static void show_sessions(struct seq_file *m, struct nfs_server *server) {} in show_sessions()
750 static void show_pnfs(struct seq_file *m, struct nfs_server *server) in show_pnfs()
[all …]
/linux-4.4.14/kernel/
Ddma.c117 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show()
130 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show()
/linux-4.4.14/drivers/clk/ti/
Dclkt_dpll.c114 unsigned int m, unsigned int n) in _dpll_compute_new_rate()
143 static int _dpll_test_mult(int *m, int n, unsigned long *new_rate, in _dpll_test_mult()
289 int m, n, r, scaled_max_m; in omap2_dpll_round_rate() local
/linux-4.4.14/scripts/kconfig/
Dkxgettext.c122 struct message *m = message__list; in mesage__find() local
155 struct message *m = mesage__find(escaped); in message__add() local
218 struct message *m = message__list; in menu__xgettext() local
/linux-4.4.14/drivers/staging/lustre/lustre/fld/
Dlproc_fld.c58 fld_debugfs_targets_seq_show(struct seq_file *m, void *unused) in fld_debugfs_targets_seq_show()
75 fld_debugfs_hash_seq_show(struct seq_file *m, void *unused) in fld_debugfs_hash_seq_show()
/linux-4.4.14/arch/arm/kernel/
Ddevtree.c41 struct of_cpu_method *m = __cpu_method_of_table; in set_smp_ops_by_method() local
193 const struct machine_desc *m = mdesc; in arch_get_next_mach() local
/linux-4.4.14/fs/ncpfs/
Dncplib_kernel.h141 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(S,m,i,n,k,U) argument
142 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(S,m,i,n,k,U) argument
154 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(m,i,n,k,U) argument
155 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(m,i,n,k,U) argument
/linux-4.4.14/drivers/pci/
Dproc.c299 static void *pci_seq_start(struct seq_file *m, loff_t *pos) in pci_seq_start()
311 static void *pci_seq_next(struct seq_file *m, void *v, loff_t *pos) in pci_seq_next()
320 static void pci_seq_stop(struct seq_file *m, void *v) in pci_seq_stop()
328 static int show_device(struct seq_file *m, void *v) in show_device()
/linux-4.4.14/arch/s390/include/uapi/asm/
Dchsc.h51 int m; member
59 int m; member
71 int m; member
83 int m; member
121 int m; member

12345678