Searched refs:suffix (Results 1 – 3 of 3) sorted by relevance
/kernel/ |
D | crash_core.c | 164 const char *suffix) in parse_crashkernel_suffix() argument 175 if (strncmp(cur, suffix, strlen(suffix))) { in parse_crashkernel_suffix() 179 cur += strlen(suffix); in parse_crashkernel_suffix() 190 const char *suffix) in get_last_crashkernel() argument 203 if (!suffix) { in get_last_crashkernel() 215 q = end_p - strlen(suffix); in get_last_crashkernel() 216 if (!strncmp(q, suffix, strlen(suffix))) in get_last_crashkernel() 234 const char *suffix) in __parse_crashkernel() argument 243 ck_cmdline = get_last_crashkernel(cmdline, name, suffix); in __parse_crashkernel() 250 if (suffix) in __parse_crashkernel() [all …]
|
/kernel/kcsan/ |
D | core.c | 961 #define DEFINE_TSAN_ATOMIC_RMW(op, bits, suffix) \ argument 970 return __atomic_##op##suffix(ptr, v, memorder); \
|
/kernel/bpf/ |
D | btf.c | 1158 const char *suffix) in btf_show_end_aggr_type() argument 1161 btf_show(show, "%s%s%s%s", btf_show_indent(show), suffix, in btf_show_end_aggr_type()
|