Home
last modified time | relevance | path

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

1234

/include/linux/isdn/
A Dcapiutil.h19 #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 …]
/include/linux/
A Dseq_file.h50 static inline bool seq_has_overflowed(struct seq_file *m) in seq_has_overflowed()
63 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf()
83 static inline void seq_commit(struct seq_file *m, int num) in seq_commit()
101 static inline void seq_setwidth(struct seq_file *m, size_t size) in seq_setwidth()
122 static __always_inline void seq_puts(struct seq_file *m, const char *s) in seq_puts()
143 static inline void seq_escape_str(struct seq_file *m, const char *src, in seq_escape_str()
160 static inline void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape()
265 static inline void seq_show_option(struct seq_file *m, const char *name, in seq_show_option()
288 #define seq_show_option_n(m, name, value, length) { \ argument
A Dsyscalls.h117 #define __MAP0(m,...) argument
118 #define __MAP1(m,t,a,...) m(t,a) argument
119 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument
120 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument
121 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument
122 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument
123 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument
A 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()
A Dreciprocal_div.h24 u32 m; member
40 u32 m; member
A Dmemblock.h277 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable()
282 static inline bool memblock_is_mirror(struct memblock_region *m) in memblock_is_mirror()
287 static inline bool memblock_is_nomap(struct memblock_region *m) in memblock_is_nomap()
292 static inline bool memblock_is_reserved_noinit(struct memblock_region *m) in memblock_is_reserved_noinit()
297 static inline bool memblock_is_driver_managed(struct memblock_region *m) in memblock_is_driver_managed()
302 static inline bool memblock_is_kho_scratch(struct memblock_region *m) in memblock_is_kho_scratch()
632 static inline void memtest_report_meminfo(struct seq_file *m) { } in memtest_report_meminfo()
A Djiffies.h461 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies()
472 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies()
483 static inline unsigned long _msecs_to_jiffies(const unsigned int m) in _msecs_to_jiffies()
518 static __always_inline unsigned long msecs_to_jiffies(const unsigned int m) in msecs_to_jiffies()
A Dsrcu.h183 #define srcu_lock_acquire(m) do { } while (0) argument
184 #define srcu_lock_release(m) do { } while (0) argument
185 #define srcu_lock_sync(m) do { } while (0) argument
A Ddma-direct.h29 const struct bus_dma_region *m; in translate_phys_to_dma() local
45 const struct bus_dma_region *m; in translate_dma_to_phys() local
A Dinterrupt.h332 irq_update_affinity_hint(unsigned int irq, const struct cpumask *m) in irq_update_affinity_hint()
347 irq_set_affinity_and_hint(unsigned int irq, const struct cpumask *m) in irq_set_affinity_and_hint()
356 static inline int irq_set_affinity_hint(unsigned int irq, const struct cpumask *m) in irq_set_affinity_hint()
375 static inline int irq_set_affinity(unsigned int irq, const struct cpumask *m) in irq_set_affinity()
393 const struct cpumask *m) in irq_update_affinity_hint()
399 const struct cpumask *m) in irq_set_affinity_and_hint()
405 const struct cpumask *m) in irq_set_affinity_hint()
A Dwait.h236 #define poll_to_key(m) ((void *)(__force uintptr_t)(__poll_t)(m)) argument
237 #define key_to_poll(m) ((__force __poll_t)(uintptr_t)(void *)(m)) argument
238 #define wake_up_poll(x, m) \ argument
240 #define wake_up_poll_on_current_cpu(x, m) \ argument
242 #define wake_up_locked_poll(x, m) \ argument
244 #define wake_up_interruptible_poll(x, m) \ argument
246 #define wake_up_interruptible_sync_poll(x, m) \ argument
248 #define wake_up_interruptible_sync_poll_locked(x, m) \ argument
A Dcrash_dump.h139 struct vmcore_range *m = kzalloc(sizeof(*m), GFP_KERNEL); in vmcore_alloc_add_range() local
152 struct vmcore_range *m, *tmp; in vmcore_free_ranges() local
A Dcontainer_of.h8 #define typeof_member(T, m) typeof(((T*)0)->m) argument
A Dplist.h184 #define plist_for_each_entry_continue(pos, head, m) \ argument
196 #define plist_for_each_entry_safe(pos, n, head, m) \ argument
A Dprandom.h30 static inline u32 __seed(u32 x, u32 m) in __seed()
A Drio_regs.h224 #define RIO_PORT_N_MNT_REQ_CSR(n, m) (0x40 + (n) * (0x20 * (m))) argument
227 #define RIO_PORT_N_MNT_RSP_CSR(n, m) (0x44 + (n) * (0x20 * (m))) argument
236 #define RIO_PORT_N_CTL2_CSR(n, m) (0x54 + (n) * (0x20 * (m))) argument
238 #define RIO_PORT_N_ERR_STS_CSR(n, m) (0x58 + (n) * (0x20 * (m))) argument
246 #define RIO_PORT_N_CTL_CSR(n, m) (0x5c + (n) * (0x20 * (m))) argument
A Dconsolemap.h42 static inline unsigned short *set_translate(enum translation_map m, in set_translate()
A Dbch.h39 unsigned int m; member
A Dcompletion.h31 #define init_completion_map(x, m) init_completion(x) argument
/include/uapi/linux/
A Dstddef.h62 #define __counted_by(m) argument
66 #define __counted_by_le(m) argument
70 #define __counted_by_be(m) argument
A 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
A Dmroute.h51 #define VIFM_SET(n,m) ((m)|=(1<<(n))) argument
52 #define VIFM_CLR(n,m) ((m)&=~(1<<(n))) argument
53 #define VIFM_ISSET(n,m) ((m)&(1<<(n))) argument
54 #define VIFM_CLRALL(m) ((m)=0) argument
/include/cxl/
A Deinj.h25 static inline int einj_cxl_available_error_type_show(struct seq_file *m, in einj_cxl_available_error_type_show()
/include/asm-generic/
A Ddiv64.h142 uint64_t __arch_xprod_64(const uint64_t m, uint64_t n, bool bias) in __arch_xprod_64()
/include/media/i2c/
A Dmt9t112.h12 u8 m, n; member

Completed in 51 milliseconds

1234