Home
last modified time | relevance | path

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

123

/kernel/trace/
Dtrace_seq.c31 #define TRACE_SEQ_BUF_LEFT(s) seq_buf_buffer_left(&(s)->seq) argument
36 static inline void __trace_seq_init(struct trace_seq *s) in __trace_seq_init()
51 int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq()
81 void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
111 void trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, in trace_seq_bitmask()
141 void trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf()
175 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf()
205 void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
233 void trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
259 void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem()
[all …]
Dtrace_output.c27 struct trace_seq *s = &iter->seq; in trace_print_bputs_msg_only() local
40 struct trace_seq *s = &iter->seq; in trace_print_bprintk_msg_only() local
53 struct trace_seq *s = &iter->seq; in trace_print_printk_msg_only() local
296 struct trace_seq *s = &iter->seq; in trace_raw_output_prep() local
318 struct trace_seq *s = &iter->seq; in trace_output_raw() local
357 seq_print_sym(struct trace_seq *s, unsigned long address, bool offset) in seq_print_sym()
383 static int seq_print_user_ip(struct trace_seq *s, struct mm_struct *mm, in seq_print_user_ip()
416 seq_print_ip_sym(struct trace_seq *s, unsigned long ip, unsigned long sym_flags) in seq_print_ip_sym()
440 int trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in trace_print_lat_fmt()
494 lat_print_generic(struct trace_seq *s, struct trace_entry *entry, int cpu) in lat_print_generic()
[all …]
Dtrace_functions_graph.c333 static void print_graph_cpu(struct trace_seq *s, int cpu) in print_graph_cpu()
345 static void print_graph_proc(struct trace_seq *s, pid_t pid) in print_graph_proc()
376 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in print_graph_lat_fmt()
385 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data) in verif_pid()
490 static void print_graph_abs_time(u64 t, struct trace_seq *s) in print_graph_abs_time()
502 print_graph_rel_time(struct trace_iterator *iter, struct trace_seq *s) in print_graph_rel_time()
517 struct trace_seq *s = &iter->seq; in print_graph_irq() local
561 trace_print_graph_duration(unsigned long long duration, struct trace_seq *s) in trace_print_graph_duration()
595 struct trace_seq *s, u32 flags) in print_graph_duration()
629 struct trace_seq *s, u32 flags) in print_graph_entry_leaf()
[all …]
Dtrace_mmiotrace.c63 static void mmio_print_pcidev(struct trace_seq *s, const struct pci_dev *dev) in mmio_print_pcidev()
102 struct trace_seq *s = &iter->seq; in mmio_pipe_open() local
138 struct trace_seq *s = &iter->seq; in mmio_read() local
172 struct trace_seq *s = &iter->seq; in mmio_print_rw() local
217 struct trace_seq *s = &iter->seq; in mmio_print_map() local
251 struct trace_seq *s = &iter->seq; in mmio_print_mark() local
Dtrace_output.h35 #define SEQ_PUT_FIELD(s, x) \ argument
38 #define SEQ_PUT_HEX_FIELD(s, x) \ argument
Dtrace_stat.c171 static void *stat_seq_start(struct seq_file *s, loff_t *pos) in stat_seq_start()
195 static void *stat_seq_next(struct seq_file *s, void *p, loff_t *pos) in stat_seq_next()
208 static void stat_seq_stop(struct seq_file *s, void *p) in stat_seq_stop()
214 static int stat_seq_show(struct seq_file *s, void *v) in stat_seq_show()
Dblktrace.c1361 static void blk_log_dump_pdu(struct trace_seq *s, in blk_log_dump_pdu()
1400 static void blk_log_generic(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_generic()
1419 static void blk_log_with_error(struct trace_seq *s, in blk_log_with_error()
1436 static void blk_log_remap(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_remap()
1447 static void blk_log_plug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_plug()
1456 static void blk_log_unplug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_unplug()
1465 static void blk_log_split(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_split()
1475 static void blk_log_msg(struct trace_seq *s, const struct trace_entry *ent, in blk_log_msg()
1544 struct trace_seq *s = &iter->seq; in print_one_line() local
1581 struct trace_seq *s = &iter->seq; in blk_trace_synthesize_old_trace() local
[all …]
/kernel/bpf/
Dpercpu_freelist.c6 int pcpu_freelist_init(struct pcpu_freelist *s) in pcpu_freelist_init()
25 void pcpu_freelist_destroy(struct pcpu_freelist *s) in pcpu_freelist_destroy()
45 static inline bool pcpu_freelist_try_push_extra(struct pcpu_freelist *s, in pcpu_freelist_try_push_extra()
56 static inline void ___pcpu_freelist_push_nmi(struct pcpu_freelist *s, in ___pcpu_freelist_push_nmi()
82 void __pcpu_freelist_push(struct pcpu_freelist *s, in __pcpu_freelist_push()
91 void pcpu_freelist_push(struct pcpu_freelist *s, in pcpu_freelist_push()
101 void pcpu_freelist_populate(struct pcpu_freelist *s, void *buf, u32 elem_size, in pcpu_freelist_populate()
123 static struct pcpu_freelist_node *___pcpu_freelist_pop(struct pcpu_freelist *s) in ___pcpu_freelist_pop()
157 ___pcpu_freelist_pop_nmi(struct pcpu_freelist *s) in ___pcpu_freelist_pop_nmi()
192 struct pcpu_freelist_node *__pcpu_freelist_pop(struct pcpu_freelist *s) in __pcpu_freelist_pop()
[all …]
/kernel/
Dscs.c15 static void __scs_account(void *s, int account) in __scs_account()
30 void *s; in __scs_alloc() local
48 void *s; in scs_alloc() local
65 void scs_free(void *s) in scs_free()
106 void *s = scs_alloc(node); in scs_prepare() local
145 void *s = task_scs(tsk); in scs_release() local
Dcfi.c71 static inline int ptr_to_shadow(const struct cfi_shadow *s, unsigned long ptr) in ptr_to_shadow()
88 static inline unsigned long shadow_to_ptr(const struct cfi_shadow *s, in shadow_to_ptr()
98 static inline unsigned long shadow_to_check_fn(const struct cfi_shadow *s, in shadow_to_check_fn()
146 static void add_module_to_shadow(struct cfi_shadow *s, struct module *mod, in add_module_to_shadow()
174 static void remove_module_from_shadow(struct cfi_shadow *s, struct module *mod, in remove_module_from_shadow()
235 static inline cfi_check_fn ptr_to_check_fn(const struct cfi_shadow __rcu *s, in ptr_to_check_fn()
Dtorture.c93 char *s; in torture_offline() local
153 char *s; in torture_online() local
659 int torture_stutter_init(const int s, const int sgap) in torture_stutter_init()
801 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, in _torture_create_kthread()
Dscftorture.c41 #define SCFTORTOUT(s, x...) \ argument
44 #define VERBOSE_SCFTORTOUT(s, x...) \ argument
47 #define VERBOSE_SCFTORTOUT_ERRSTRING(s, x...) \ argument
Dpanic.c483 char *s; in print_tainted() local
769 static int __init oops_setup(char *s) in oops_setup()
779 static int __init panic_on_taint_setup(char *s) in panic_on_taint_setup()
/kernel/printk/
Dprintk_safe.c55 static void queue_flush_work(struct printk_safe_seq_buf *s) in queue_flush_work()
71 static __printf(2, 0) int printk_safe_log_store(struct printk_safe_seq_buf *s, in printk_safe_log_store()
171 static void report_message_lost(struct printk_safe_seq_buf *s) in report_message_lost()
185 struct printk_safe_seq_buf *s = in __printk_safe_flush() local
301 struct printk_safe_seq_buf *s = this_cpu_ptr(&nmi_print_seq); in vprintk_nmi() local
353 struct printk_safe_seq_buf *s = this_cpu_ptr(&safe_print_seq); in vprintk_safe() local
409 struct printk_safe_seq_buf *s; in printk_safe_init() local
/kernel/rcu/
Dtree_exp.h48 unsigned long s; in rcu_exp_gp_seq_snap() local
61 static bool rcu_exp_gp_seq_done(unsigned long s) in rcu_exp_gp_seq_done()
263 static bool sync_exp_work_done(unsigned long s) in sync_exp_work_done()
280 static bool exp_funnel_lock(unsigned long s) in exp_funnel_lock()
586 static void rcu_exp_wait_wake(unsigned long s) in rcu_exp_wait_wake()
618 static void rcu_exp_sel_wait_wake(unsigned long s) in rcu_exp_sel_wait_wake()
826 unsigned long s; in synchronize_rcu_expedited() local
Drcu.h30 static inline unsigned long rcu_seq_ctr(unsigned long s) in rcu_seq_ctr()
39 static inline int rcu_seq_state(unsigned long s) in rcu_seq_state()
89 unsigned long s; in rcu_seq_snap() local
106 static inline bool rcu_seq_started(unsigned long *sp, unsigned long s) in rcu_seq_started()
115 static inline bool rcu_seq_done(unsigned long *sp, unsigned long s) in rcu_seq_done()
Drcuscale.c48 #define SCALEOUT_STRING(s) \ argument
50 #define VERBOSE_SCALEOUT_STRING(s) \ argument
52 #define SCALEOUT_ERRSTRING(s) \ argument
Dsrcutree.c602 unsigned long s) in srcu_funnel_exp_start()
635 unsigned long s, bool do_norm) in srcu_funnel_gp_start()
821 unsigned long s; in srcu_gp_start_if_needed() local
1096 unsigned long s = rcu_seq_snap(&ssp->srcu_barrier_seq); in srcu_barrier() local
Drefscale.c43 #define SCALEOUT(s, x...) \ argument
46 #define VERBOSE_SCALEOUT(s, x...) \ argument
49 #define VERBOSE_SCALEOUT_ERRSTRING(s, x...) \ argument
/kernel/irq/
Dtimings.c540 struct irqt_stat __percpu *s; in irq_timings_next_event() local
596 struct irqt_stat __percpu *s; in irq_timings_free() local
607 struct irqt_stat __percpu *s; in irq_timings_alloc() local
776 struct irqt_stat __percpu *s; in irq_timings_test_irqs() local
/kernel/time/
Dtest_udelay.c28 static int udelay_test_single(struct seq_file *s, int usecs, uint32_t iters) in udelay_test_single()
68 static int udelay_test_show(struct seq_file *s, void *v) in udelay_test_show()
Dtimekeeping_debug.c22 static int tk_debug_sleep_time_show(struct seq_file *s, void *data) in tk_debug_sleep_time_show()
/kernel/power/
Dmain.c127 char *s = buf; in mem_sleep_show() local
242 char *s = buf; in pm_test_show() local
263 const char * const *s; in pm_test_store() local
396 static int suspend_stats_show(struct seq_file *s, void *unused) in suspend_stats_show()
597 char *s = buf; in state_show() local
Denergy_model.c47 static int em_debug_cpus_show(struct seq_file *s, void *unused) in em_debug_cpus_show()
55 static int em_debug_units_show(struct seq_file *s, void *unused) in em_debug_units_show()
/kernel/cgroup/
Dcgroup-v1.c389 static void *cgroup_pidlist_start(struct seq_file *s, loff_t *pos) in cgroup_pidlist_start()
450 static void cgroup_pidlist_stop(struct seq_file *s, void *v) in cgroup_pidlist_stop()
462 static void *cgroup_pidlist_next(struct seq_file *s, void *v, loff_t *pos) in cgroup_pidlist_next()
483 static int cgroup_pidlist_show(struct seq_file *s, void *v) in cgroup_pidlist_show()

123