Home
last modified time | relevance | path

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

123

/kernel/trace/
Dtrace_seq.c30 #define TRACE_SEQ_BUF_LEFT(s) seq_buf_buffer_left(&(s)->seq) argument
33 #define TRACE_SEQ_BUF_USED(s) seq_buf_used(&(s)->seq) argument
38 static inline void __trace_seq_init(struct trace_seq *s) in __trace_seq_init()
53 int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq()
83 void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
113 void trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, in trace_seq_bitmask()
143 void trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf()
177 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf()
207 void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
235 void trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
[all …]
Dtrace_output.c26 struct trace_seq *s = &iter->seq; in trace_print_bputs_msg_only() local
39 struct trace_seq *s = &iter->seq; in trace_print_bprintk_msg_only() local
52 struct trace_seq *s = &iter->seq; in trace_print_printk_msg_only() local
280 struct trace_seq *s = &iter->seq; in trace_raw_output_prep() local
302 struct trace_seq *s = &iter->seq; in trace_output_raw() local
341 seq_print_sym_short(struct trace_seq *s, const char *fmt, unsigned long address) in seq_print_sym_short()
361 seq_print_sym_offset(struct trace_seq *s, const char *fmt, in seq_print_sym_offset()
386 static int seq_print_user_ip(struct trace_seq *s, struct mm_struct *mm, in seq_print_user_ip()
419 seq_print_ip_sym(struct trace_seq *s, unsigned long ip, unsigned long sym_flags) in seq_print_ip_sym()
446 int trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in trace_print_lat_fmt()
[all …]
Dtrace_functions_graph.c556 static void print_graph_cpu(struct trace_seq *s, int cpu) in print_graph_cpu()
568 static void print_graph_proc(struct trace_seq *s, pid_t pid) in print_graph_proc()
599 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in print_graph_lat_fmt()
607 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data) in verif_pid()
712 static void print_graph_abs_time(u64 t, struct trace_seq *s) in print_graph_abs_time()
728 struct trace_seq *s = &iter->seq; in print_graph_irq() local
768 trace_print_graph_duration(unsigned long long duration, struct trace_seq *s) in trace_print_graph_duration()
802 struct trace_seq *s, u32 flags) in print_graph_duration()
836 struct trace_seq *s, u32 flags) in print_graph_entry_leaf()
890 struct trace_seq *s, int cpu, u32 flags) in print_graph_entry_nested()
[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.c173 static void *stat_seq_start(struct seq_file *s, loff_t *pos) in stat_seq_start()
197 static void *stat_seq_next(struct seq_file *s, void *p, loff_t *pos) in stat_seq_next()
210 static void stat_seq_stop(struct seq_file *s, void *p) in stat_seq_stop()
216 static int stat_seq_show(struct seq_file *s, void *v) in stat_seq_show()
Dblktrace.c1265 static void blk_log_dump_pdu(struct trace_seq *s, in blk_log_dump_pdu()
1304 static void blk_log_generic(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_generic()
1323 static void blk_log_with_error(struct trace_seq *s, in blk_log_with_error()
1340 static void blk_log_remap(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_remap()
1351 static void blk_log_plug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_plug()
1360 static void blk_log_unplug(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_unplug()
1369 static void blk_log_split(struct trace_seq *s, const struct trace_entry *ent, bool has_cg) in blk_log_split()
1379 static void blk_log_msg(struct trace_seq *s, const struct trace_entry *ent, in blk_log_msg()
1448 struct trace_seq *s = &iter->seq; in print_one_line() local
1485 struct trace_seq *s = &iter->seq; in blk_trace_synthesize_old_trace() local
[all …]
Dtrace_sched_wakeup.c314 static void wakeup_print_header(struct seq_file *s) in wakeup_print_header()
349 static void wakeup_print_header(struct seq_file *s) in wakeup_print_header()
354 static void wakeup_print_header(struct seq_file *s) in wakeup_print_header()
Dtrace_irqsoff.c251 static void irqsoff_print_header(struct seq_file *s) in irqsoff_print_header()
292 static void irqsoff_print_header(struct seq_file *s) in irqsoff_print_header()
297 static void irqsoff_print_header(struct seq_file *s) in irqsoff_print_header()
/kernel/bpf/
Dpercpu_freelist.c9 int pcpu_freelist_init(struct pcpu_freelist *s) in pcpu_freelist_init()
26 void pcpu_freelist_destroy(struct pcpu_freelist *s) in pcpu_freelist_destroy()
40 void __pcpu_freelist_push(struct pcpu_freelist *s, in __pcpu_freelist_push()
48 void pcpu_freelist_push(struct pcpu_freelist *s, in pcpu_freelist_push()
58 void pcpu_freelist_populate(struct pcpu_freelist *s, void *buf, u32 elem_size, in pcpu_freelist_populate()
87 struct pcpu_freelist_node *__pcpu_freelist_pop(struct pcpu_freelist *s) in __pcpu_freelist_pop()
112 struct pcpu_freelist_node *pcpu_freelist_pop(struct pcpu_freelist *s) in pcpu_freelist_pop()
/kernel/printk/
Dprintk_safe.c64 static void queue_flush_work(struct printk_safe_seq_buf *s) in queue_flush_work()
83 static __printf(2, 0) int printk_safe_log_store(struct printk_safe_seq_buf *s, in printk_safe_log_store()
183 static void report_message_lost(struct printk_safe_seq_buf *s) in report_message_lost()
199 struct printk_safe_seq_buf *s = in __printk_safe_flush() local
307 struct printk_safe_seq_buf *s = this_cpu_ptr(&nmi_print_seq); in vprintk_nmi() local
359 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/
Dcfi.c64 static inline int ptr_to_shadow(const struct cfi_shadow *s, unsigned long ptr) in ptr_to_shadow()
80 static inline unsigned long shadow_to_ptr(const struct cfi_shadow *s, in shadow_to_ptr()
91 static inline unsigned long shadow_to_page(const struct cfi_shadow *s, in shadow_to_page()
134 static void add_module_to_shadow(struct cfi_shadow *s, struct module *mod) in add_module_to_shadow()
163 static void remove_module_from_shadow(struct cfi_shadow *s, struct module *mod) in remove_module_from_shadow()
228 static inline cfi_check_fn ptr_to_check_fn(const struct cfi_shadow __rcu *s, in ptr_to_check_fn()
Dpanic.c359 char *s; in print_tainted() local
626 static int __init oops_setup(char *s) in oops_setup()
Daudit_tree.c76 static struct audit_tree *alloc_tree(const char *s) in alloc_tree()
306 struct audit_tree *s; in untag_chunk() local
466 struct audit_tree *s = old->owners[n].owner; in tag_chunk() local
Dtorture.c619 int torture_stutter_init(int s) in torture_stutter_init()
764 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, in _torture_create_kthread()
/kernel/rcu/
Dtree_exp.h45 unsigned long s; in rcu_exp_gp_seq_snap() local
58 static bool rcu_exp_gp_seq_done(struct rcu_state *rsp, unsigned long s) in rcu_exp_gp_seq_done()
243 unsigned long s) in sync_exp_work_done()
262 static bool exp_funnel_lock(struct rcu_state *rsp, unsigned long s) in exp_funnel_lock()
514 static void rcu_exp_wait_wake(struct rcu_state *rsp, unsigned long s) in rcu_exp_wait_wake()
556 smp_call_func_t func, unsigned long s) in rcu_exp_sel_wait_wake()
586 unsigned long s; in _synchronize_rcu_expedited() local
Drcu.h71 static inline unsigned long rcu_seq_ctr(unsigned long s) in rcu_seq_ctr()
80 static inline int rcu_seq_state(unsigned long s) in rcu_seq_state()
114 unsigned long s; in rcu_seq_snap() local
131 static inline bool rcu_seq_done(unsigned long *sp, unsigned long s) in rcu_seq_done()
Dsrcutree.c585 unsigned long s) in srcu_funnel_exp_start()
615 unsigned long s, bool do_norm) in srcu_funnel_gp_start()
820 unsigned long s; in __call_srcu() local
1002 unsigned long s = rcu_seq_snap(&sp->srcu_barrier_seq); in srcu_barrier() local
Drcuperf.c57 #define PERFOUT_STRING(s) \ argument
59 #define VERBOSE_PERFOUT_STRING(s) \ argument
61 #define VERBOSE_PERFOUT_ERRSTRING(s) \ argument
/kernel/irq/
Dtimings.c258 struct irqt_stat __percpu *s; in irq_timings_next_event() local
331 struct irqt_stat __percpu *s; in irq_timings_free() local
342 struct irqt_stat __percpu *s; in irq_timings_alloc() local
/kernel/time/
Dtest_udelay.c36 static int udelay_test_single(struct seq_file *s, int usecs, uint32_t iters) in udelay_test_single()
76 static int udelay_test_show(struct seq_file *s, void *v) in udelay_test_show()
Dtimekeeping_debug.c31 static int tk_debug_show_sleep_time(struct seq_file *s, void *data) in tk_debug_show_sleep_time()
/kernel/power/
Dmain.c85 char *s = buf; in mem_sleep_show() local
168 char *s = buf; in pm_test_show() local
189 const char * const *s; in pm_test_store() local
237 static int suspend_stats_show(struct seq_file *s, void *unused) in suspend_stats_show()
438 char *s = buf; in state_show() local
/kernel/sched/
Dpsi.c244 enum psi_states s; in get_recent_times() local
311 int s; in collect_percpu_times() local
363 int s; in update_averages() local
678 enum psi_states s; in psi_group_change() local
/kernel/cgroup/
Dcgroup-v1.c420 static void *cgroup_pidlist_start(struct seq_file *s, loff_t *pos) in cgroup_pidlist_start()
481 static void cgroup_pidlist_stop(struct seq_file *s, void *v) in cgroup_pidlist_stop()
492 static void *cgroup_pidlist_next(struct seq_file *s, void *v, loff_t *pos) in cgroup_pidlist_next()
512 static int cgroup_pidlist_show(struct seq_file *s, void *v) in cgroup_pidlist_show()

123