Home
last modified time | relevance | path

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

12345678910>>...47

/linux-3.3/net/tipc/
Dmsg.h89 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word()
94 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word()
99 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits()
104 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits()
125 static inline u32 msg_version(struct tipc_msg *m) in msg_version()
130 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version()
135 static inline u32 msg_user(struct tipc_msg *m) in msg_user()
140 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata()
145 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user()
150 static inline u32 msg_importance(struct tipc_msg *m) in msg_importance()
[all …]
/linux-3.3/arch/alpha/include/asm/
Dcore_mcpcia.h76 #define MCPCIA_MID(m) ((unsigned long)(m) << 33) argument
87 #define MCPCIA_SPARSE(m) (IDENT_ADDR + 0xf000000000UL + MCPCIA_MID(m)) argument
88 #define MCPCIA_DENSE(m) (IDENT_ADDR + 0xf100000000UL + MCPCIA_MID(m)) argument
89 #define MCPCIA_IO(m) (IDENT_ADDR + 0xf180000000UL + MCPCIA_MID(m)) argument
90 #define MCPCIA_CONF(m) (IDENT_ADDR + 0xf1c0000000UL + MCPCIA_MID(m)) argument
91 #define MCPCIA_CSR(m) (IDENT_ADDR + 0xf1e0000000UL + MCPCIA_MID(m)) argument
92 #define MCPCIA_IO_IACK(m) (IDENT_ADDR + 0xf1f0000000UL + MCPCIA_MID(m)) argument
93 #define MCPCIA_DENSE_IO(m) (IDENT_ADDR + 0xe1fc000000UL + MCPCIA_MID(m)) argument
94 #define MCPCIA_DENSE_CONF(m) (IDENT_ADDR + 0xe1fe000000UL + MCPCIA_MID(m)) argument
99 #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
63 int *m = ((int *) addr) + (nr >> 5); in clear_bit() local
90 int *m = ((int *) addr) + (nr >> 5); in __clear_bit() local
106 int *m = ((int *) addr) + (nr >> 5); in change_bit() local
126 int *m = ((int *) addr) + (nr >> 5); in __change_bit() local
136 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit() local
166 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit_lock() local
195 int *m = ((int *) addr) + (nr >> 5); in __test_and_set_bit() local
207 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-3.3/arch/ia64/include/asm/
Dbitops.h41 volatile __u32 *m; in set_bit() local
44 m = (volatile __u32 *) addr + (nr >> 5); in set_bit() local
88 volatile __u32 *m; in clear_bit() local
91 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit() local
112 volatile __u32 *m; in clear_bit_unlock() local
115 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit_unlock() local
135 __u32 * const m = (__u32 *) addr + (nr >> 5); in __clear_bit_unlock() local
169 volatile __u32 *m; in change_bit() local
172 m = (volatile __u32 *) addr + (nr >> 5); in change_bit() local
208 volatile __u32 *m; in test_and_set_bit() local
[all …]
/linux-3.3/kernel/
Drcutree_trace.c60 static void print_one_rcu_data(struct seq_file *m, struct rcu_data *rdp) in print_one_rcu_data()
98 #define PRINT_RCU_DATA(name, func, m) \ argument
106 static int show_rcudata(struct seq_file *m, void *unused) in show_rcudata()
132 static void print_one_rcu_data_csv(struct seq_file *m, struct rcu_data *rdp) in print_one_rcu_data_csv()
167 static int show_rcudata_csv(struct seq_file *m, void *unused) in show_rcudata_csv()
202 static void print_one_rcu_node_boost(struct seq_file *m, struct rcu_node *rnp) in print_one_rcu_node_boost()
226 static int show_rcu_node_boost(struct seq_file *m, void *unused) in show_rcu_node_boost()
266 static void print_one_rcu_state(struct seq_file *m, struct rcu_state *rsp) in print_one_rcu_state()
296 static int show_rcuhier(struct seq_file *m, void *unused) in show_rcuhier()
322 static void show_one_rcugp(struct seq_file *m, struct rcu_state *rsp) in show_one_rcugp()
[all …]
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-3.3/arch/x86/kernel/cpu/
Dproc.c10 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core()
27 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
53 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
64 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
141 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
152 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
158 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-3.3/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()
85 struct mce *m = &__get_cpu_var(injectm); in mce_raise_notify() local
99 struct mce *m = &__get_cpu_var(injectm); in mce_irq_ipi() local
111 struct mce *m = &__get_cpu_var(injectm); in raise_local() local
145 static void raise_mce(struct mce *m) in raise_mce()
204 struct mce m; in mce_write() local
/linux-3.3/drivers/md/
Ddm-mpath.c49 struct multipath *m; /* Owning multipath instance */ member
162 struct multipath *m = ti->private; in free_pgpaths() local
189 struct multipath *m; in alloc_multipath() local
214 static void free_multipath(struct multipath *m) in free_multipath()
234 static void __pg_init_all_paths(struct multipath *m) in __pg_init_all_paths()
254 static void __switch_pg(struct multipath *m, struct pgpath *pgpath) in __switch_pg()
270 static int __choose_path_in_pg(struct multipath *m, struct priority_group *pg, in __choose_path_in_pg()
287 static void __choose_pgpath(struct multipath *m, size_t nr_bytes) in __choose_pgpath()
337 static int __must_push_back(struct multipath *m) in __must_push_back()
343 static int map_io(struct multipath *m, struct request *clone, in map_io()
[all …]
/linux-3.3/kernel/time/
Dtimer_list.c31 #define SEQ_printf(m, x...) \ argument
39 static void print_name_offset(struct seq_file *m, void *sym) in print_name_offset()
50 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, in print_timer()
77 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers()
113 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base()
131 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu()
194 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) in print_tickdevice()
235 static void timer_list_show_tickdevices(struct seq_file *m) in timer_list_show_tickdevices()
254 static void timer_list_show_tickdevices(struct seq_file *m) { } in timer_list_show_tickdevices()
257 static int timer_list_show(struct seq_file *m, void *v) in timer_list_show()
/linux-3.3/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-3.3/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
/linux-3.3/arch/mips/include/asm/
Dbitops.h60 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in set_bit() local
121 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in clear_bit() local
198 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in change_bit() local
211 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in change_bit() local
254 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit() local
269 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit() local
318 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit_lock() local
333 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit_lock() local
383 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_clear_bit() local
400 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_clear_bit() local
[all …]
/linux-3.3/arch/sh/kernel/cpu/
Dproc.c44 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags()
62 static void show_cacheinfo(struct seq_file *m, const char *type, in show_cacheinfo()
76 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
130 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
134 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
139 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-3.3/drivers/gpu/drm/
Ddrm_info.c44 int drm_name_info(struct seq_file *m, void *data) in drm_name_info()
71 int drm_vm_info(struct seq_file *m, void *data) in drm_vm_info()
115 int drm_queues_info(struct seq_file *m, void *data) in drm_queues_info()
151 int drm_bufs_info(struct seq_file *m, void *data) in drm_bufs_info()
193 int drm_vblank_info(struct seq_file *m, void *data) in drm_vblank_info()
218 int drm_clients_info(struct seq_file *m, void *data) in drm_clients_info()
241 struct seq_file *m = data; in drm_gem_one_name_info() local
252 int drm_gem_name_info(struct seq_file *m, void *data) in drm_gem_name_info()
264 int drm_vma_info(struct seq_file *m, void *data) in drm_vma_info()
/linux-3.3/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-3.3/fs/proc/
Dtask_nommu.c18 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem()
126 static void pad_len_spaces(struct seq_file *m, int len) in pad_len_spaces()
137 static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma) in nommu_vma_show()
185 static int show_map(struct seq_file *m, void *_p) in show_map()
192 static void *m_start(struct seq_file *m, loff_t *pos) in m_start()
219 static void m_stop(struct seq_file *m, void *_vml) in m_stop()
231 static void *m_next(struct seq_file *m, void *_p, loff_t *pos) in m_next()
256 struct seq_file *m = file->private_data; in maps_open() local
Darray.c89 static inline void task_name(struct seq_file *m, struct task_struct *p) in task_name()
161 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state()
214 static void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t()
251 static inline void task_sig(struct seq_file *m, struct task_struct *p) in task_sig()
289 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t()
302 static inline void task_cap(struct seq_file *m, struct task_struct *p) in task_cap()
321 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts()
330 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed()
340 int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, in proc_pid_status()
360 static int do_task_stat(struct seq_file *m, struct pid_namespace *ns, in do_task_stat()
[all …]
Dnommu.c37 static int nommu_region_show(struct seq_file *m, struct vm_region *region) in nommu_region_show()
80 static int nommu_region_list_show(struct seq_file *m, void *_p) in nommu_region_list_show()
87 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) in nommu_region_list_start()
100 static void nommu_region_list_stop(struct seq_file *m, void *v) in nommu_region_list_stop()
105 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
/linux-3.3/fs/reiserfs/
Dprocfs.c27 static int show_version(struct seq_file *m, struct super_block *sb) in show_version()
70 static int show_super(struct seq_file *m, struct super_block *sb) in show_super()
132 static int show_per_level(struct seq_file *m, struct super_block *sb) in show_per_level()
190 static int show_bitmap(struct seq_file *m, struct super_block *sb) in show_bitmap()
222 static int show_on_disk_super(struct seq_file *m, struct super_block *sb) in show_on_disk_super()
265 static int show_oidmap(struct seq_file *m, struct super_block *sb) in show_oidmap()
295 static int show_journal(struct seq_file *m, struct super_block *sb) in show_journal()
398 static void *r_start(struct seq_file *m, loff_t * pos) in r_start()
414 static void *r_next(struct seq_file *m, void *v, loff_t * pos) in r_next()
422 static void r_stop(struct seq_file *m, void *v) in r_stop()
[all …]
/linux-3.3/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
217 struct mma8450 *m = i2c_get_clientdata(c); in mma8450_remove() local
/linux-3.3/arch/microblaze/kernel/cpu/
Dmb.c28 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
139 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
146 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
152 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-3.3/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-3.3/drivers/gpu/drm/i915/
Di915_debugfs.c58 static int i915_capabilities(struct seq_file *m, void *data) in i915_capabilities()
122 describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) in describe_obj()
156 static int i915_gem_object_list_info(struct seq_file *m, void *data) in i915_gem_object_list_info()
224 static int i915_gem_object_info(struct seq_file *m, void* data) in i915_gem_object_info()
292 static int i915_gem_gtt_info(struct seq_file *m, void* data) in i915_gem_gtt_info()
324 static int i915_gem_pageflip_info(struct seq_file *m, void *data) in i915_gem_pageflip_info()
372 static int i915_gem_request_info(struct seq_file *m, void *data) in i915_gem_request_info()
426 static void i915_ring_seqno_info(struct seq_file *m, in i915_ring_seqno_info()
439 static int i915_gem_seqno_info(struct seq_file *m, void *data) in i915_gem_seqno_info()
459 static int i915_interrupt_info(struct seq_file *m, void *data) in i915_interrupt_info()
[all …]

12345678910>>...47