| /linux/net/tipc/ |
| H A D | msg.h | 205 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word() 210 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word() 215 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits() 220 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits() 232 static inline u32 msg_version(struct tipc_msg *m) in msg_version() 237 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version() 242 static inline u32 msg_user(struct tipc_msg *m) in msg_user() 247 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata() 252 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user() 257 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz() [all …]
|
| H A D | group.c | 105 static void tipc_group_open(struct tipc_member *m, bool *wakeup) in tipc_group_open() 116 struct tipc_member *m) in tipc_group_decr_active() 146 static bool tipc_group_is_receiver(struct tipc_member *m) in tipc_group_is_receiver() 151 static bool tipc_group_is_sender(struct tipc_member *m) in tipc_group_is_sender() 200 struct tipc_member *m, *tmp; in tipc_group_join() local 215 struct tipc_member *m, *tmp; in tipc_group_delete() local 237 struct tipc_member *m; in tipc_group_find_member() local 255 struct tipc_member *m; in tipc_group_find_dest() local 266 struct tipc_member *m; in tipc_group_find_node() local 278 struct tipc_member *m) in tipc_group_add_to_tree() [all …]
|
| /linux/arch/alpha/include/asm/ |
| H A D | core_mcpcia.h | 78 #define MCPCIA_MID(m) ((unsigned long)(m) << 33) argument 89 #define MCPCIA_SPARSE(m) (IDENT_ADDR + 0xf000000000UL + MCPCIA_MID(m)) argument 90 #define MCPCIA_DENSE(m) (IDENT_ADDR + 0xf100000000UL + MCPCIA_MID(m)) argument 91 #define MCPCIA_IO(m) (IDENT_ADDR + 0xf180000000UL + MCPCIA_MID(m)) argument 92 #define MCPCIA_CONF(m) (IDENT_ADDR + 0xf1c0000000UL + MCPCIA_MID(m)) argument 93 #define MCPCIA_CSR(m) (IDENT_ADDR + 0xf1e0000000UL + MCPCIA_MID(m)) argument 94 #define MCPCIA_IO_IACK(m) (IDENT_ADDR + 0xf1f0000000UL + MCPCIA_MID(m)) argument 95 #define MCPCIA_DENSE_IO(m) (IDENT_ADDR + 0xe1fc000000UL + MCPCIA_MID(m)) argument 96 #define MCPCIA_DENSE_CONF(m) (IDENT_ADDR + 0xe1fe000000UL + MCPCIA_MID(m)) argument 101 #define MCPCIA_REV(m) (MCPCIA_CSR(m) + 0x000) argument [all …]
|
| H A D | bitops.h | 32 int *m = ((int *) addr) + (nr >> 5); in set_bit() local 52 int *m = ((int *) addr) + (nr >> 5); in arch___set_bit() local 61 int *m = ((int *) addr) + (nr >> 5); in clear_bit() local 88 int *m = ((int *) addr) + (nr >> 5); in arch___clear_bit() local 104 int *m = ((int *) addr) + (nr >> 5); in change_bit() local 124 int *m = ((int *) addr) + (nr >> 5); in arch___change_bit() local 134 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit() local 164 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit_lock() local 193 int *m = ((int *) addr) + (nr >> 5); in arch___test_and_set_bit() local 205 int *m = ((int *) addr) + (nr >> 5); in test_and_clear_bit() local [all …]
|
| H A D | cmpxchg.h | 12 ____xchg_u8(volatile char *m, unsigned long val) in ____xchg_u8() 35 ____xchg_u16(volatile short *m, unsigned long val) in ____xchg_u16() 58 ____xchg_u32(volatile int *m, unsigned long val) in ____xchg_u32() 77 ____xchg_u64(volatile long *m, unsigned long val) in ____xchg_u64() 117 ____cmpxchg_u8(volatile char *m, unsigned char old, unsigned char new) in ____cmpxchg_u8() 143 ____cmpxchg_u16(volatile short *m, unsigned short old, unsigned short new) in ____cmpxchg_u16() 169 ____cmpxchg_u32(volatile int *m, int old, int new) in ____cmpxchg_u32() 191 ____cmpxchg_u64(volatile long *m, unsigned long old, unsigned long new) in ____cmpxchg_u64()
|
| /linux/fs/ |
| H A D | pnode.c | 37 struct mount *m = mnt; in get_peer_under_root() local 58 struct mount *m; in get_dominating_id() local 69 static inline bool will_be_unmounted(struct mount *m) in will_be_unmounted() 77 struct mount *m; in transfer_propagation() local 95 struct mount *m = mnt->mnt_master; in change_mnt_propagation() local 126 static struct mount *trace_transfers(struct mount *m) in trace_transfers() 152 static void set_destinations(struct mount *m, struct mount *master) in set_destinations() 164 struct mount *m; in bulk_make_private() local 177 static struct mount *__propagation_next(struct mount *m, in __propagation_next() 204 static struct mount *propagation_next(struct mount *m, in propagation_next() [all …]
|
| H A D | pnode.h | 13 #define IS_MNT_SHARED(m) ((m)->mnt_t_flags & T_SHARED) argument 14 #define IS_MNT_SLAVE(m) ((m)->mnt_master) argument 15 #define IS_MNT_NEW(m) (!(m)->mnt_ns) argument 16 #define CLEAR_MNT_SHARED(m) ((m)->mnt_t_flags &= ~T_SHARED) argument 17 #define IS_MNT_UNBINDABLE(m) ((m)->mnt_t_flags & T_UNBINDABLE) argument 18 #define IS_MNT_MARKED(m) ((m)->mnt_t_flags & T_MARKED) argument 19 #define SET_MNT_MARK(m) ((m)->mnt_t_flags |= T_MARKED) argument 20 #define CLEAR_MNT_MARK(m) ((m)->mnt_t_flags &= ~T_MARKED) argument 21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED) argument
|
| H A D | seq_file.c | 29 static void seq_set_overflow(struct seq_file *m) in seq_set_overflow() 91 static int traverse(struct seq_file *m, loff_t offset) in traverse() 174 struct seq_file *m = iocb->ki_filp->private_data; in seq_read_iter() local 311 struct seq_file *m = file->private_data; in seq_lseek() local 355 struct seq_file *m = file->private_data; in seq_release() local 375 void seq_escape_mem(struct seq_file *m, const char *src, size_t len, in seq_escape_mem() 387 void seq_vprintf(struct seq_file *m, const char *f, va_list args) in seq_vprintf() 402 void seq_printf(struct seq_file *m, const char *f, ...) in seq_printf() 413 void seq_bprintf(struct seq_file *m, const char *f, const u32 *binary) in seq_bprintf() 471 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() [all …]
|
| /linux/fs/afs/ |
| H 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() 59 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start() 66 static void *afs_proc_cells_next(struct seq_file *m, void *v, loff_t *pos) in afs_proc_cells_next() 71 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop() 90 struct seq_file *m = file->private_data; in afs_proc_cells_write() local 154 static int afs_proc_addr_prefs_show(struct seq_file *m, void *v) in afs_proc_addr_prefs_show() 204 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show() 226 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() local [all …]
|
| /linux/drivers/mfd/ |
| H A 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/net/ethernet/marvell/octeon_ep/ |
| H A D | octep_ctrl_mbox.c | 38 #define OCTEP_CTRL_MBOX_INFO_MAGIC_NUM(m) (m) argument 39 #define OCTEP_CTRL_MBOX_INFO_BARMEM_SZ(m) ((m) + 8) argument 40 #define OCTEP_CTRL_MBOX_INFO_HOST_VERSION(m) ((m) + 16) argument 41 #define OCTEP_CTRL_MBOX_INFO_HOST_STATUS(m) ((m) + 24) argument 42 #define OCTEP_CTRL_MBOX_INFO_FW_VERSION(m) ((m) + 136) argument 43 #define OCTEP_CTRL_MBOX_INFO_FW_STATUS(m) ((m) + 144) argument 45 #define OCTEP_CTRL_MBOX_H2FQ_INFO(m) ((m) + OCTEP_CTRL_MBOX_INFO_SZ) argument 46 #define OCTEP_CTRL_MBOX_H2FQ_PROD(m) (OCTEP_CTRL_MBOX_H2FQ_INFO(m)) argument 47 #define OCTEP_CTRL_MBOX_H2FQ_CONS(m) ((OCTEP_CTRL_MBOX_H2FQ_INFO(m)) + 4) argument 48 #define OCTEP_CTRL_MBOX_H2FQ_SZ(m) ((OCTEP_CTRL_MBOX_H2FQ_INFO(m)) + 8) argument [all …]
|
| /linux/kernel/locking/ |
| H A D | lockdep_proc.c | 38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() 47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() 56 static void l_stop(struct seq_file *m, void *v) in l_stop() 60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name() 77 static int l_show(struct seq_file *m, void *v) in l_show() 128 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start() 139 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next() 145 static void lc_stop(struct seq_file *m, void *v) in lc_stop() 149 static int lc_show(struct seq_file *m, void *v) in lc_show() 193 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show() [all …]
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_debugfs.c | 25 static void seq_print_age_or_dash(struct seq_file *m, bool valid, unsigned long dt) in seq_print_age_or_dash() 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() 54 static void seq_print_request_state(struct seq_file *m, struct drbd_request *req) in seq_print_request_state() 96 static void seq_print_one_request(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_one_request() 122 static void seq_print_minor_vnr_req(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_minor_vnr_req() 128 static void seq_print_resource_pending_meta_io(struct seq_file *m, struct drbd_resource *resource, … in seq_print_resource_pending_meta_io() 156 static void seq_print_waiting_for_AL(struct seq_file *m, struct drbd_resource *resource, unsigned l… in seq_print_waiting_for_AL() 191 static void seq_print_device_bitmap_io(struct seq_file *m, struct drbd_device *device, unsigned lon… in seq_print_device_bitmap_io() 216 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/arch/arm/vfp/ |
| H A D | vfpsingle.c | 259 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/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_mqd_manager_v9.c | 72 struct v9_mqd *m; in update_cu_mask() local 113 static void set_priority(struct v9_mqd *m, struct queue_properties *q) in set_priority() 188 struct v9_mqd *m; in init_mqd() local 270 struct v9_mqd *m; in update_mqd() local 351 struct v9_mqd *m = (struct v9_mqd *)mqd; in check_preemption_failed() local 365 struct v9_mqd *m; in get_wave_state() local 397 struct v9_mqd *m = get_mqd(mqd); in get_checkpoint_info() local 407 struct v9_mqd *m; in checkpoint_mqd() local 422 struct v9_mqd *m; in checkpoint_mqd_v9_4_3() local 442 struct v9_mqd *m; in restore_mqd() local [all …]
|
| /linux/kernel/module/ |
| H A D | procfs.c | 16 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info() 41 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info() 49 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() 55 static void *m_next(struct seq_file *m, void *p, loff_t *pos) in m_next() 60 static void m_stop(struct seq_file *m, void *p) in m_stop() 74 static int m_show(struct seq_file *m, void *p) in m_show() 131 struct seq_file *m = file->private_data; in modules_open() local
|
| /linux/arch/sh/kernel/cpu/ |
| H 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()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | lparcfg.c | 143 static void show_gpci_data(struct seq_file *m) in show_gpci_data() 198 static void parse_ppp_data(struct seq_file *m) in parse_ppp_data() 277 static void parse_mpp_data(struct seq_file *m) in parse_mpp_data() 315 static void parse_mpp_x_data(struct seq_file *m) in parse_mpp_x_data() 344 static int read_rtas_lpar_name(struct seq_file *m) in read_rtas_lpar_name() 367 static int read_dt_lpar_name(struct seq_file *m) in read_dt_lpar_name() 382 static void read_lpar_name(struct seq_file *m) in read_lpar_name() 396 static void parse_system_parameter_string(struct seq_file *m) in parse_system_parameter_string() 472 static void pseries_cmo_data(struct seq_file *m) in pseries_cmo_data() 496 static void splpar_dispatch_data(struct seq_file *m) in splpar_dispatch_data() [all …]
|
| /linux/net/can/ |
| H A D | proc.c | 188 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist() 204 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner() 216 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show() 281 static int can_reset_stats_proc_show(struct seq_file *m, void *v) in can_reset_stats_proc_show() 302 static inline void can_rcvlist_proc_show_one(struct seq_file *m, int idx, in can_rcvlist_proc_show_one() 314 static int can_rcvlist_proc_show(struct seq_file *m, void *v) in can_rcvlist_proc_show() 345 static inline void can_rcvlist_proc_show_array(struct seq_file *m, in can_rcvlist_proc_show_array() 370 static int can_rcvlist_sff_proc_show(struct seq_file *m, void *v) in can_rcvlist_sff_proc_show() 403 static int can_rcvlist_eff_proc_show(struct seq_file *m, void *v) in can_rcvlist_eff_proc_show()
|
| /linux/arch/csky/kernel/ |
| H A D | cpu-probe.c | 13 struct seq_file *m = (struct seq_file *)arg; in percpu_print() local 46 static int c_show(struct seq_file *m, void *v) in c_show() 61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 66 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 72 static void c_stop(struct seq_file *m, void *v) {} in c_stop()
|
| /linux/net/sched/ |
| H A D | act_mirred.c | 63 static struct net_device *tcf_mirred_dev_dereference(struct tcf_mirred *m) in tcf_mirred_dev_dereference() argument 71 struct tcf_mirred *m = to_mirred(a); in tcf_mirred_release() local 90 static void tcf_mirred_replace_dev(struct tcf_mirred *m, in tcf_mirred_replace_dev() argument 111 struct tcf_mirred *m; tcf_mirred_init() local 247 tcf_mirred_to_dev(struct sk_buff * skb,struct tcf_mirred * m,struct net_device * dev,const bool m_mac_header_xmit,int m_eaction,int retval) tcf_mirred_to_dev() argument 337 tcf_blockcast_redir(struct sk_buff * skb,struct tcf_mirred * m,struct tcf_block * block,int m_eaction,const u32 exception_ifindex,int retval) tcf_blockcast_redir() argument 371 tcf_blockcast_mirror(struct sk_buff * skb,struct tcf_mirred * m,struct tcf_block * block,int m_eaction,const u32 exception_ifindex,int retval) tcf_blockcast_mirror() argument 390 tcf_blockcast(struct sk_buff * skb,struct tcf_mirred * m,const u32 blockid,struct tcf_result * res,int retval) tcf_blockcast() argument 424 struct tcf_mirred *m = to_mirred(a); tcf_mirred_act() local 480 struct tcf_mirred *m = to_mirred(a); tcf_stats_update() local 491 struct tcf_mirred *m = to_mirred(a); tcf_mirred_dump() local 532 struct tcf_mirred *m; mirred_device_event() local 569 struct tcf_mirred *m = to_mirred(a); tcf_mirred_get_dev() local [all...] |
| /linux/arch/sh/math-emu/ |
| H A D | math.c | 81 fcmp_gt(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_gt() 92 fcmp_eq(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_eq() 108 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fadd() 115 fsub(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fsub() 122 fmul(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmul() 129 fdiv(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fdiv() 136 fmac(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmac() 157 fmov_idx_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_idx_reg() 173 fmov_mem_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_mem_reg() 189 fmov_inc_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_inc_reg() [all …]
|
| /linux/fs/proc/ |
| H A D | nommu.c | 31 static int nommu_region_show(struct seq_file *m, struct vm_region *region) in nommu_region_show() 72 static int nommu_region_list_show(struct seq_file *m, void *_p) in nommu_region_list_show() 79 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) in nommu_region_list_start() 92 static void nommu_region_list_stop(struct seq_file *m, void *v) in nommu_region_list_stop() 97 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
|
| H A D | proc_tty.c | 26 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()
|
| /linux/arch/x86/kernel/ |
| H A D | mpparse.c | 51 static void __init MP_processor_info(struct mpc_cpu *m) in MP_processor_info() 67 static void __init mpc_oem_bus_info(struct mpc_bus *m, char *str) in mpc_oem_bus_info() 74 static void __init MP_bus_info(struct mpc_bus *m) in MP_bus_info() 104 static void __init MP_ioapic_info(struct mpc_ioapic *m) in MP_ioapic_info() 125 static inline void __init MP_bus_info(struct mpc_bus *m) {} in MP_bus_info() 126 static inline void __init MP_ioapic_info(struct mpc_ioapic *m) {} in MP_ioapic_info() 129 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() 681 static void __init check_irq_src(struct mpc_intsrc *m, int *nr_m_spare) in check_irq_src() 721 inline void __init check_irq_src(struct mpc_intsrc *m, int *nr_m_spare) {} in check_irq_src() [all …]
|