/linux/net/tipc/ |
A D | msg.h | 250 static inline u32 msg_user(struct tipc_msg *m) in msg_user() 255 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata() 265 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz() 275 static inline u32 msg_size(struct tipc_msg *m) in msg_size() 280 static inline u32 msg_blocks(struct tipc_msg *m) in msg_blocks() 300 static inline int msg_is_syn(struct tipc_msg *m) in msg_is_syn() 388 static inline u32 msg_type(struct tipc_msg *m) in msg_type() 410 static inline u32 msg_named(struct tipc_msg *m) in msg_named() 415 static inline u32 msg_mcast(struct tipc_msg *m) in msg_mcast() 534 static inline u16 msg_ack(struct tipc_msg *m) in msg_ack() [all …]
|
/linux/arch/alpha/include/asm/ |
A D | core_mcpcia.h | 78 #define MCPCIA_MID(m) ((unsigned long)(m) << 33) argument 101 #define MCPCIA_REV(m) (MCPCIA_CSR(m) + 0x000) argument 102 #define MCPCIA_WHOAMI(m) (MCPCIA_CSR(m) + 0x040) argument 103 #define MCPCIA_PCI_LAT(m) (MCPCIA_CSR(m) + 0x080) argument 105 #define MCPCIA_HAE_MEM(m) (MCPCIA_CSR(m) + 0x400) argument 106 #define MCPCIA_HAE_IO(m) (MCPCIA_CSR(m) + 0x440) argument 113 #define MCPCIA_INT_CTL(m) (MCPCIA_CSR(m) + 0x500) argument 114 #define MCPCIA_INT_REQ(m) (MCPCIA_CSR(m) + 0x540) argument 116 #define MCPCIA_INT_ADR(m) (MCPCIA_CSR(m) + 0x5C0) argument 138 #define MCPCIA_MC_ERR0(m) (MCPCIA_CSR(m) + 0x800) argument [all …]
|
A D | bitops.h | 32 int *m = ((int *) addr) + (nr >> 5); in set_bit() local 52 int *m = ((int *) addr) + (nr >> 5); in __set_bit() local 61 int *m = ((int *) addr) + (nr >> 5); in clear_bit() local 88 int *m = ((int *) addr) + (nr >> 5); in __clear_bit() local 104 int *m = ((int *) addr) + (nr >> 5); in change_bit() local 124 int *m = ((int *) addr) + (nr >> 5); in __change_bit() local 134 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit() local 164 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit_lock() local 193 int *m = ((int *) addr) + (nr >> 5); in __test_and_set_bit() local 205 int *m = ((int *) addr) + (nr >> 5); in test_and_clear_bit() local [all …]
|
A D | xchg.h | 18 ____xchg(_u8, volatile char *m, unsigned long val) in ____xchg() 41 ____xchg(_u16, volatile short *m, unsigned long val) in ____xchg() 64 ____xchg(_u32, volatile int *m, unsigned long val) in ____xchg() 83 ____xchg(_u64, volatile long *m, unsigned long val) in ____xchg() 129 ____cmpxchg(_u8, volatile char *m, unsigned char old, unsigned char new) in ____cmpxchg() 155 ____cmpxchg(_u16, volatile short *m, unsigned short old, unsigned short new) in ____cmpxchg() 181 ____cmpxchg(_u32, volatile int *m, int old, int new) in ____cmpxchg() 203 ____cmpxchg(_u64, volatile long *m, unsigned long old, unsigned long new) in ____cmpxchg()
|
/linux/include/linux/isdn/ |
A D | capiutil.h | 19 #define CAPIMSG_U8(m, off) (m[off]) argument 20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument 22 #define CAPIMSG_LEN(m) CAPIMSG_U16(m,0) argument 23 #define CAPIMSG_APPID(m) CAPIMSG_U16(m,2) argument 24 #define CAPIMSG_COMMAND(m) CAPIMSG_U8(m,4) argument 25 #define CAPIMSG_SUBCOMMAND(m) CAPIMSG_U8(m,5) argument 26 #define CAPIMSG_CMD(m) (((m[4])<<8)|(m[5])) argument 27 #define CAPIMSG_MSGID(m) CAPIMSG_U16(m,6) argument 28 #define CAPIMSG_CONTROLLER(m) (m[8] & 0x7f) argument 29 #define CAPIMSG_CONTROL(m) CAPIMSG_U32(m, 8) argument [all …]
|
/linux/fs/afs/ |
A D | proc.c | 21 static inline struct afs_net *afs_seq2net(struct seq_file *m) in afs_seq2net() 26 static inline struct afs_net *afs_seq2net_single(struct seq_file *m) in afs_seq2net_single() 34 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show() 71 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop() 90 struct seq_file *m = file->private_data; in afs_proc_cells_write() local 152 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show() 174 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() local 376 static int afs_proc_servers_show(struct seq_file *m, void *v) in afs_proc_servers_show() 436 static int afs_proc_sysname_show(struct seq_file *m, void *v) in afs_proc_sysname_show() 493 struct seq_file *m = file->private_data; in afs_proc_sysname_write() local [all …]
|
/linux/drivers/mfd/ |
A D | mcp-sa11x0.c | 35 #define MCCR0(m) ((m)->base0 + 0x00) argument 36 #define MCDR0(m) ((m)->base0 + 0x08) argument 37 #define MCDR1(m) ((m)->base0 + 0x0c) argument 38 #define MCDR2(m) ((m)->base0 + 0x10) argument 39 #define MCSR(m) ((m)->base0 + 0x18) argument 40 #define MCCR1(m) ((m)->base1 + 0x00) argument 47 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_telecom_divisor() local 59 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_audio_divisor() local 77 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_write() local 104 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_read() local [all …]
|
/linux/drivers/media/test-drivers/vidtv/ |
A D | vidtv_mux.c | 34 *vidtv_mux_get_pid_ctx(struct vidtv_mux *m, u16 pid) in vidtv_mux_get_pid_ctx() 76 static int vidtv_mux_pid_ctx_init(struct vidtv_mux *m) in vidtv_mux_pid_ctx_init() 115 static void vidtv_mux_update_clk(struct vidtv_mux *m) in vidtv_mux_update_clk() 130 static u32 vidtv_mux_push_si(struct vidtv_mux *m) in vidtv_mux_push_si() 221 static u32 vidtv_mux_push_pcr(struct vidtv_mux *m) in vidtv_mux_push_pcr() 380 static void vidtv_mux_clear(struct vidtv_mux *m) in vidtv_mux_clear() 391 struct vidtv_mux *m = container_of(work, in vidtv_mux_tick() local 457 void vidtv_mux_start_thread(struct vidtv_mux *m) in vidtv_mux_start_thread() 469 void vidtv_mux_stop_thread(struct vidtv_mux *m) in vidtv_mux_stop_thread() 481 struct vidtv_mux *m; in vidtv_mux_init() local [all …]
|
/linux/fs/ |
A D | pnode.h | 13 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED) argument 14 #define IS_MNT_SLAVE(m) ((m)->mnt_master) argument 15 #define IS_MNT_NEW(m) (!(m)->mnt_ns || is_anon_ns((m)->mnt_ns)) argument 16 #define CLEAR_MNT_SHARED(m) ((m)->mnt.mnt_flags &= ~MNT_SHARED) argument 17 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE) argument 18 #define IS_MNT_MARKED(m) ((m)->mnt.mnt_flags & MNT_MARKED) argument 19 #define SET_MNT_MARK(m) ((m)->mnt.mnt_flags |= MNT_MARKED) argument 20 #define CLEAR_MNT_MARK(m) ((m)->mnt.mnt_flags &= ~MNT_MARKED) argument 21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED) argument
|
A D | proc_namespace.c | 23 struct seq_file *m = file->private_data; in mounts_poll() local 45 static int show_sb_opts(struct seq_file *m, struct super_block *sb) in show_sb_opts() 64 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts() 87 static inline void mangle(struct seq_file *m, const char *s) in mangle() 92 static void show_type(struct seq_file *m, struct super_block *sb) in show_type() 101 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt() 135 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo() 197 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat() 250 struct seq_file *m; in mounts_open_common() local 301 struct seq_file *m = file->private_data; in mounts_release() local
|
/linux/arch/ia64/include/asm/ |
A D | bitops.h | 43 volatile __u32 *m; in set_bit() local 46 m = (volatile __u32 *) addr + (nr >> 5); in set_bit() local 84 volatile __u32 *m; in clear_bit() local 87 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit() local 108 volatile __u32 *m; in clear_bit_unlock() local 165 volatile __u32 *m; in change_bit() local 204 volatile __u32 *m; in test_and_set_bit() local 239 __u32 m = 1 << (nr & 31); in __test_and_set_bit() local 258 volatile __u32 *m; in test_and_clear_bit() local 284 __u32 m = 1 << (nr & 31); in __test_and_clear_bit() local [all …]
|
/linux/drivers/md/ |
A D | dm-mpath.c | 205 struct multipath *m; in alloc_multipath() local 467 #define dm_report_EIO(m) \ argument 504 struct multipath *m = ti->private; in multipath_clone_and_map() local 664 struct multipath *m = ti->private; in multipath_map_bio() local 686 struct multipath *m = in process_queued_bios() local 818 struct multipath *m = in trigger_event() local 931 struct multipath *m = ti->private; in parse_path() local 977 struct multipath *m) in parse_priority_group() 1181 struct multipath *m; in multipath_ctr() local 1314 struct multipath *m = ti->private; in multipath_dtr() local [all …]
|
/linux/kernel/locking/ |
A D | lockdep_proc.c | 32 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() 37 static void l_stop(struct seq_file *m, void *v) in l_stop() 58 static int l_show(struct seq_file *m, void *v) in l_show() 107 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start() 124 static void lc_stop(struct seq_file *m, void *v) in lc_stop() 128 static int lc_show(struct seq_file *m, void *v) in lc_show() 414 static void seq_time(struct seq_file *m, s64 time) in seq_time() 543 static void seq_header(struct seq_file *m) in seq_header() 591 static void ls_stop(struct seq_file *m, void *v) in ls_stop() 595 static int ls_show(struct seq_file *m, void *v) in ls_show() [all …]
|
/linux/block/ |
A D | blk-mq-debugfs.c | 27 static int queue_poll_stat_show(void *data, struct seq_file *m) in queue_poll_stat_show() 136 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show() 225 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show() 253 static int hctx_flags_show(void *data, struct seq_file *m) in hctx_flags_show() 356 int blk_mq_debugfs_rq_show(struct seq_file *m, void *v) in blk_mq_debugfs_rq_show() 394 struct seq_file *m; member 413 static int hctx_busy_show(void *data, struct seq_file *m) in hctx_busy_show() 447 static void blk_mq_debugfs_tags_show(struct seq_file *m, in blk_mq_debugfs_tags_show() 532 static int hctx_run_show(void *data, struct seq_file *m) in hctx_run_show() 613 struct seq_file *m = file->private_data; in blk_mq_debugfs_write() local [all …]
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_display_debugfs.c | 644 static void intel_hdcp_info(struct seq_file *m, in intel_hdcp_info() 669 static void intel_dp_info(struct seq_file *m, in intel_dp_info() 693 static void intel_hdmi_info(struct seq_file *m, in intel_hdmi_info() 972 struct seq_file *m = file->private_data; in crtc_updates_write() local 1163 struct seq_file *m = file->private_data; in i915_ipc_status_write() local 1710 struct seq_file *m = file->private_data; in wm_latency_write() local 1756 struct seq_file *m = file->private_data; in pri_wm_latency_write() local 1771 struct seq_file *m = file->private_data; in spr_wm_latency_write() local 1786 struct seq_file *m = file->private_data; in cur_wm_latency_write() local 1848 struct seq_file *m = file->private_data; in i915_hpd_storm_ctl_write() local [all …]
|
/linux/kernel/irq/ |
A D | matrix.c | 53 struct irq_matrix *m; in irq_alloc_matrix() local 78 void irq_matrix_online(struct irq_matrix *m) in irq_matrix_online() 99 void irq_matrix_offline(struct irq_matrix *m) in irq_matrix_offline() 129 static unsigned int matrix_find_best_cpu(struct irq_matrix *m, in matrix_find_best_cpu() 181 void irq_matrix_assign_system(struct irq_matrix *m, unsigned int bit, in irq_matrix_assign_system() 322 void irq_matrix_assign(struct irq_matrix *m, unsigned int bit) in irq_matrix_assign() 346 void irq_matrix_reserve(struct irq_matrix *m) in irq_matrix_reserve() 364 void irq_matrix_remove_reserved(struct irq_matrix *m) in irq_matrix_remove_reserved() 418 void irq_matrix_free(struct irq_matrix *m, unsigned int cpu, in irq_matrix_free() 463 unsigned int irq_matrix_reserved(struct irq_matrix *m) in irq_matrix_reserved() [all …]
|
/linux/drivers/net/wireless/intersil/hostap/ |
A D | hostap_proc.c | 15 static int prism2_debug_proc_show(struct seq_file *m, void *v) in prism2_debug_proc_show() 48 static int prism2_stats_proc_show(struct seq_file *m, void *v) in prism2_stats_proc_show() 86 static int prism2_wds_proc_show(struct seq_file *m, void *v) in prism2_wds_proc_show() 98 static void *prism2_wds_proc_start(struct seq_file *m, loff_t *_pos) in prism2_wds_proc_start() 111 static void prism2_wds_proc_stop(struct seq_file *m, void *v) in prism2_wds_proc_stop() 124 static int prism2_bss_list_proc_show(struct seq_file *m, void *v) in prism2_bss_list_proc_show() 151 static void *prism2_bss_list_proc_start(struct seq_file *m, loff_t *_pos) in prism2_bss_list_proc_start() 165 static void prism2_bss_list_proc_stop(struct seq_file *m, void *v) in prism2_bss_list_proc_stop() 180 static int prism2_crypt_proc_show(struct seq_file *m, void *v) in prism2_crypt_proc_show() 273 static int prism2_scan_results_proc_show(struct seq_file *m, void *v) in prism2_scan_results_proc_show() [all …]
|
/linux/drivers/block/drbd/ |
A D | drbd_debugfs.c | 33 static void __seq_print_rq_state_bit(struct seq_file *m, in __seq_print_rq_state_bit() 47 static void seq_print_rq_state_bit(struct seq_file *m, in seq_print_rq_state_bit() 246 static void seq_print_peer_request(struct seq_file *m, in seq_print_peer_request() 271 static void seq_print_device_peer_requests(struct seq_file *m, in seq_print_device_peer_requests() 360 static int in_flight_summary_show(struct seq_file *m, void *pos) in in_flight_summary_show() 499 static void seq_print_one_timing_detail(struct seq_file *m, in seq_print_one_timing_detail() 518 static void seq_print_timing_details(struct seq_file *m, in seq_print_timing_details() 537 static int callback_history_show(struct seq_file *m, void *ignored) in callback_history_show() 718 static int device_data_gen_id_show(struct seq_file *m, void *ignored) in device_data_gen_id_show() 737 static int device_ed_gen_id_show(struct seq_file *m, void *ignored) in device_ed_gen_id_show() [all …]
|
/linux/drivers/iommu/intel/ |
A D | debugfs.c | 114 static int iommu_regset_show(struct seq_file *m, void *unused) in iommu_regset_show() 160 static inline void print_tbl_walk(struct seq_file *m) in print_tbl_walk() 202 static void pasid_dir_walk(struct seq_file *m, u64 pasid_dir_ptr, in pasid_dir_walk() 314 dump_page_info(struct seq_file *m, unsigned long iova, u64 *path) in dump_page_info() 321 static void pgtable_walk_level(struct seq_file *m, struct dma_pte *pde, in pgtable_walk_level() 348 struct seq_file *m = data; in show_device_domain_translation() local 379 static void invalidation_queue_entry_show(struct seq_file *m, in invalidation_queue_entry_show() 406 static int invalidation_queue_show(struct seq_file *m, void *unused) in invalidation_queue_show() 440 static void ir_tbl_remap_entry_show(struct seq_file *m, in ir_tbl_remap_entry_show() 464 static void ir_tbl_posted_entry_show(struct seq_file *m, in ir_tbl_posted_entry_show() [all …]
|
/linux/arch/x86/kernel/cpu/ |
A D | proc.c | 17 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core() 32 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc() 50 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc() 61 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 159 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/fs/notify/ |
A D | fdinfo.c | 24 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() 25 void (*show)(struct seq_file *m, in show_fdinfo() 41 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 68 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 75 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() 142 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
|
/linux/drivers/mailbox/ |
A D | pl320-ipc.c | 20 #define IPCMxSOURCE(m) ((m) * 0x40) argument 21 #define IPCMxDSET(m) (((m) * 0x40) + 0x004) argument 22 #define IPCMxDCLEAR(m) (((m) * 0x40) + 0x008) argument 23 #define IPCMxDSTATUS(m) (((m) * 0x40) + 0x00C) argument 24 #define IPCMxMODE(m) (((m) * 0x40) + 0x010) argument 25 #define IPCMxMSET(m) (((m) * 0x40) + 0x014) argument 26 #define IPCMxMCLEAR(m) (((m) * 0x40) + 0x018) argument 27 #define IPCMxMSTATUS(m) (((m) * 0x40) + 0x01C) argument 28 #define IPCMxSEND(m) (((m) * 0x40) + 0x020) argument 29 #define IPCMxDR(m, dr) (((m) * 0x40) + ((dr) * 4) + 0x024) argument
|
/linux/arch/arm/vfp/ |
A D | vfpsingle.c | 259 static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fabs() 935 static u32 vfp_single_fmac(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmac() 943 static u32 vfp_single_fnmac(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fnmac() 951 static u32 vfp_single_fmsc(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmsc() 959 static u32 vfp_single_fnmsc(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fnmsc() 967 static u32 vfp_single_fmul(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fmul() 990 static u32 vfp_single_fnmul(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fnmul() 1014 static u32 vfp_single_fadd(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fadd() 1041 static u32 vfp_single_fsub(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fsub() 1052 static u32 vfp_single_fdiv(int sd, int sn, s32 m, u32 fpscr) in vfp_single_fdiv() [all …]
|
/linux/arch/s390/kernel/ |
A D | sysinfo.c | 81 static void stsi_1_1_1(struct seq_file *m, struct sysinfo_1_1_1 *info) in stsi_1_1_1() 141 static void stsi_15_1_x(struct seq_file *m, struct sysinfo_15_1_x *info) in stsi_15_1_x() 163 static void stsi_1_2_2(struct seq_file *m, struct sysinfo_1_2_2 *info) in stsi_1_2_2() 206 static void stsi_2_2_2(struct seq_file *m, struct sysinfo_2_2_2 *info) in stsi_2_2_2() 240 static void print_ext_name(struct seq_file *m, int lvl, in print_ext_name() 258 static void stsi_3_2_2(struct seq_file *m, struct sysinfo_3_2_2 *info) in stsi_3_2_2() 280 static int sysinfo_show(struct seq_file *m, void *v) in sysinfo_show() 352 static void *service_level_start(struct seq_file *m, loff_t *pos) in service_level_start() 363 static void service_level_stop(struct seq_file *m, void *p) in service_level_stop() 368 static int service_level_show(struct seq_file *m, void *p) in service_level_show() [all …]
|
/linux/arch/sh/kernel/cpu/ |
A D | proc.c | 47 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags() 65 static void show_cacheinfo(struct seq_file *m, const char *type, in show_cacheinfo() 79 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 133 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 137 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 142 static void c_stop(struct seq_file *m, void *v) in c_stop()
|