Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 87) sorted by relevance

1234

/include/linux/
Dtrace_seq.h21 trace_seq_init(struct trace_seq *s) in trace_seq_init()
40 static inline int trace_seq_used(struct trace_seq *s) in trace_seq_used()
55 trace_seq_buffer_ptr(struct trace_seq *s) in trace_seq_buffer_ptr()
67 static inline bool trace_seq_has_overflowed(struct trace_seq *s) in trace_seq_has_overflowed()
96 static inline void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
100 trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf()
105 trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, in trace_seq_bitmask()
110 static inline int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq()
114 static inline int trace_seq_to_user(struct trace_seq *s, char __user *ubuf, in trace_seq_to_user()
119 static inline void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
[all …]
Dseq_buf.h26 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear()
33 seq_buf_init(struct seq_buf *s, unsigned char *buf, unsigned int size) in seq_buf_init()
45 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed()
51 seq_buf_set_overflow(struct seq_buf *s) in seq_buf_set_overflow()
60 seq_buf_buffer_left(struct seq_buf *s) in seq_buf_buffer_left()
69 static inline unsigned int seq_buf_used(struct seq_buf *s) in seq_buf_used()
82 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf()
104 static inline void seq_buf_commit(struct seq_buf *s, int num) in seq_buf_commit()
Dseqlock.h55 static inline void __seqcount_init(seqcount_t *s, const char *name, in __seqcount_init()
69 # define seqcount_init(s) \ argument
75 static inline void seqcount_lockdep_reader_access(const seqcount_t *s) in seqcount_lockdep_reader_access()
88 # define seqcount_init(s) __seqcount_init(s, NULL, NULL) argument
108 static inline unsigned __read_seqcount_begin(const seqcount_t *s) in __read_seqcount_begin()
130 static inline unsigned raw_read_seqcount(const seqcount_t *s) in raw_read_seqcount()
146 static inline unsigned raw_read_seqcount_begin(const seqcount_t *s) in raw_read_seqcount_begin()
162 static inline unsigned read_seqcount_begin(const seqcount_t *s) in read_seqcount_begin()
182 static inline unsigned raw_seqcount_begin(const seqcount_t *s) in raw_seqcount_begin()
203 static inline int __read_seqcount_retry(const seqcount_t *s, unsigned start) in __read_seqcount_retry()
[all …]
Dvt_buffer.h29 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) in scr_memsetw()
42 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw()
55 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew()
Dinit_task.h50 #define INIT_POSIX_TIMERS(s) \ argument
52 #define INIT_CPU_TIMERS(s) \ argument
58 #define INIT_CPUTIMER(s) \ argument
65 #define INIT_POSIX_TIMERS(s) argument
66 #define INIT_CPU_TIMERS(s) argument
67 #define INIT_CPUTIMER(s) argument
Dtorture.h45 #define TOROUT_STRING(s) \ argument
47 #define VERBOSE_TOROUT_STRING(s) \ argument
49 #define VERBOSE_TOROUT_ERRSTRING(s) \ argument
Dlockdep.h499 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument
502 # define lock_set_class(l, n, k, s, i) do { } while (0) argument
503 # define lock_set_subclass(l, s, i) do { } while (0) argument
589 #define lockdep_init_map_crosslock(m, n, k, s) do {} while (0) argument
680 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i) argument
681 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) argument
682 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) argument
684 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
685 #define spin_acquire_nest(l, s, t, n, i) lock_acquire_exclusive(l, s, t, n, i) argument
688 #define rwlock_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument
[all …]
Dslub_def.h143 #define slub_cpu_partial(s) ((s)->cpu_partial) argument
144 #define slub_set_cpu_partial(s, n) \ argument
149 #define slub_cpu_partial(s) (0) argument
150 #define slub_set_cpu_partial(s, n) argument
158 static inline void sysfs_slab_unlink(struct kmem_cache *s) in sysfs_slab_unlink()
161 static inline void sysfs_slab_release(struct kmem_cache *s) in sysfs_slab_release()
Dseccomp.h48 static inline int seccomp_mode(struct seccomp *s) in seccomp_mode()
76 static inline int seccomp_mode(struct seccomp *s) in seccomp_mode()
Dkernel.h333 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) in kstrtoul()
362 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) in kstrtol()
378 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64()
383 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64()
388 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32()
393 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32()
416 static inline int __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int… in kstrtou64_from_user()
421 static inline int __must_check kstrtos64_from_user(const char __user *s, size_t count, unsigned int… in kstrtos64_from_user()
426 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int… in kstrtou32_from_user()
431 static inline int __must_check kstrtos32_from_user(const char __user *s, size_t count, unsigned int… in kstrtos32_from_user()
Dhdlcdrv.h221 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits) in hdlcdrv_putbits()
226 static inline unsigned int hdlcdrv_getbits(struct hdlcdrv_state *s) in hdlcdrv_getbits()
244 static inline void hdlcdrv_channelbit(struct hdlcdrv_state *s, unsigned int bit) in hdlcdrv_channelbit()
251 static inline void hdlcdrv_setdcd(struct hdlcdrv_state *s, int dcd) in hdlcdrv_setdcd()
256 static inline int hdlcdrv_ptt(struct hdlcdrv_state *s) in hdlcdrv_ptt()
Dkasan.h113 static inline void kasan_kmalloc(struct kmem_cache *s, const void *object, in kasan_kmalloc()
118 static inline void kasan_slab_alloc(struct kmem_cache *s, void *object, in kasan_slab_alloc()
120 static inline bool kasan_slab_free(struct kmem_cache *s, void *object) in kasan_slab_free()
Dslab.h359 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node()
374 kmem_cache_alloc_node_trace(struct kmem_cache *s, in kmem_cache_alloc_node_trace()
383 static __always_inline void *kmem_cache_alloc_trace(struct kmem_cache *s, in kmem_cache_alloc_trace()
393 kmem_cache_alloc_node_trace(struct kmem_cache *s, in kmem_cache_alloc_node_trace()
Dwin_minmax.h19 struct minmax_sample s[3]; member
/include/linux/mtd/
Dcfi_endian.h36 #define cfi_default(s) ((s)?:CFI_DEFAULT_ENDIAN) argument
37 #define cfi_be(s) (cfi_default(s) == CFI_BIG_ENDIAN) argument
38 #define cfi_le(s) (cfi_default(s) == CFI_LITTLE_ENDIAN) argument
39 #define cfi_host(s) (cfi_default(s) == CFI_HOST_ENDIAN) argument
50 #define _cpu_to_cfi(w, s, x) (cfi_host(s)?(x):_swap_to_cfi(w, s, x)) argument
51 #define _cfi_to_cpu(w, s, x) (cfi_host(s)?(x):_swap_to_cpu(w, s, x)) argument
52 #define _swap_to_cfi(w, s, x) (cfi_be(s)?cpu_to_be##w(x):cpu_to_le##w(x)) argument
53 #define _swap_to_cpu(w, s, x) (cfi_be(s)?be##w##_to_cpu(x):le##w##_to_cpu(x)) argument
/include/linux/mfd/
Dsyscon.h36 static inline struct regmap *syscon_regmap_lookup_by_compatible(const char *s) in syscon_regmap_lookup_by_compatible()
41 static inline struct regmap *syscon_regmap_lookup_by_pdevname(const char *s) in syscon_regmap_lookup_by_pdevname()
/include/linux/pinctrl/
Dconsumer.h106 struct pinctrl_state *s) in pinctrl_select_state()
141 struct pinctrl_state *s; in pinctrl_get_select() local
173 struct pinctrl_state *s; in devm_pinctrl_get_select() local
/include/net/caif/
Dcfsrvl.h50 struct cfsrvl *s = container_of(layr, struct cfsrvl, layer); in cfsrvl_get() local
59 struct cfsrvl *s = container_of(layr, struct cfsrvl, layer); in cfsrvl_put() local
/include/net/
Daf_unix.h45 #define unix_state_lock(s) spin_lock(&unix_sk(s)->lock) argument
46 #define unix_state_unlock(s) spin_unlock(&unix_sk(s)->lock) argument
47 #define unix_state_lock_nested(s) \ argument
/include/linux/netfilter/ipset/
Dip_set.h67 #define SET_WITH_TIMEOUT(s) ((s)->extensions & IPSET_EXT_TIMEOUT) argument
68 #define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER) argument
69 #define SET_WITH_COMMENT(s) ((s)->extensions & IPSET_EXT_COMMENT) argument
70 #define SET_WITH_SKBINFO(s) ((s)->extensions & IPSET_EXT_SKBINFO) argument
71 #define SET_WITH_FORCEADD(s) ((s)->flags & IPSET_CREATE_FLAG_FORCEADD) argument
129 #define ext_timeout(e, s) \ argument
131 #define ext_counter(e, s) \ argument
133 #define ext_comment(e, s) \ argument
135 #define ext_skbinfo(e, s) \ argument
/include/asm-generic/
Dvga.h19 #define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) argument
/include/crypto/
Dblowfish.h18 u32 s[1024]; member
Dtwofish.h18 u32 s[4][256], w[8], k[32]; member
/include/linux/platform_data/
Dvideo-clcd-versatile.h11 static inline struct clcd_panel *versatile_clcd_get_panel(const char *s) in versatile_clcd_get_panel()
/include/linux/sunrpc/
Dstats.h73 static inline struct proc_dir_entry *rpc_proc_register(struct net *net, struct rpc_stat *s) { retur… in rpc_proc_register()
77 static inline struct proc_dir_entry *svc_proc_register(struct net *net, struct svc_stat *s, in svc_proc_register()

1234