Searched refs:strncmp_static (Results 1 – 3 of 3) sorted by relevance
26 #define strncmp_static(s1, s2) strncmp(s1, s2, ARRAY_SIZE(s2)) macro
37 if (rtla_no_bpf && strncmp_static(rtla_no_bpf, "1") == 0) { in timerlat_apply_config()
201 if (strncmp_static(arg_value, "parent") == 0) in actions_parse()