Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 3884) sorted by relevance

12345678910>>...156

/linux/arch/arm64/crypto/
H A Dsm4-ce-asm.h12 sm4e b0.4s, v24.4s; \
13 sm4e b0.4s, v25.4s; \
14 sm4e b0.4s, v26.4s; \
15 sm4e b0.4s, v27.4s; \
16 sm4e b0.4s, v28.4s; \
17 sm4e b0.4s, v29.4s; \
18 sm4e b0.4s, v30.4s; \
19 sm4e b0.4s, v31.4s; \
20 rev64 b0.4s, b0.4s; \
29 sm4e b0.4s, v24.4s; \
[all …]
/linux/arch/m68k/ifpsp060/
H A DMISC34 freal.s : 2.4
36 x_fovfl.s : 2.16
37 x_funfl.s : 2.19
38 x_funsupp.s : 2.27
39 x_effadd.s : 2.21
40 x_foperr.s : 2.9
41 x_fsnan.s : 2.12
42 x_finex.s : 2.14
43 x_fdz.s : 2.5
44 x_fline.s : 2.5
[all …]
/linux/lib/xz/
H A Dxz_dec_stream.c156 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument
159 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp()
161 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size); in fill_temp()
163 s->temp.pos += copy_size; in fill_temp()
165 if (s->temp.pos == s->temp.size) { in fill_temp()
166 s->temp.pos = 0; in fill_temp()
174 static enum xz_ret dec_vli(struct xz_dec *s, const uint8_t *in, in dec_vli() argument
179 if (s->pos == 0) in dec_vli()
180 s->vli = 0; in dec_vli()
186 s->vli |= (vli_type)(byte & 0x7F) << s->pos; in dec_vli()
[all …]
H A Dxz_dec_lzma2.c603 static uint16_t *lzma_literal_probs(struct xz_dec_lzma2 *s) in lzma_literal_probs() argument
605 uint32_t prev_byte = dict_get(&s->dict, 0); in lzma_literal_probs()
606 uint32_t low = prev_byte >> (8 - s->lzma.lc); in lzma_literal_probs()
607 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; in lzma_literal_probs()
608 return s->lzma.literal[low + high]; in lzma_literal_probs()
612 static void lzma_literal(struct xz_dec_lzma2 *s) in lzma_literal() argument
621 probs = lzma_literal_probs(s); in lzma_literal()
623 if (lzma_state_is_literal(s->lzma.state)) { in lzma_literal()
624 symbol = rc_bittree(&s->rc, probs, 0x100); in lzma_literal()
627 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()
[all …]
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-decodes.c61 gmx_rx_int_en.s.hg2cc = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
62 gmx_rx_int_en.s.hg2fld = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
63 gmx_rx_int_en.s.undat = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
64 gmx_rx_int_en.s.uneop = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
65 gmx_rx_int_en.s.unsop = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
66 gmx_rx_int_en.s.bad_term = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
67 gmx_rx_int_en.s.bad_seq = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
68 gmx_rx_int_en.s.rem_fault = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
69 gmx_rx_int_en.s.loc_fault = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
70 gmx_rx_int_en.s.pause_drp = 1; in __cvmx_interrupt_gmxx_rxx_int_en_enable()
[all …]
/linux/drivers/media/pci/tw5864/
H A Dtw5864-h264.c31 static void bs_init(struct bs *s, void *buf, int size) in bs_init() argument
33 s->buf = buf; in bs_init()
34 s->ptr = buf; in bs_init()
35 s->buf_end = s->ptr + size; in bs_init()
36 s->bits_left = 8; in bs_init()
39 static int bs_len(struct bs *s) in bs_len() argument
41 return s->ptr - s->buf; in bs_len()
44 static void bs_write(struct bs *s, int count, u32 bits) in bs_write() argument
46 if (s->ptr >= s->buf_end - 4) in bs_write()
51 if (count < s->bits_left) { in bs_write()
[all …]
/linux/arch/x86/kvm/
H A Di8259.c46 static void pic_lock(struct kvm_pic *s) in pic_lock() argument
47 __acquires(&s->lock) in pic_lock()
49 spin_lock(&s->lock); in pic_lock()
52 static void pic_unlock(struct kvm_pic *s) in pic_unlock() argument
53 __releases(&s->lock) in pic_unlock()
55 bool wakeup = s->wakeup_needed; in pic_unlock()
59 s->wakeup_needed = false; in pic_unlock()
61 spin_unlock(&s->lock); in pic_unlock()
64 kvm_for_each_vcpu(i, vcpu, s->kvm) { in pic_unlock()
74 static void pic_clear_isr(struct kvm_kpic_state *s, int irq) in pic_clear_isr() argument
[all …]
/linux/drivers/net/hamradio/
H A Dhdlcdrv.c107 #define tenms_to_2flags(s,tenms) ((tenms * s->par.bitrate) / 100 / 16) argument
114 static int hdlc_rx_add_bytes(struct hdlcdrv_state *s, unsigned int bits, in hdlc_rx_add_bytes() argument
119 while (s->hdlcrx.rx_state && num >= 8) { in hdlc_rx_add_bytes()
120 if (s->hdlcrx.len >= sizeof(s->hdlcrx.buffer)) { in hdlc_rx_add_bytes()
121 s->hdlcrx.rx_state = 0; in hdlc_rx_add_bytes()
124 *s->hdlcrx.bp++ = bits >> (32-num); in hdlc_rx_add_bytes()
125 s->hdlcrx.len++; in hdlc_rx_add_bytes()
132 static void hdlc_rx_flag(struct net_device *dev, struct hdlcdrv_state *s) in hdlc_rx_flag() argument
138 if (s->hdlcrx.len < 4) in hdlc_rx_flag()
140 if (!check_crc_ccitt(s->hdlcrx.buffer, s->hdlcrx.len)) in hdlc_rx_flag()
[all …]
/linux/kernel/trace/
H A Dtrace_seq.c28 #define TRACE_SEQ_BUF_LEFT(s) seq_buf_buffer_left(&(s)->seq) argument
33 static inline void __trace_seq_init(struct trace_seq *s) in __trace_seq_init() argument
35 if (unlikely(!s->seq.size)) in __trace_seq_init()
36 trace_seq_init(s); in __trace_seq_init()
48 int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq() argument
52 __trace_seq_init(s); in trace_print_seq()
54 ret = seq_buf_print_seq(m, &s->seq); in trace_print_seq()
62 trace_seq_init(s); in trace_print_seq()
78 void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf() argument
80 unsigned int save_len = s->seq.len; in trace_seq_printf()
[all …]
/linux/lib/tests/
H A Dseq_buf_kunit.c14 struct seq_buf s; in seq_buf_init_test() local
16 seq_buf_init(&s, buf, sizeof(buf)); in seq_buf_init_test()
18 KUNIT_EXPECT_EQ(test, s.size, 32); in seq_buf_init_test()
19 KUNIT_EXPECT_EQ(test, s.len, 0); in seq_buf_init_test()
20 KUNIT_EXPECT_FALSE(test, seq_buf_has_overflowed(&s)); in seq_buf_init_test()
21 KUNIT_EXPECT_EQ(test, seq_buf_buffer_left(&s), 32); in seq_buf_init_test()
22 KUNIT_EXPECT_EQ(test, seq_buf_used(&s), 0); in seq_buf_init_test()
23 KUNIT_EXPECT_STREQ(test, seq_buf_str(&s), ""); in seq_buf_init_test()
28 DECLARE_SEQ_BUF(s, 24); in seq_buf_declare_test()
30 KUNIT_EXPECT_EQ(test, s.size, 24); in seq_buf_declare_test()
[all …]
/linux/lib/zlib_deflate/
H A Ddeftree.c132 static void init_block (deflate_state *s);
133 static void pqdownheap (deflate_state *s, ct_data *tree, int k);
134 static void gen_bitlen (deflate_state *s, tree_desc *desc);
136 static void build_tree (deflate_state *s, tree_desc *desc);
137 static void scan_tree (deflate_state *s, ct_data *tree, int max_code);
138 static void send_tree (deflate_state *s, ct_data *tree, int max_code);
139 static int build_bl_tree (deflate_state *s);
140 static void send_all_trees (deflate_state *s, int lcodes, int dcodes,
142 static void compress_block (deflate_state *s, ct_data *ltree,
144 static void set_data_type (deflate_state *s);
[all …]
H A Ddefutil.h260 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} argument
268 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) argument
274 void zlib_tr_init (deflate_state *s);
275 int zlib_tr_tally (deflate_state *s, unsigned dist, unsigned lc);
276 ulg zlib_tr_flush_block (deflate_state *s, char *buf, ulg stored_len,
278 void zlib_tr_align (deflate_state *s);
279 void zlib_tr_stored_block (deflate_state *s, char *buf, ulg stored_len,
288 #define put_short(s, w) { \ argument
289 put_byte(s, (uch)((w) & 0xff)); \
290 put_byte(s, (uch)((ush)(w) >> 8)); \
[all …]
/linux/drivers/tty/serial/
H A Dmxs-auart.c458 static inline int is_imx28_auart(struct mxs_auart_port *s) in is_imx28_auart() argument
460 return s->devtype == IMX28_AUART; in is_imx28_auart()
463 static inline int is_asm9260_auart(struct mxs_auart_port *s) in is_asm9260_auart() argument
465 return s->devtype == ASM9260_AUART; in is_asm9260_auart()
468 static inline bool auart_dma_enabled(struct mxs_auart_port *s) in auart_dma_enabled() argument
470 return s->flags & MXS_AUART_DMA_ENABLED; in auart_dma_enabled()
515 static void mxs_auart_tx_chars(struct mxs_auart_port *s);
519 struct mxs_auart_port *s = param; in dma_tx_callback() local
520 struct tty_port *tport = &s->port.state->port; in dma_tx_callback()
522 dma_unmap_sg(s->dev, &s->tx_sgl, 1, DMA_TO_DEVICE); in dma_tx_callback()
[all …]
/linux/lib/crypto/arm64/
H A Dchacha-neon-core.S42 ld1 {v12.4s}, [x10]
46 add v0.4s, v0.4s, v1.4s
51 add v2.4s, v2.4s, v3.4s
53 shl v1.4s, v4.4s, #12
54 sri v1.4s, v4.4s, #20
57 add v0.4s, v0.4s, v1.4s
62 add v2.4s, v2.4s, v3.4s
64 shl v1.4s, v4.4s, #7
65 sri v1.4s, v4.4s, #25
75 add v0.4s, v0.4s, v1.4s
[all …]
/linux/include/linux/
H A Dseq_buf.h33 static inline void seq_buf_clear(struct seq_buf *s) in seq_buf_clear() argument
35 s->len = 0; in seq_buf_clear()
36 if (s->size) in seq_buf_clear()
37 s->buffer[0] = '\0'; in seq_buf_clear()
41 seq_buf_init(struct seq_buf *s, char *buf, unsigned int size) in seq_buf_init() argument
43 s->buffer = buf; in seq_buf_init()
44 s->size = size; in seq_buf_init()
45 seq_buf_clear(s); in seq_buf_init()
53 seq_buf_has_overflowed(struct seq_buf *s) in seq_buf_has_overflowed() argument
55 return s->len > s->size; in seq_buf_has_overflowed()
[all …]
H A Dseqlock.h41 static inline void __seqcount_init(seqcount_t *s, const char *name, in __seqcount_init() argument
47 lockdep_init_map(&s->dep_map, name, key, 0); in __seqcount_init()
48 s->sequence = 0; in __seqcount_init()
60 # define seqcount_init(s) \ argument
63 __seqcount_init((s), #s, &__key); \
66 static inline void seqcount_lockdep_reader_access(const seqcount_t *s) in seqcount_lockdep_reader_access() argument
68 seqcount_t *l = (seqcount_t *)s; in seqcount_lockdep_reader_access()
79 # define seqcount_init(s) __seqcount_init(s, NULL, NULL) argument
123 #define seqcount_LOCKNAME_init(s, _lock, lockname) \ argument
125 seqcount_##lockname##_t *____s = (s); \
[all …]
/linux/tools/mm/
H A Dslabinfo.c208 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj() argument
213 snprintf(x, 100, "%s/%s", s->name, name); in set_obj()
222 static unsigned long read_slab_obj(struct slabinfo *s, const char *name) in read_slab_obj() argument
228 snprintf(x, 100, "%s/%s", s->name, name); in read_slab_obj()
241 static unsigned long read_debug_slab_obj(struct slabinfo *s, const char *name) in read_debug_slab_obj() argument
247 snprintf(x, 128, "/sys/kernel/debug/slab/%s/%s", s->name, name); in read_debug_slab_obj()
322 static void slab_validate(struct slabinfo *s) in slab_validate() argument
324 if (strcmp(s->name, "*") == 0) in slab_validate()
327 set_obj(s, "validate", 1); in slab_validate()
330 static void slab_shrink(struct slabinfo *s) in slab_shrink() argument
[all …]
/linux/lib/
H A Dseq_buf.c38 static bool seq_buf_can_fit(struct seq_buf *s, size_t len) in seq_buf_can_fit() argument
40 return s->len + len <= s->size; in seq_buf_can_fit()
50 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq() argument
52 unsigned int len = seq_buf_used(s); in seq_buf_print_seq()
54 return seq_write(m, s->buffer, len); in seq_buf_print_seq()
67 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf() argument
71 WARN_ON(s->size == 0); in seq_buf_vprintf()
73 if (s->len < s->size) { in seq_buf_vprintf()
74 len = vsnprintf(s->buffer + s->len, s->size - s->len, fmt, args); in seq_buf_vprintf()
75 if (s->len + len < s->size) { in seq_buf_vprintf()
[all …]
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h32 #define SYM_GEN_FW_A(s) \ argument
33 SYM_GEN_A(s, start) SYM_GEN_A(s, getjob_begin) \
34 SYM_GEN_A(s, getjob_end) \
35 SYM_GEN_A(s, select) SYM_GEN_A(s, wf_sel_done) \
36 SYM_GEN_A(s, send_ident) \
37 SYM_GEN_A(s, dispatch) SYM_GEN_A(s, init) \
38 SYM_GEN_A(s, clrack) SYM_GEN_A(s, complete_error) \
39 SYM_GEN_A(s, done) SYM_GEN_A(s, done_end) \
40 SYM_GEN_A(s, idle) SYM_GEN_A(s, ungetjob) \
41 SYM_GEN_A(s, reselect) \
[all …]
/linux/drivers/media/i2c/
H A Dsaa6588.c141 static bool block_from_buf(struct saa6588 *s, unsigned char *buf) in block_from_buf() argument
145 if (s->rd_index == s->wr_index) { in block_from_buf()
153 for (i = s->rd_index; i < s->rd_index + 3; i++) in block_from_buf()
154 dprintk("0x%02x ", s->buffer[i]); in block_from_buf()
157 memcpy(buf, &s->buffer[s->rd_index], 3); in block_from_buf()
159 s->rd_index += 3; in block_from_buf()
160 if (s->rd_index >= s->buf_size) in block_from_buf()
161 s->rd_index = 0; in block_from_buf()
162 s->block_count--; in block_from_buf()
165 dprintk("%d blocks total.\n", s->block_count); in block_from_buf()
[all …]
/linux/arch/arm64/kernel/vdso/
H A Dvgetrandom-chacha.S52 ld1 { copy1.4s, copy2.4s }, [x1]
54 ld1 { copy3.2s }, [x2]
56 movi one_v.2s, #1
57 uzp1 one_v.4s, one_v.4s, one_v.4s
76 add state0.4s, state0.4s, state1.4s
81 add state2.4s, state2.4s, state3.4s
83 shl state1.4s, tmp.4s, #12
84 sri state1.4s, tmp.4s, #20
87 add state0.4s, state0.4s, state1.4s
89 shl state3.4s, tmp.4s, #8
[all …]
/linux/drivers/misc/sgi-gru/
H A Dgruprocfs.c20 #define printstat(s, f) printstat_val(s, &gru_stats.f, #f) argument
22 static void printstat_val(struct seq_file *s, atomic_long_t *v, char *id) in printstat_val() argument
26 seq_printf(s, "%16lu %s\n", val, id); in printstat_val()
29 static int statistics_show(struct seq_file *s, void *p) in statistics_show() argument
31 printstat(s, vdata_alloc); in statistics_show()
32 printstat(s, vdata_free); in statistics_show()
33 printstat(s, gts_alloc); in statistics_show()
34 printstat(s, gts_free); in statistics_show()
35 printstat(s, gms_alloc); in statistics_show()
36 printstat(s, gms_free); in statistics_show()
[all …]
/linux/mm/
H A Dslub.c89 * slab's freelist.
205 * We could simply use migrate_disable()/enable() but as long as it's a
251 static inline bool kmem_cache_debug(struct kmem_cache *s) in kmem_cache_debug() argument
253 return kmem_cache_debug_flags(s, SLAB_DEBUG_FLAGS); in kmem_cache_debug()
256 void *fixup_red_left(struct kmem_cache *s, void *p) in fixup_red_left() argument
258 if (kmem_cache_debug_flags(s, SLAB_RED_ZONE)) in fixup_red_left()
259 p += s->red_left_pad; in fixup_red_left()
264 static inline bool kmem_cache_has_cpu_partial(struct kmem_cache *s) in kmem_cache_has_cpu_partial() argument
267 return !kmem_cache_debug(s); in kmem_cache_has_cpu_partial()
315 * disabled when slab_debug=O is used and a cache's mi
355 sysfs_slab_add(struct kmem_cache * s) sysfs_slab_add() argument
356 sysfs_slab_alias(struct kmem_cache * s,const char * p) sysfs_slab_alias() argument
363 debugfs_slab_add(struct kmem_cache * s) debugfs_slab_add() argument
439 stat(const struct kmem_cache * s,enum stat_item si) stat() argument
451 stat_add(const struct kmem_cache * s,enum stat_item si,int v) stat_add() argument
507 get_node(struct kmem_cache * s,int node) get_node() argument
516 get_barn(struct kmem_cache * s) get_barn() argument
549 struct kmem_cache *s; global() member
565 freelist_ptr_encode(const struct kmem_cache * s,void * ptr,unsigned long ptr_addr) freelist_ptr_encode() argument
578 freelist_ptr_decode(const struct kmem_cache * s,freeptr_t ptr,unsigned long ptr_addr) freelist_ptr_decode() argument
591 get_freepointer(struct kmem_cache * s,void * object) get_freepointer() argument
602 prefetch_freepointer(const struct kmem_cache * s,void * object) prefetch_freepointer() argument
618 get_freepointer_safe(struct kmem_cache * s,void * object) get_freepointer_safe() argument
632 set_freepointer(struct kmem_cache * s,void * object,void * fp) set_freepointer() argument
647 freeptr_outside_object(struct kmem_cache * s) freeptr_outside_object() argument
656 get_info_end(struct kmem_cache * s) get_info_end() argument
696 slub_set_cpu_partial(struct kmem_cache * s,unsigned int nr_objects) slub_set_cpu_partial() argument
712 slub_get_cpu_partial(struct kmem_cache * s) slub_get_cpu_partial() argument
719 slub_set_cpu_partial(struct kmem_cache * s,unsigned int nr_objects) slub_set_cpu_partial() argument
724 slub_get_cpu_partial(struct kmem_cache * s) slub_get_cpu_partial() argument
800 __slab_update_freelist(struct kmem_cache * s,struct slab * slab,struct freelist_counters * old,struct freelist_counters * new,const char * n) __slab_update_freelist() argument
826 slab_update_freelist(struct kmem_cache * s,struct slab * slab,struct freelist_counters * old,struct freelist_counters * new,const char * n) slab_update_freelist() argument
859 set_orig_size(struct kmem_cache * s,void * object,unsigned int orig_size) set_orig_size() argument
873 get_orig_size(struct kmem_cache * s,void * object) get_orig_size() argument
903 __fill_map(unsigned long * obj_map,struct kmem_cache * s,struct slab * slab) __fill_map() argument
950 size_from_object(struct kmem_cache * s) size_from_object() argument
958 restore_red_left(struct kmem_cache * s,void * p) restore_red_left() argument
1001 check_valid_pointer(struct kmem_cache * s,struct slab * slab,void * object) check_valid_pointer() argument
1029 get_track(struct kmem_cache * s,void * object,enum track_item alloc) get_track() argument
1058 set_track_update(struct kmem_cache * s,void * object,enum track_item alloc,unsigned long addr,depot_stack_handle_t handle) set_track_update() argument
1073 set_track(struct kmem_cache * s,void * object,enum track_item alloc,unsigned long addr,gfp_t gfp_flags) set_track() argument
1081 init_tracking(struct kmem_cache * s,void * object) init_tracking() argument
1092 print_track(const char * s,struct track * t,unsigned long pr_time) print_track() argument
1110 print_tracking(struct kmem_cache * s,void * object) print_tracking() argument
1127 skip_orig_size_check(struct kmem_cache * s,const void * object) skip_orig_size_check() argument
1132 __slab_bug(struct kmem_cache * s,const char * fmt,va_list argsp) __slab_bug() argument
1146 slab_bug(struct kmem_cache * s,const char * fmt,...) slab_bug() argument
1156 slab_fix(struct kmem_cache * s,const char * fmt,...) slab_fix() argument
1171 print_trailer(struct kmem_cache * s,struct slab * slab,u8 * p) print_trailer() argument
1211 object_err(struct kmem_cache * s,struct slab * slab,u8 * object,const char * reason) object_err() argument
1229 freelist_corrupted(struct kmem_cache * s,struct slab * slab,void ** freelist,void * nextfree) freelist_corrupted() argument
1254 slab_err(struct kmem_cache * s,struct slab * slab,const char * fmt,...) slab_err() argument
1269 init_object(struct kmem_cache * s,void * object,u8 val) init_object() argument
1303 restore_bytes(struct kmem_cache * s,const char * message,u8 data,void * from,void * to) restore_bytes() argument
1317 check_bytes_and_report(struct kmem_cache * s,struct slab * slab,u8 * object,const char * what,u8 * start,unsigned int value,unsigned int bytes,bool slab_obj_print) check_bytes_and_report() argument
1388 check_pad_bytes(struct kmem_cache * s,struct slab * slab,u8 * p) check_pad_bytes() argument
1411 slab_pad_check(struct kmem_cache * s,struct slab * slab) slab_pad_check() argument
1447 check_object(struct kmem_cache * s,struct slab * slab,void * object,u8 val) check_object() argument
1532 check_slab(struct kmem_cache * s,struct slab * slab) check_slab() argument
1561 on_freelist(struct kmem_cache * s,struct slab * slab,void * search) on_freelist() argument
1618 trace(struct kmem_cache * s,struct slab * slab,void * object,int alloc) trace() argument
1639 add_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) add_full() argument
1649 remove_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) remove_full() argument
1663 inc_slabs_node(struct kmem_cache * s,int node,int objects) inc_slabs_node() argument
1670 dec_slabs_node(struct kmem_cache * s,int node,int objects) dec_slabs_node() argument
1679 setup_object_debug(struct kmem_cache * s,void * object) setup_object_debug() argument
1689 setup_slab_debug(struct kmem_cache * s,struct slab * slab,void * addr) setup_slab_debug() argument
1699 alloc_consistency_checks(struct kmem_cache * s,struct slab * slab,void * object) alloc_consistency_checks() argument
1716 alloc_debug_processing(struct kmem_cache * s,struct slab * slab,void * object,int orig_size) alloc_debug_processing() argument
1743 free_consistency_checks(struct kmem_cache * s,struct slab * slab,void * object,unsigned long addr) free_consistency_checks() argument
1989 setup_object_debug(struct kmem_cache * s,void * object) setup_object_debug() argument
1991 setup_slab_debug(struct kmem_cache * s,struct slab * slab,void * addr) setup_slab_debug() argument
1993 alloc_debug_processing(struct kmem_cache * s,struct slab * slab,void * object,int orig_size) alloc_debug_processing() argument
1996 free_debug_processing(struct kmem_cache * s,struct slab * slab,void * head,void * tail,int * bulk_cnt,unsigned long addr,depot_stack_handle_t handle) free_debug_processing() argument
2000 slab_pad_check(struct kmem_cache * s,struct slab * slab) slab_pad_check() argument
2001 check_object(struct kmem_cache * s,struct slab * slab,void * object,u8 val) check_object() argument
2004 set_track(struct kmem_cache * s,void * object,enum track_item alloc,unsigned long addr,gfp_t gfp_flags) set_track() argument
2006 add_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) add_full() argument
2008 remove_full(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab) remove_full() argument
2020 inc_slabs_node(struct kmem_cache * s,int node,int objects) inc_slabs_node() argument
2022 dec_slabs_node(struct kmem_cache * s,int node,int objects) dec_slabs_node() argument
2024 freelist_corrupted(struct kmem_cache * s,struct slab * slab,void ** freelist,void * nextfree) freelist_corrupted() argument
2098 alloc_slab_obj_exts(struct slab * slab,struct kmem_cache * s,gfp_t gfp,bool new_slab) alloc_slab_obj_exts() argument
2213 alloc_slab_obj_exts(struct slab * slab,struct kmem_cache * s,gfp_t gfp,bool new_slab) alloc_slab_obj_exts() argument
2228 prepare_slab_obj_exts_hook(struct kmem_cache * s,gfp_t flags,void * p) prepare_slab_obj_exts_hook() argument
2245 __alloc_tagging_slab_alloc_hook(struct kmem_cache * s,void * object,gfp_t flags) __alloc_tagging_slab_alloc_hook() argument
2271 alloc_tagging_slab_alloc_hook(struct kmem_cache * s,void * object,gfp_t flags) alloc_tagging_slab_alloc_hook() argument
2279 __alloc_tagging_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) __alloc_tagging_slab_free_hook() argument
2301 alloc_tagging_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) alloc_tagging_slab_free_hook() argument
2311 alloc_tagging_slab_alloc_hook(struct kmem_cache * s,void * object,gfp_t flags) alloc_tagging_slab_alloc_hook() argument
2316 alloc_tagging_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) alloc_tagging_slab_free_hook() argument
2329 memcg_slab_post_alloc_hook(struct kmem_cache * s,struct list_lru * lru,gfp_t flags,size_t size,void ** p) memcg_slab_post_alloc_hook() argument
2352 memcg_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) memcg_slab_free_hook() argument
2371 struct kmem_cache *s; memcg_slab_post_charge() local
2422 memcg_slab_post_alloc_hook(struct kmem_cache * s,struct list_lru * lru,gfp_t flags,size_t size,void ** p) memcg_slab_post_alloc_hook() argument
2430 memcg_slab_free_hook(struct kmem_cache * s,struct slab * slab,void ** p,int objects) memcg_slab_free_hook() argument
2459 slab_free_hook(struct kmem_cache * s,void * x,bool init,bool after_rcu_delay) slab_free_hook() argument
2544 slab_free_freelist_hook(struct kmem_cache * s,void ** head,void ** tail,int * cnt) slab_free_freelist_hook() argument
2587 setup_object(struct kmem_cache * s,void * object) setup_object() argument
2599 alloc_empty_sheaf(struct kmem_cache * s,gfp_t gfp) alloc_empty_sheaf() argument
2630 free_empty_sheaf(struct kmem_cache * s,struct slab_sheaf * sheaf) free_empty_sheaf() argument
2641 refill_sheaf(struct kmem_cache * s,struct slab_sheaf * sheaf,gfp_t gfp) refill_sheaf() argument
2664 alloc_full_sheaf(struct kmem_cache * s,gfp_t gfp) alloc_full_sheaf() argument
2695 sheaf_flush_main(struct kmem_cache * s) sheaf_flush_main() argument
2737 sheaf_flush_unused(struct kmem_cache * s,struct slab_sheaf * sheaf) sheaf_flush_unused() argument
2749 __rcu_free_sheaf_prepare(struct kmem_cache * s,struct slab_sheaf * sheaf) __rcu_free_sheaf_prepare() argument
2780 struct kmem_cache *s; rcu_free_sheaf_nobarn() local
2801 pcs_flush_all(struct kmem_cache * s) pcs_flush_all() argument
2828 __pcs_flush_all_cpu(struct kmem_cache * s,unsigned int cpu) __pcs_flush_all_cpu() argument
2848 pcs_destroy(struct kmem_cache * s) pcs_destroy() argument
3035 barn_shrink(struct kmem_cache * s,struct node_barn * barn) barn_shrink() argument
3092 init_cache_random_seq(struct kmem_cache * s) init_cache_random_seq() argument
3121 struct kmem_cache *s; init_freelist_randomization() local
3132 next_freelist_entry(struct kmem_cache * s,unsigned long * pos,void * start,unsigned long page_limit,unsigned long freelist_count) next_freelist_entry() argument
3154 shuffle_freelist(struct kmem_cache * s,struct slab * slab) shuffle_freelist() argument
3187 init_cache_random_seq(struct kmem_cache * s) init_cache_random_seq() argument
3192 shuffle_freelist(struct kmem_cache * s,struct slab * slab) shuffle_freelist() argument
3199 account_slab(struct slab * slab,int order,struct kmem_cache * s,gfp_t gfp) account_slab() argument
3209 unaccount_slab(struct slab * slab,int order,struct kmem_cache * s) unaccount_slab() argument
3222 allocate_slab(struct kmem_cache * s,gfp_t flags,int node) allocate_slab() argument
3295 new_slab(struct kmem_cache * s,gfp_t flags,int node) new_slab() argument
3306 __free_slab(struct kmem_cache * s,struct slab * slab) __free_slab() argument
3327 free_slab(struct kmem_cache * s,struct slab * slab) free_slab() argument
3343 discard_slab(struct kmem_cache * s,struct slab * slab) discard_slab() argument
3400 alloc_single_from_partial(struct kmem_cache * s,struct kmem_cache_node * n,struct slab * slab,int orig_size) alloc_single_from_partial() argument
3440 alloc_single_from_new_slab(struct kmem_cache * s,struct slab * slab,int orig_size,gfp_t gfpflags) alloc_single_from_new_slab() argument
3488 put_cpu_partial(struct kmem_cache * s,struct slab * slab,int drain) put_cpu_partial() argument
3496 get_partial_node(struct kmem_cache * s,struct kmem_cache_node * n,struct partial_context * pc) get_partial_node() argument
3557 get_any_partial(struct kmem_cache * s,struct partial_context * pc) get_any_partial() argument
3621 get_partial(struct kmem_cache * s,int node,struct partial_context * pc) get_partial() argument
3675 note_cmpxchg_failure(const char * n,const struct kmem_cache * s,unsigned long tid) note_cmpxchg_failure() argument
3697 init_kmem_cache_cpus(struct kmem_cache * s) init_kmem_cache_cpus() argument
3732 deactivate_slab(struct kmem_cache * s,struct slab * slab,void * freelist) deactivate_slab() argument
3836 local_lock_cpu_slab(s,flags) global() argument
3839 local_lock_cpu_slab(s,flags) global() argument
3846 local_unlock_cpu_slab(s,flags) global() argument
3850 __put_partials(struct kmem_cache * s,struct slab * partial_slab) __put_partials() argument
3894 put_partials(struct kmem_cache * s) put_partials() argument
3908 put_partials_cpu(struct kmem_cache * s,struct kmem_cache_cpu * c) put_partials_cpu() argument
3926 put_cpu_partial(struct kmem_cache * s,struct slab * slab,int drain) put_cpu_partial() argument
3968 put_partials(struct kmem_cache * s) put_partials() argument
3969 put_partials_cpu(struct kmem_cache * s,struct kmem_cache_cpu * c) put_partials_cpu() argument
3974 flush_slab(struct kmem_cache * s,struct kmem_cache_cpu * c) flush_slab() argument
3997 __flush_cpu_slab(struct kmem_cache * s,int cpu) __flush_cpu_slab() argument
4015 flush_this_cpu_slab(struct kmem_cache * s) flush_this_cpu_slab() argument
4025 has_cpu_slab(int cpu,struct kmem_cache * s) has_cpu_slab() argument
4032 has_pcs_used(int cpu,struct kmem_cache * s) has_pcs_used() argument
4051 struct kmem_cache *s; flush_cpu_slab() local
4064 flush_all_cpus_locked(struct kmem_cache * s) flush_all_cpus_locked() argument
4094 flush_all(struct kmem_cache * s) flush_all() argument
4106 struct kmem_cache *s; flush_rcu_sheaf() local
4125 flush_rcu_sheaves_on_cache(struct kmem_cache * s) flush_rcu_sheaves_on_cache() argument
4157 struct kmem_cache *s; flush_all_rcu_sheaves() local
4180 struct kmem_cache *s; slub_cpu_dead() local
4217 free_debug_processing(struct kmem_cache * s,struct slab * slab,void * head,void * tail,int * bulk_cnt,unsigned long addr,depot_stack_handle_t handle) free_debug_processing() argument
4330 slab_out_of_memory(struct kmem_cache * s,gfp_t gfpflags,int nid) slab_out_of_memory() argument
4366 slab_out_of_memory(struct kmem_cache * s,gfp_t gfpflags,int nid) slab_out_of_memory() argument
4378 __update_cpu_freelist_fast(struct kmem_cache * s,void * freelist_old,void * freelist_new,unsigned long tid) __update_cpu_freelist_fast() argument
4397 get_freelist(struct kmem_cache * s,struct slab * slab) get_freelist() argument
4422 freeze_slab(struct kmem_cache * s,struct slab * slab) freeze_slab() argument
4461 ___slab_alloc(struct kmem_cache * s,gfp_t gfpflags,int node,unsigned long addr,struct kmem_cache_cpu * c,unsigned int orig_size) ___slab_alloc() argument
4755 __slab_alloc(struct kmem_cache * s,gfp_t gfpflags,int node,unsigned long addr,struct kmem_cache_cpu * c,unsigned int orig_size) __slab_alloc() argument
4787 __slab_alloc_node(struct kmem_cache * s,gfp_t gfpflags,int node,unsigned long addr,size_t orig_size) __slab_alloc_node() argument
4890 maybe_wipe_obj_freeptr(struct kmem_cache * s,void * obj) maybe_wipe_obj_freeptr() argument
4900 slab_pre_alloc_hook(struct kmem_cache * s,gfp_t flags) slab_pre_alloc_hook() argument
4913 slab_post_alloc_hook(struct kmem_cache * s,struct list_lru * lru,gfp_t flags,size_t size,void ** p,bool init,unsigned int orig_size) slab_post_alloc_hook() argument
4976 __pcs_replace_empty_main(struct kmem_cache * s,struct slub_percpu_sheaves * pcs,gfp_t gfp) __pcs_replace_empty_main() argument
5078 alloc_from_pcs(struct kmem_cache * s,gfp_t gfp,int node) alloc_from_pcs() argument
5150 alloc_from_pcs_bulk(struct kmem_cache * s,size_t size,void ** p) alloc_from_pcs_bulk() argument
5233 slab_alloc_node(struct kmem_cache * s,struct list_lru * lru,gfp_t gfpflags,int node,unsigned long addr,size_t orig_size) slab_alloc_node() argument
5268 kmem_cache_alloc_noprof(struct kmem_cache * s,gfp_t gfpflags) kmem_cache_alloc_noprof() argument
5279 kmem_cache_alloc_lru_noprof(struct kmem_cache * s,struct list_lru * lru,gfp_t gfpflags) kmem_cache_alloc_lru_noprof() argument
5313 kmem_cache_alloc_node_noprof(struct kmem_cache * s,gfp_t gfpflags,int node) kmem_cache_alloc_node_noprof() argument
5323 __prefill_sheaf_pfmemalloc(struct kmem_cache * s,struct slab_sheaf * sheaf,gfp_t gfp) __prefill_sheaf_pfmemalloc() argument
5350 kmem_cache_prefill_sheaf(struct kmem_cache * s,gfp_t gfp,unsigned int size) kmem_cache_prefill_sheaf() argument
5442 kmem_cache_return_sheaf(struct kmem_cache * s,gfp_t gfp,struct slab_sheaf * sheaf) kmem_cache_return_sheaf() argument
5497 kmem_cache_refill_sheaf(struct kmem_cache * s,gfp_t gfp,struct slab_sheaf ** sheafp,unsigned int size) kmem_cache_refill_sheaf() argument
5553 kmem_cache_alloc_from_sheaf_noprof(struct kmem_cache * s,gfp_t gfp,struct slab_sheaf * sheaf) kmem_cache_alloc_from_sheaf_noprof() argument
5641 struct kmem_cache *s; __do_kmalloc_node() local
5687 struct kmem_cache *s; kmalloc_nolock_noprof() local
5769 __kmalloc_cache_noprof(struct kmem_cache * s,gfp_t gfpflags,size_t size) __kmalloc_cache_noprof() argument
5781 __kmalloc_cache_node_noprof(struct kmem_cache * s,gfp_t gfpflags,int node,size_t size) __kmalloc_cache_node_noprof() argument
5794 free_to_partial_list(struct kmem_cache * s,struct slab * slab,void * head,void * tail,int bulk_cnt,unsigned long addr) free_to_partial_list() argument
5866 __slab_free(struct kmem_cache * s,struct slab * slab,void * head,void * tail,int cnt,unsigned long addr) __slab_free() argument
6025 __pcs_install_empty_sheaf(struct kmem_cache * s,struct slub_percpu_sheaves * pcs,struct slab_sheaf * empty,struct node_barn * barn) __pcs_install_empty_sheaf() argument
6072 __pcs_replace_full_main(struct kmem_cache * s,struct slub_percpu_sheaves * pcs) __pcs_replace_full_main() argument
6179 free_to_pcs(struct kmem_cache * s,void * object) free_to_pcs() argument
6209 struct kmem_cache *s; rcu_free_sheaf() local
6264 __kfree_rcu_sheaf(struct kmem_cache * s,void * obj) __kfree_rcu_sheaf() argument
6357 free_to_pcs_bulk(struct kmem_cache * s,size_t size,void ** p) free_to_pcs_bulk() argument
6505 struct kmem_cache *s; free_deferred_objects() local
6536 defer_free(struct kmem_cache * s,void * head) defer_free() argument
6583 do_slab_free(struct kmem_cache * s,struct slab * slab,void * head,void * tail,int cnt,unsigned long addr) do_slab_free() argument
6662 slab_free(struct kmem_cache * s,struct slab * slab,void * object,unsigned long addr) slab_free() argument
6684 memcg_alloc_abort_single(struct kmem_cache * s,void * object) memcg_alloc_abort_single() argument
6692 slab_free_bulk(struct kmem_cache * s,struct slab * slab,void * head,void * tail,void ** p,int cnt,unsigned long addr) slab_free_bulk() argument
6712 struct kmem_cache *s; slab_free_after_rcu_debug() local
6749 cache_from_obj(struct kmem_cache * s,void * x) cache_from_obj() argument
6773 kmem_cache_free(struct kmem_cache * s,void * x) kmem_cache_free() argument
6814 struct kmem_cache *s; kvfree_rcu_cb() local
6860 struct kmem_cache *s; kfree() local
6892 struct kmem_cache *s; kfree_nolock() local
6945 struct kmem_cache *s = NULL; __do_krealloc() local
7266 struct kmem_cache *s; global() member
7282 build_detached_freelist(struct kmem_cache * s,size_t size,void ** p,struct detached_freelist * df) build_detached_freelist() argument
7346 __kmem_cache_free_bulk(struct kmem_cache * s,size_t size,void ** p) __kmem_cache_free_bulk() argument
7367 kmem_cache_free_bulk(struct kmem_cache * s,size_t size,void ** p) kmem_cache_free_bulk() argument
7395 __kmem_cache_alloc_bulk(struct kmem_cache * s,gfp_t flags,size_t size,void ** p) __kmem_cache_alloc_bulk() argument
7460 kmem_cache_alloc_bulk_noprof(struct kmem_cache * s,gfp_t flags,size_t size,void ** p) kmem_cache_alloc_bulk_noprof() argument
7676 alloc_kmem_cache_cpus(struct kmem_cache * s) alloc_kmem_cache_cpus() argument
7697 init_percpu_sheaves(struct kmem_cache * s) init_percpu_sheaves() argument
7762 free_kmem_cache_nodes(struct kmem_cache * s) free_kmem_cache_nodes() argument
7780 __kmem_cache_release(struct kmem_cache * s) __kmem_cache_release() argument
7793 init_kmem_cache_nodes(struct kmem_cache * s) init_kmem_cache_nodes() argument
7827 set_cpu_partial(struct kmem_cache * s) set_cpu_partial() argument
7864 calculate_sizes(struct kmem_cache_args * args,struct kmem_cache * s) calculate_sizes() argument
8003 list_slab_objects(struct kmem_cache * s,struct slab * slab) list_slab_objects() argument
8035 free_partial(struct kmem_cache * s,struct kmem_cache_node * n) free_partial() argument
8056 __kmem_cache_empty(struct kmem_cache * s) __kmem_cache_empty() argument
8070 __kmem_cache_shutdown(struct kmem_cache * s) __kmem_cache_shutdown() argument
8100 struct kmem_cache *s = slab->slab_cache; __kmem_obj_info() local
8233 struct kmem_cache *s; __check_heap_object() local
8282 __kmem_cache_do_shrink(struct kmem_cache * s) __kmem_cache_do_shrink() argument
8348 __kmem_cache_shrink(struct kmem_cache * s) __kmem_cache_shrink() argument
8356 struct kmem_cache *s; slab_mem_going_offline_callback() local
8371 struct kmem_cache *s; slab_mem_going_online_callback() local
8460 struct kmem_cache *s = kmem_cache_zalloc(kmem_cache, GFP_NOWAIT); bootstrap() local
8551 struct kmem_cache *s; __kmem_cache_alias() local
8572 do_kmem_cache_create(struct kmem_cache * s,const char * name,unsigned int size,struct kmem_cache_args * args,slab_flags_t flags) do_kmem_cache_create() argument
8691 validate_slab(struct kmem_cache * s,struct slab * slab,unsigned long * obj_map) validate_slab() argument
8716 validate_slab_node(struct kmem_cache * s,struct kmem_cache_node * n,unsigned long * obj_map) validate_slab_node() argument
8753 validate_slab_cache(struct kmem_cache * s) validate_slab_cache() argument
8830 add_location(struct loc_track * t,struct kmem_cache * s,const struct track * track,unsigned int orig_size) add_location() argument
8922 process_slab(struct loc_track * t,struct kmem_cache * s,struct slab * slab,enum track_item alloc,unsigned long * obj_map) process_slab() argument
8956 show_slab_objects(struct kmem_cache * s,char * buf,unsigned long flags) show_slab_objects() argument
9083 slab_size_show(struct kmem_cache * s,char * buf) slab_size_show() argument
9089 align_show(struct kmem_cache * s,char * buf) align_show() argument
9095 object_size_show(struct kmem_cache * s,char * buf) object_size_show() argument
9101 objs_per_slab_show(struct kmem_cache * s,char * buf) objs_per_slab_show() argument
9107 order_show(struct kmem_cache * s,char * buf) order_show() argument
9113 sheaf_capacity_show(struct kmem_cache * s,char * buf) sheaf_capacity_show() argument
9119 min_partial_show(struct kmem_cache * s,char * buf) min_partial_show() argument
9124 min_partial_store(struct kmem_cache * s,const char * buf,size_t length) min_partial_store() argument
9139 cpu_partial_show(struct kmem_cache * s,char * buf) cpu_partial_show() argument
9149 cpu_partial_store(struct kmem_cache * s,const char * buf,size_t length) cpu_partial_store() argument
9167 ctor_show(struct kmem_cache * s,char * buf) ctor_show() argument
9175 aliases_show(struct kmem_cache * s,char * buf) aliases_show() argument
9181 partial_show(struct kmem_cache * s,char * buf) partial_show() argument
9187 cpu_slabs_show(struct kmem_cache * s,char * buf) cpu_slabs_show() argument
9193 objects_partial_show(struct kmem_cache * s,char * buf) objects_partial_show() argument
9199 slabs_cpu_partial_show(struct kmem_cache * s,char * buf) slabs_cpu_partial_show() argument
9240 reclaim_account_show(struct kmem_cache * s,char * buf) reclaim_account_show() argument
9246 hwcache_align_show(struct kmem_cache * s,char * buf) hwcache_align_show() argument
9253 cache_dma_show(struct kmem_cache * s,char * buf) cache_dma_show() argument
9261 usersize_show(struct kmem_cache * s,char * buf) usersize_show() argument
9268 destroy_by_rcu_show(struct kmem_cache * s,char * buf) destroy_by_rcu_show() argument
9275 slabs_show(struct kmem_cache * s,char * buf) slabs_show() argument
9281 total_objects_show(struct kmem_cache * s,char * buf) total_objects_show() argument
9287 objects_show(struct kmem_cache * s,char * buf) objects_show() argument
9293 sanity_checks_show(struct kmem_cache * s,char * buf) sanity_checks_show() argument
9299 trace_show(struct kmem_cache * s,char * buf) trace_show() argument
9305 red_zone_show(struct kmem_cache * s,char * buf) red_zone_show() argument
9312 poison_show(struct kmem_cache * s,char * buf) poison_show() argument
9319 store_user_show(struct kmem_cache * s,char * buf) store_user_show() argument
9326 validate_show(struct kmem_cache * s,char * buf) validate_show() argument
9331 validate_store(struct kmem_cache * s,const char * buf,size_t length) validate_store() argument
9348 failslab_show(struct kmem_cache * s,char * buf) failslab_show() argument
9353 failslab_store(struct kmem_cache * s,const char * buf,size_t length) failslab_store() argument
9369 shrink_show(struct kmem_cache * s,char * buf) shrink_show() argument
9374 shrink_store(struct kmem_cache * s,const char * buf,size_t length) shrink_store() argument
9386 remote_node_defrag_ratio_show(struct kmem_cache * s,char * buf) remote_node_defrag_ratio_show() argument
9391 remote_node_defrag_ratio_store(struct kmem_cache * s,const char * buf,size_t length) remote_node_defrag_ratio_store() argument
9411 show_stat(struct kmem_cache * s,char * buf,enum stat_item si) show_stat() argument
9443 clear_stat(struct kmem_cache * s,enum stat_item si) clear_stat() argument
9512 skip_kfence_show(struct kmem_cache * s,char * buf) skip_kfence_show() argument
9517 skip_kfence_store(struct kmem_cache * s,const char * buf,size_t length) skip_kfence_store() argument
9637 struct kmem_cache *s; slab_attr_show() local
9653 struct kmem_cache *s; slab_attr_store() local
9681 cache_kset(struct kmem_cache * s) cache_kset() argument
9692 create_unique_id(struct kmem_cache * s) create_unique_id() argument
9730 sysfs_slab_add(struct kmem_cache * s) sysfs_slab_add() argument
9781 sysfs_slab_unlink(struct kmem_cache * s) sysfs_slab_unlink() argument
9787 sysfs_slab_release(struct kmem_cache * s) sysfs_slab_release() argument
9797 struct kmem_cache *s; global() member
9804 sysfs_slab_alias(struct kmem_cache * s,const char * name) sysfs_slab_alias() argument
9835 struct kmem_cache *s; slab_sysfs_init() local
9986 struct kmem_cache *s = file_inode(filep)->i_private; slab_debug_trace_open() local
10045 debugfs_slab_add(struct kmem_cache * s) debugfs_slab_add() argument
10061 debugfs_slab_release(struct kmem_cache * s) debugfs_slab_release() argument
10068 struct kmem_cache *s; slab_debugfs_init() local
10085 get_slabinfo(struct kmem_cache * s,struct slabinfo * sinfo) get_slabinfo() argument
[all...]
/linux/sound/usb/usx2y/
H A Dusb_stream.c15 struct usb_stream *s = sk->s; in usb_stream_next_packet_size() local
18 return (sk->out_phase_peeked >> 16) * s->cfg.frame_size; in usb_stream_next_packet_size()
23 struct usb_stream *s = sk->s; in playback_prep_freqn() local
29 if (s->idle_outsize + lb + l > s->period_size) in playback_prep_freqn()
41 s->idle_outsize += lb - s->period_size; in playback_prep_freqn()
86 struct usb_stream *s = sk->s; in init_urbs() local
88 (char *)s + sizeof(*s) + sizeof(struct usb_stream_packet) * s->inpackets; in init_urbs()
129 struct usb_stream *s; in usb_stream_free() local
139 s = sk->s; in usb_stream_free()
140 if (!s) in usb_stream_free()
[all …]
/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-hevc.h12 TP_PROTO(const struct v4l2_ctrl_hevc_sps *s),
13 TP_ARGS(s),
14 TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_sps, s)),
15 TP_fast_assign(__entry->s = *s),
41 __entry->s.video_parameter_set_id,
42 __entry->s.seq_parameter_set_id,
43 __entry->s.pic_width_in_luma_samples,
44 __entry->s.pic_height_in_luma_samples,
45 __entry->s.bit_depth_luma_minus8,
46 __entry->s.bit_depth_chroma_minus8,
[all …]

12345678910>>...156