/kernel/sched/ |
D | isolation.c | 80 static int __init housekeeping_setup(char *str, enum hk_flags flags) in housekeeping_setup() 137 static int __init housekeeping_nohz_full_setup(char *str) in housekeeping_nohz_full_setup() 148 static int __init housekeeping_isolcpus_setup(char *str) in housekeeping_isolcpus_setup()
|
D | autogroup.c | 198 static int __init setup_autogroup(char *str) in setup_autogroup()
|
/kernel/trace/ |
D | trace_events_filter.c | 84 static bool is_not(const char *str) in is_not() 411 predicate_parse(const char *str, int nr_parens, int nr_preds, in predicate_parse() 667 static __always_inline char *test_string(char *str) in test_string() 684 static __always_inline char *test_ustring(char *str) in test_ustring() 717 static __always_inline int filter_pchar(struct filter_pred *pred, char *str) in filter_pchar() 733 char *str; in filter_pred_pchar() local 746 char *str; in filter_pred_pchar_user() local 833 static int regex_match_full(char *str, struct regex *r, int len) in regex_match_full() 842 static int regex_match_front(char *str, struct regex *r, int len) in regex_match_front() 850 static int regex_match_middle(char *str, struct regex *r, int len) in regex_match_middle() [all …]
|
D | trace_events_inject.c | 36 parse_field(char *str, struct trace_event_call *call, in parse_field() 192 static int parse_entry(char *str, struct trace_event_call *call, void **pentry) in parse_entry()
|
D | trace_events_hist.c | 715 static int errpos(char *str) in errpos() 720 static void last_cmd_set(struct trace_event_file *file, char *str) in last_cmd_set() 1337 static int parse_map_size(char *str) in parse_map_size() 1377 static int parse_action(char *str, struct hist_trigger_attrs *attrs) in parse_action() 1399 char *str, struct hist_trigger_attrs *attrs) in parse_assignment() 1479 char *str = strsep(&trigger_str, ":"); in parse_hist_trigger_attrs() local 1660 char str[HIST_CONST_DIGITS_MAX]; in expr_field_str() local 1740 static int contains_operator(char *str, char **sep) in contains_operator() 2219 char *field_name, *modifier, *str; in parse_field() local 2325 char *str, char *var_name, in parse_const() [all …]
|
D | trace_printk.c | 254 bool trace_is_tracepoint_string(const char *str) in trace_is_tracepoint_string() 314 const char *str = *fmt; in t_show() local
|
D | trace_dynevent.h | 129 const char *str; member
|
D | trace_seq.c | 205 void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
|
D | trace_probe.c | 341 static int str_to_immediate(char *str, unsigned long *imm) in str_to_immediate() 352 static int __parse_imm_string(char *str, char **pbuf, int offs) in __parse_imm_string()
|
D | trace.c | 191 static int __init set_cmdline_ftrace(char *str) in set_cmdline_ftrace() 201 static int __init set_ftrace_dump_on_oops(char *str) in set_ftrace_dump_on_oops() 217 static int __init stop_trace_on_warning(char *str) in stop_trace_on_warning() 225 static int __init boot_alloc_snapshot(char *str) in boot_alloc_snapshot() 237 static int __init set_trace_boot_options(char *str) in set_trace_boot_options() 247 static int __init set_trace_boot_clock(char *str) in set_trace_boot_clock() 255 static int __init set_tracepoint_printk(char *str) in set_tracepoint_printk() 267 static int __init set_tracepoint_printk_stop(char *str) in set_tracepoint_printk_stop() 996 const char *str, int size) in __trace_array_puts() 1048 int __trace_puts(unsigned long ip, const char *str, int size) in __trace_puts() [all …]
|
/kernel/power/ |
D | hibernate.c | 1274 static int __init resume_setup(char *str) in resume_setup() 1283 static int __init resume_offset_setup(char *str) in resume_offset_setup() 1296 static int __init hibernate_setup(char *str) in hibernate_setup() 1312 static int __init noresume_setup(char *str) in noresume_setup() 1318 static int __init resumewait_setup(char *str) in resumewait_setup() 1324 static int __init resumedelay_setup(char *str) in resumedelay_setup() 1333 static int __init nohibernate_setup(char *str) in nohibernate_setup()
|
D | wakelock.c | 205 const char *str = buf; in pm_wake_lock() local
|
D | suspend.c | 184 static int __init mem_sleep_default_setup(char *str) in mem_sleep_default_setup()
|
/kernel/irq/ |
D | spurious.c | 436 int noirqdebug_setup(char *str) in noirqdebug_setup() 448 static int __init irqfixup_setup(char *str) in irqfixup_setup() 460 static int __init irqpoll_setup(char *str) in irqpoll_setup()
|
/kernel/ |
D | watchdog.c | 76 static int __init hardlockup_panic_setup(char *str) in hardlockup_panic_setup() 188 static int __init softlockup_panic_setup(char *str) in softlockup_panic_setup() 195 static int __init nowatchdog_setup(char *str) in nowatchdog_setup() 202 static int __init nosoftlockup_setup(char *str) in nosoftlockup_setup() 209 static int __init watchdog_thresh_setup(char *str) in watchdog_thresh_setup()
|
D | auditfilter.c | 127 char *str; in audit_unpack_string() local 449 char *str; in audit_data_to_entry() local 615 static inline size_t audit_pack_string(void **bufp, const char *str) in audit_pack_string()
|
D | smp.c | 164 static int __init csdlock_debug(char *str) in csdlock_debug() 1038 static int __init nosmp(char *str) in nosmp() 1049 static int __init nrcpus(char *str) in nrcpus() 1061 static int __init maxcpus(char *str) in maxcpus()
|
D | module-internal.h | 27 unsigned int sym, str, mod, vers, info, pcpu; member
|
/kernel/printk/ |
D | braille.c | 12 int _braille_console_setup(char **str, char **brl_options) in _braille_console_setup()
|
D | braille.h | 37 _braille_console_setup(char **str, char **brl_options) in _braille_console_setup()
|
D | printk.c | 122 static int __control_devkmsg(char *str) in __control_devkmsg() 150 static int __init control_devkmsg(char *str) in control_devkmsg() 1000 static int __init log_buf_len_setup(char *str) in log_buf_len_setup() 1198 static int __init ignore_loglevel_setup(char *str) in ignore_loglevel_setup() 1221 static int __init boot_delay_setup(char *str) in boot_delay_setup() 2408 static int __init console_msg_format_setup(char *str) in console_msg_format_setup() 2422 static int __init console_setup(char *str) in console_setup() 2493 static int __init console_suspend_disable(char *str) in console_suspend_disable() 2898 static int __init keep_bootcon_setup(char *str) in keep_bootcon_setup()
|
/kernel/bpf/ |
D | tnum.c | 175 int tnum_strn(char *str, size_t size, struct tnum a) in tnum_strn() 181 int tnum_sbin(char *str, size_t size, struct tnum a) in tnum_sbin()
|
/kernel/debug/ |
D | debug_core.c | 140 static int __init opt_nokgdbroundup(char *str) in opt_nokgdbroundup() 968 static int __init opt_kgdb_con(char *str) in opt_kgdb_con() 1239 static int __init opt_kgdb_wait(char *str) in opt_kgdb_wait()
|
/kernel/locking/ |
D | lockdep_proc.c | 62 char str[KSYM_NAME_LEN]; in print_name() local 485 char str[KSYM_NAME_LEN]; in seq_stats() local
|
/kernel/bpf/preload/iterators/ |
D | iterators.bpf.c | 63 const char *str; in get_name() local
|