/linux-6.3-rc2/mm/kfence/ |
A D | report.c | 76 if (str_has_prefix(buf, ARCH_FUNC_PREFIX "kfence_") || in get_stack_skipnr() 77 str_has_prefix(buf, ARCH_FUNC_PREFIX "__kfence_") || in get_stack_skipnr() 78 str_has_prefix(buf, ARCH_FUNC_PREFIX "__kmem_cache_free") || in get_stack_skipnr() 93 if (str_has_prefix(buf, ARCH_FUNC_PREFIX "kfree") || in get_stack_skipnr() 94 str_has_prefix(buf, ARCH_FUNC_PREFIX "kmem_cache_free") || in get_stack_skipnr() 95 str_has_prefix(buf, ARCH_FUNC_PREFIX "__kmalloc") || in get_stack_skipnr() 96 str_has_prefix(buf, ARCH_FUNC_PREFIX "kmem_cache_alloc")) in get_stack_skipnr()
|
/linux-6.3-rc2/kernel/printk/ |
A D | braille.c | 16 len = str_has_prefix(*str, "brl,"); in _braille_console_setup() 23 len = str_has_prefix(*str, "brl="); in _braille_console_setup()
|
A D | printk.c | 153 len = str_has_prefix(str, "on"); in __control_devkmsg() 159 len = str_has_prefix(str, "off"); in __control_devkmsg() 165 len = str_has_prefix(str, "ratelimit"); in __control_devkmsg()
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_events_user.c | 409 if (str_has_prefix(type, "char[")) in user_field_size() 411 if (str_has_prefix(type, "unsigned char[")) in user_field_size() 413 if (str_has_prefix(type, "__data_loc ")) in user_field_size() 415 if (str_has_prefix(type, "__rel_loc ")) in user_field_size() 457 if (str_has_prefix(type, "__data_loc ")) in user_event_add_field() 460 if (str_has_prefix(type, "__rel_loc ")) { in user_event_add_field() 521 len = str_has_prefix(field, "unsigned "); in user_event_parse_field() 525 len = str_has_prefix(field, "struct "); in user_event_parse_field() 543 len = str_has_prefix(field, "__rel_loc "); in user_event_parse_field() 658 if (str_has_prefix(type, "__data_loc ")) { in user_field_is_dyn_string() [all …]
|
A D | trace_events_hist.c | 1449 if ((str_has_prefix(str, "onmatch(")) || in parse_action() 1450 (str_has_prefix(str, "onmax(")) || in parse_action() 1451 (str_has_prefix(str, "onchange("))) { in parse_action() 1468 if ((len = str_has_prefix(str, "key=")) || in parse_assignment() 1469 (len = str_has_prefix(str, "keys="))) { in parse_assignment() 1476 (len = str_has_prefix(str, "vals=")) || in parse_assignment() 1477 (len = str_has_prefix(str, "values="))) { in parse_assignment() 1489 } else if (str_has_prefix(str, "name=")) { in parse_assignment() 3704 if (str_has_prefix(action_name, "save")) { in action_parse() 3755 if (str_has_prefix(action_name, "trace")) in action_parse() [all …]
|
A D | trace_stack.c | 546 if ((len = str_has_prefix(str, "_filter="))) in enable_stacktrace()
|
A D | trace_probe.c | 309 } else if ((len = str_has_prefix(arg, "stack"))) { in parse_probe_vars() 331 (len = str_has_prefix(arg, "arg"))) { in parse_probe_vars()
|
A D | trace_events_synth.c | 160 if (str_has_prefix(type, "u")) in synth_field_signed() 2172 len = str_has_prefix(name, SYNTH_SYSTEM "/"); in create_synth_event()
|
A D | trace_events_filter.c | 1412 if ((len = str_has_prefix(str + i, ".ustring"))) { in parse_pred() 1418 if ((len = str_has_prefix(str + i, ".function"))) { in parse_pred()
|
A D | trace_events.c | 256 if (!(len = str_has_prefix(fmt, "REC->"))) in test_field() 1599 if (str_has_prefix(field->type, "__data_loc")) in f_show()
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | early_printk.c | 28 if (buf && !str_has_prefix(buf, "sclp")) in setup_early_printk()
|
A D | module.c | 535 (str_has_prefix(secname, ".s390_indirect"))) in module_finalize() 539 (str_has_prefix(secname, ".s390_return"))) in module_finalize()
|
A D | setup.c | 274 if (str_has_prefix(ptr + 8, "3270")) { in conmode_default() 282 } else if (str_has_prefix(ptr + 8, "3215")) { in conmode_default()
|
/linux-6.3-rc2/arch/s390/lib/ |
A D | test_unwind.c | 89 if (prev_is_func2 && str_has_prefix(sym, "unwindme_func1")) in test_unwind() 91 prev_is_func2 = str_has_prefix(sym, "unwindme_func2"); in test_unwind() 92 if (str_has_prefix(sym, "arch_rethook_trampoline+0x0/")) in test_unwind()
|
/linux-6.3-rc2/kernel/locking/ |
A D | locktorture.c | 970 if (str_has_prefix(torture_type, "mutex")) in lock_torture_init() 974 if (str_has_prefix(torture_type, "rtmutex")) in lock_torture_init() 978 if ((str_has_prefix(torture_type, "spin")) || in lock_torture_init() 979 (str_has_prefix(torture_type, "rw_lock"))) in lock_torture_init()
|
/linux-6.3-rc2/kernel/kcsan/ |
A D | debugfs.c | 239 } else if (str_has_prefix(arg, "microbench=")) { in debugfs_write()
|
A D | report.c | 294 if (!str_has_prefix(cur, "test")) in get_stack_skipnr()
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | setup.c | 65 if (!str_has_prefix(p, "console=") && !strstr(p, " console=")) { in setup_cmdline()
|
/linux-6.3-rc2/include/linux/ |
A D | string.h | 357 static __always_inline size_t str_has_prefix(const char *str, const char *prefix) in str_has_prefix() function
|
/linux-6.3-rc2/drivers/base/ |
A D | arch_numa.c | 31 if (str_has_prefix(opt, "off")) in numa_parse_early_param()
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | module-plts.c | 346 if (!str_has_prefix(secstrings + dstsec->sh_name, ".init")) in module_frob_arch_sections()
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpio-aggregator.c | 197 if (!str_has_prefix(buf, DRV_NAME ".")) in delete_device_store()
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | gen.c | 37 static bool str_has_prefix(const char *str, const char *prefix) in str_has_prefix() function 109 if (str_has_prefix(sec_name, pfx)) { in get_datasec_ident()
|
/linux-6.3-rc2/kernel/power/ |
A D | main.c | 604 if (len == 4 && str_has_prefix(buf, "disk")) in decode_state()
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | setup.c | 474 alpha_using_srm = !str_has_prefix((const char *)hwrpb->ssn, "MILO"); in setup_arch()
|