Searched refs:suffix (Results 1 – 3 of 3) sorted by relevance
/kernel/ |
D | crash_core.c | 178 const char *suffix) in parse_crashkernel_suffix() argument 189 if (strncmp(cur, suffix, strlen(suffix))) { in parse_crashkernel_suffix() 193 cur += strlen(suffix); in parse_crashkernel_suffix() 204 const char *suffix) in get_last_crashkernel() argument 217 if (!suffix) { in get_last_crashkernel() 229 q = end_p - strlen(suffix); in get_last_crashkernel() 230 if (!strncmp(q, suffix, strlen(suffix))) in get_last_crashkernel() 245 const char *suffix) in __parse_crashkernel() argument 254 ck_cmdline = get_last_crashkernel(cmdline, name, suffix); in __parse_crashkernel() 260 if (suffix) in __parse_crashkernel() [all …]
|
/kernel/kcsan/ |
D | core.c | 1193 #define DEFINE_TSAN_ATOMIC_RMW(op, bits, suffix) \ argument 1203 return __atomic_##op##suffix(ptr, v, memorder); \
|
/kernel/bpf/ |
D | btf.c | 1305 const char *suffix) in btf_show_end_aggr_type() argument 1308 btf_show(show, "%s%s%s%s", btf_show_indent(show), suffix, in btf_show_end_aggr_type()
|