/kernel/trace/ |
D | trace_seq.c | 31 #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 …]
|
D | trace_output.c | 27 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 …]
|
D | trace_functions_graph.c | 333 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 …]
|
D | trace_mmiotrace.c | 63 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
|
D | trace_output.h | 35 #define SEQ_PUT_FIELD(s, x) \ argument 38 #define SEQ_PUT_HEX_FIELD(s, x) \ argument
|
D | trace_stat.c | 171 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()
|
D | blktrace.c | 1361 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/ |
D | percpu_freelist.c | 6 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/ |
D | scs.c | 15 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
|
D | cfi.c | 71 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()
|
D | torture.c | 93 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()
|
D | scftorture.c | 41 #define SCFTORTOUT(s, x...) \ argument 44 #define VERBOSE_SCFTORTOUT(s, x...) \ argument 47 #define VERBOSE_SCFTORTOUT_ERRSTRING(s, x...) \ argument
|
D | panic.c | 483 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/ |
D | printk_safe.c | 55 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/ |
D | tree_exp.h | 48 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
|
D | rcu.h | 30 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()
|
D | rcuscale.c | 48 #define SCALEOUT_STRING(s) \ argument 50 #define VERBOSE_SCALEOUT_STRING(s) \ argument 52 #define SCALEOUT_ERRSTRING(s) \ argument
|
D | srcutree.c | 602 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
|
D | refscale.c | 43 #define SCALEOUT(s, x...) \ argument 46 #define VERBOSE_SCALEOUT(s, x...) \ argument 49 #define VERBOSE_SCALEOUT_ERRSTRING(s, x...) \ argument
|
/kernel/irq/ |
D | timings.c | 540 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/ |
D | test_udelay.c | 28 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()
|
D | timekeeping_debug.c | 22 static int tk_debug_sleep_time_show(struct seq_file *s, void *data) in tk_debug_sleep_time_show()
|
/kernel/power/ |
D | main.c | 127 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
|
D | energy_model.c | 47 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/ |
D | cgroup-v1.c | 389 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()
|