Searched refs:suffix (Results 1 – 3 of 3) sorted by relevance
/kernel/ |
D | crash_core.c | 166 const char *suffix) in parse_crashkernel_suffix() argument 177 if (strncmp(cur, suffix, strlen(suffix))) { in parse_crashkernel_suffix() 181 cur += strlen(suffix); in parse_crashkernel_suffix() 192 const char *suffix) in get_last_crashkernel() argument 205 if (!suffix) { in get_last_crashkernel() 217 q = end_p - strlen(suffix); in get_last_crashkernel() 218 if (!strncmp(q, suffix, strlen(suffix))) in get_last_crashkernel() 236 const char *suffix) in __parse_crashkernel() argument 245 ck_cmdline = get_last_crashkernel(cmdline, name, suffix); in __parse_crashkernel() 252 if (suffix) in __parse_crashkernel() [all …]
|
/kernel/kcsan/ |
D | core.c | 976 #define DEFINE_TSAN_ATOMIC_RMW(op, bits, suffix) \ argument 985 return __atomic_##op##suffix(ptr, v, memorder); \
|
/kernel/bpf/ |
D | btf.c | 1200 const char *suffix) in btf_show_end_aggr_type() argument 1203 btf_show(show, "%s%s%s%s", btf_show_indent(show), suffix, in btf_show_end_aggr_type()
|