Home
last modified time | relevance | path

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

123

/include/linux/
Dseq_file.h51 static inline bool seq_has_overflowed(struct seq_file *m) in seq_has_overflowed()
64 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf()
84 static inline void seq_commit(struct seq_file *m, int num) in seq_commit()
102 static inline void seq_setwidth(struct seq_file *m, size_t size) in seq_setwidth()
159 static inline void seq_show_option(struct seq_file *m, const char *name, in seq_show_option()
181 #define seq_show_option_n(m, name, value, length) { \ argument
Dsyscalls.h93 #define __MAP0(m,...) argument
94 #define __MAP1(m,t,a) m(t,a) argument
95 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument
96 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument
97 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument
98 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument
99 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument
Dwin_minmax.h22 static inline u32 minmax_get(const struct minmax *m) in minmax_get()
27 static inline u32 minmax_reset(struct minmax *m, u32 t, u32 meas) in minmax_reset()
Djiffies.h308 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies()
319 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies()
330 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies()
363 static __always_inline unsigned long msecs_to_jiffies(const unsigned int m) in msecs_to_jiffies()
Dreciprocal_div.h24 u32 m; member
Dplist.h193 #define plist_for_each_entry_continue(pos, head, m) \ argument
205 #define plist_for_each_entry_safe(pos, n, head, m) \ argument
Dconsolemap.h28 #define set_translate(m, vc) ((unsigned short *)NULL) argument
Dmemblock.h170 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable()
175 static inline bool memblock_is_mirror(struct memblock_region *m) in memblock_is_mirror()
180 static inline bool memblock_is_nomap(struct memblock_region *m) in memblock_is_nomap()
Drio_regs.h228 #define RIO_PORT_N_MNT_REQ_CSR(n, m) (0x40 + (n) * (0x20 * (m))) argument
231 #define RIO_PORT_N_MNT_RSP_CSR(n, m) (0x44 + (n) * (0x20 * (m))) argument
240 #define RIO_PORT_N_CTL2_CSR(n, m) (0x54 + (n) * (0x20 * (m))) argument
242 #define RIO_PORT_N_ERR_STS_CSR(n, m) (0x58 + (n) * (0x20 * (m))) argument
250 #define RIO_PORT_N_CTL_CSR(n, m) (0x5c + (n) * (0x20 * (m))) argument
Dbch.h50 unsigned int m; member
Dfilter.h371 #define __BPF_MAP_0(m, v, ...) v argument
372 #define __BPF_MAP_1(m, v, t, a, ...) m(t, a) argument
373 #define __BPF_MAP_2(m, v, t, a, ...) m(t, a), __BPF_MAP_1(m, v, __VA_ARGS__) argument
374 #define __BPF_MAP_3(m, v, t, a, ...) m(t, a), __BPF_MAP_2(m, v, __VA_ARGS__) argument
375 #define __BPF_MAP_4(m, v, t, a, ...) m(t, a), __BPF_MAP_3(m, v, __VA_ARGS__) argument
376 #define __BPF_MAP_5(m, v, t, a, ...) m(t, a), __BPF_MAP_4(m, v, __VA_ARGS__) argument
Dwait.h209 #define wake_up_poll(x, m) \ argument
211 #define wake_up_locked_poll(x, m) \ argument
213 #define wake_up_interruptible_poll(x, m) \ argument
215 #define wake_up_interruptible_sync_poll(x, m) \ argument
Dtrace_seq.h110 static inline int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq()
/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 …]
/include/uapi/linux/
Dstat.h21 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
22 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
24 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
26 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
Dmroute.h44 #define VIFM_SET(n,m) ((m)|=(1<<(n))) argument
45 #define VIFM_CLR(n,m) ((m)&=~(1<<(n))) argument
46 #define VIFM_ISSET(n,m) ((m)&(1<<(n))) argument
47 #define VIFM_CLRALL(m) ((m)=0) argument
/include/drm/tinydrm/
Dtinydrm-helpers.h71 struct spi_message *m) in tinydrm_dbg_spi_message()
78 struct spi_message *m) in tinydrm_dbg_spi_message()
/include/linux/ceph/
Dmdsmap.h43 ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_addr()
50 static inline int ceph_mdsmap_get_state(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_state()
58 static inline bool ceph_mdsmap_is_laggy(struct ceph_mdsmap *m, int w) in ceph_mdsmap_is_laggy()
/include/drm/ttm/
Dttm_page_alloc.h95 static inline int ttm_dma_page_alloc_debugfs(struct seq_file *m, void *data) in ttm_dma_page_alloc_debugfs()
/include/asm-generic/
Ddiv64.h161 static inline uint64_t __arch_xprod_64(const uint64_t m, uint64_t n, bool bias) in __arch_xprod_64()
/include/trace/events/
Dlibata.h142 #define __parse_eh_err_mask(m) libata_trace_parse_eh_err_mask(p, m) argument
/include/media/i2c/
Dmt9t112.h18 u8 m, n; member
/include/uapi/drm/
Ddrm_fourcc.h350 #define fourcc_mod_tegra_mod(m) \ argument
352 #define fourcc_mod_tegra_param(m) \ argument
/include/xen/arm/
Dpage.h80 #define gfn_to_virt(m) (__va(gfn_to_pfn(m) << XEN_PAGE_SHIFT)) argument
/include/linux/spi/
Dspi.h870 static inline void spi_message_init_no_memset(struct spi_message *m) in spi_message_init_no_memset()
876 static inline void spi_message_init(struct spi_message *m) in spi_message_init()
883 spi_message_add_tail(struct spi_transfer *t, struct spi_message *m) in spi_message_add_tail()
904 spi_message_init_with_transfers(struct spi_message *m, in spi_message_init_with_transfers()
920 struct spi_message *m; in spi_message_alloc() local
936 static inline void spi_message_free(struct spi_message *m) in spi_message_free()

123