/linux/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() 87 if (str_has_prefix(buf, ARCH_FUNC_PREFIX "kfree") || in get_stack_skipnr() 88 str_has_prefix(buf, ARCH_FUNC_PREFIX "kmem_cache_free") || in get_stack_skipnr() 89 str_has_prefix(buf, ARCH_FUNC_PREFIX "__kmalloc") || in get_stack_skipnr() 90 str_has_prefix(buf, ARCH_FUNC_PREFIX "kmem_cache_alloc")) in get_stack_skipnr()
|
/linux/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 | 126 len = str_has_prefix(str, "on"); in __control_devkmsg() 132 len = str_has_prefix(str, "off"); in __control_devkmsg() 138 len = str_has_prefix(str, "ratelimit"); in __control_devkmsg()
|
/linux/arch/s390/kernel/ |
A D | early_printk.c | 28 if (buf && !str_has_prefix(buf, "sclp")) in setup_early_printk()
|
A D | module.c | 541 (str_has_prefix(secname, ".s390_indirect"))) in module_finalize() 545 (str_has_prefix(secname, ".s390_return"))) in module_finalize()
|
A D | setup.c | 269 if (str_has_prefix(ptr + 8, "3270")) { in conmode_default() 277 } else if (str_has_prefix(ptr + 8, "3215")) { in conmode_default()
|
/linux/arch/s390/lib/ |
A D | test_unwind.c | 83 if (prev_is_func2 && str_has_prefix(sym, "unwindme_func1")) in test_unwind() 85 prev_is_func2 = str_has_prefix(sym, "unwindme_func2"); in test_unwind()
|
/linux/kernel/locking/ |
A D | locktorture.c | 955 if (str_has_prefix(torture_type, "mutex")) in lock_torture_init() 959 if (str_has_prefix(torture_type, "rtmutex")) in lock_torture_init() 963 if ((str_has_prefix(torture_type, "spin")) || in lock_torture_init() 964 (str_has_prefix(torture_type, "rw_lock"))) in lock_torture_init()
|
/linux/kernel/trace/ |
A D | trace_events_hist.c | 1385 if ((str_has_prefix(str, "onmatch(")) || in parse_action() 1386 (str_has_prefix(str, "onmax(")) || in parse_action() 1387 (str_has_prefix(str, "onchange("))) { in parse_action() 1404 if ((len = str_has_prefix(str, "key=")) || in parse_assignment() 1405 (len = str_has_prefix(str, "keys="))) { in parse_assignment() 1412 (len = str_has_prefix(str, "vals=")) || in parse_assignment() 1413 (len = str_has_prefix(str, "values="))) { in parse_assignment() 1425 } else if (str_has_prefix(str, "name=")) { in parse_assignment() 3579 if (str_has_prefix(action_name, "save")) { in action_parse() 3630 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 | 289 } else if ((len = str_has_prefix(arg, "stack"))) { in parse_probe_vars() 311 (len = str_has_prefix(arg, "arg"))) { in parse_probe_vars()
|
A D | trace_events_synth.c | 150 if (str_has_prefix(type, "u")) in synth_field_signed() 2073 len = str_has_prefix(name, SYNTH_SYSTEM "/"); in create_synth_event()
|
A D | trace_events.c | 232 if (!(len = str_has_prefix(fmt, "REC->"))) in test_field() 1564 if (str_has_prefix(field->type, "__data_loc")) in f_show()
|
/linux/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/arch/alpha/boot/tools/ |
A D | objstrip.c | 151 if (elf->e_ident[0] == 0x7f && str_has_prefix((char *)elf->e_ident + 1, "ELF")) { in main()
|
/linux/tools/bpf/bpftool/ |
A D | gen.c | 36 static bool str_has_prefix(const char *str, const char *prefix) in str_has_prefix() function 108 if (str_has_prefix(sec_name, pfx)) { in get_datasec_ident()
|
/linux/include/linux/ |
A D | string.h | 309 static __always_inline size_t str_has_prefix(const char *str, const char *prefix) in str_has_prefix() function
|
/linux/drivers/base/ |
A D | arch_numa.c | 32 if (str_has_prefix(opt, "off")) in numa_parse_early_param()
|
/linux/arch/arm64/kernel/ |
A D | module-plts.c | 345 if (!str_has_prefix(secstrings + dstsec->sh_name, ".init")) in module_frob_arch_sections()
|
/linux/drivers/gpio/ |
A D | gpio-aggregator.c | 196 if (!str_has_prefix(buf, DRV_NAME ".")) in delete_device_store()
|
/linux/kernel/power/ |
A D | main.c | 623 if (len == 4 && str_has_prefix(buf, "disk")) in decode_state()
|
/linux/arch/alpha/kernel/ |
A D | setup.c | 474 alpha_using_srm = !str_has_prefix((const char *)hwrpb->ssn, "MILO"); in setup_arch()
|
/linux/drivers/gpu/drm/ |
A D | drm_modes.c | 1759 ret = str_has_prefix(name, drm_named_modes_whitelist[i]); in drm_mode_parse_command_line_for_connector()
|
/linux/kernel/debug/kdb/ |
A D | kdb_main.c | 837 if (!str_has_prefix(cp, "grep ")) { in parse_grep()
|