| /OK3568_Linux_fs/kernel/mm/kfence/ |
| H A D | report.c | 75 if (str_has_prefix(buf, ARCH_FUNC_PREFIX "kfence_") || in get_stack_skipnr() 76 str_has_prefix(buf, ARCH_FUNC_PREFIX "__kfence_") || in get_stack_skipnr() 86 if (str_has_prefix(buf, ARCH_FUNC_PREFIX "kfree") || in get_stack_skipnr() 87 str_has_prefix(buf, ARCH_FUNC_PREFIX "kmem_cache_free") || in get_stack_skipnr() 88 str_has_prefix(buf, ARCH_FUNC_PREFIX "__kmalloc") || in get_stack_skipnr() 89 str_has_prefix(buf, ARCH_FUNC_PREFIX "kmem_cache_alloc")) in get_stack_skipnr()
|
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H 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()
|
| H A D | printk.c | 147 len = str_has_prefix(str, "on"); in __control_devkmsg() 153 len = str_has_prefix(str, "off"); in __control_devkmsg() 159 len = str_has_prefix(str, "ratelimit"); in __control_devkmsg()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | early_printk.c | 28 if (buf && !str_has_prefix(buf, "sclp")) in setup_early_printk()
|
| H A D | module.c | 503 (str_has_prefix(secname, ".s390_indirect"))) in module_finalize() 507 (str_has_prefix(secname, ".s390_return"))) in module_finalize()
|
| H A D | setup.c | 220 if (str_has_prefix(ptr + 8, "3270")) { in conmode_default() 228 } else if (str_has_prefix(ptr + 8, "3215")) { in conmode_default()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | locktorture.c | 886 if (str_has_prefix(torture_type, "mutex")) in lock_torture_init() 890 if (str_has_prefix(torture_type, "rtmutex")) in lock_torture_init() 894 if ((str_has_prefix(torture_type, "spin")) || in lock_torture_init() 895 (str_has_prefix(torture_type, "rw_lock"))) in lock_torture_init()
|
| /OK3568_Linux_fs/kernel/arch/s390/lib/ |
| H A D | test_unwind.c | 81 if (prev_is_func2 && str_has_prefix(sym, "unwindme_func1")) in test_unwind() 83 prev_is_func2 = str_has_prefix(sym, "unwindme_func2"); in test_unwind()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_hist.c | 1203 if ((str_has_prefix(str, "onmatch(")) || in parse_action() 1204 (str_has_prefix(str, "onmax(")) || in parse_action() 1205 (str_has_prefix(str, "onchange("))) { in parse_action() 1222 if ((len = str_has_prefix(str, "key=")) || in parse_assignment() 1223 (len = str_has_prefix(str, "keys="))) { in parse_assignment() 1229 } else if ((len = str_has_prefix(str, "val=")) || in parse_assignment() 1230 (len = str_has_prefix(str, "vals=")) || in parse_assignment() 1231 (len = str_has_prefix(str, "values="))) { in parse_assignment() 1237 } else if ((len = str_has_prefix(str, "sort="))) { in parse_assignment() 1243 } else if (str_has_prefix(str, "name=")) { in parse_assignment() [all …]
|
| H A D | trace_stack.c | 547 if ((len = str_has_prefix(str, "_filter="))) in enable_stacktrace()
|
| H A D | trace_probe.c | 286 } else if ((len = str_has_prefix(arg, "stack"))) { in parse_probe_vars() 308 (len = str_has_prefix(arg, "arg"))) { in parse_probe_vars()
|
| H A D | trace_events_synth.c | 149 if (str_has_prefix(type, "u")) in synth_field_signed() 1952 len = str_has_prefix(name, SYNTH_SYSTEM "/"); in create_synth_event()
|
| H A D | trace_events_filter.c | 1268 if ((len = str_has_prefix(str + i, ".ustring"))) { in parse_pred()
|
| H A D | trace_events.c | 1357 if (str_has_prefix(field->type, "__data_loc")) in f_show()
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | debugfs.c | 234 } else if (str_has_prefix(arg, "microbench=")) { in debugfs_write()
|
| H A D | report.c | 283 if (!str_has_prefix(cur, "test")) in get_stack_skipnr()
|
| /OK3568_Linux_fs/kernel/arch/alpha/boot/tools/ |
| H A D | objstrip.c | 151 if (elf->e_ident[0] == 0x7f && str_has_prefix((char *)elf->e_ident + 1, "ELF")) { in main()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | numa.c | 32 if (str_has_prefix(opt, "off")) in numa_parse_early_param()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | module-plts.c | 379 if (!str_has_prefix(secstrings + dstsec->sh_name, ".init")) in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-aggregator.c | 253 if (!str_has_prefix(buf, DRV_NAME ".")) in delete_device_store()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | string.h | 532 static __always_inline size_t str_has_prefix(const char *str, const char *prefix) in str_has_prefix() function
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | main.c | 626 if (len == 4 && str_has_prefix(buf, "disk")) in decode_state()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | setup.c | 483 alpha_using_srm = !str_has_prefix((const char *)hwrpb->ssn, "MILO"); in setup_arch()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_modes.c | 1763 ret = str_has_prefix(name, drm_named_modes_whitelist[i]); in drm_mode_parse_command_line_for_connector()
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_main.c | 891 if (!str_has_prefix(cp, "grep ")) { in parse_grep()
|