Home
last modified time | relevance | path

Searched refs:local_strncmp (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dstrncmp_bench.c19 static __always_inline int local_strncmp(const char *s1, unsigned int sz, in local_strncmp() function
38 if (local_strncmp(str, cmp_str_len + 1, target) < 0) in strncmp_no_helper()
/linux-6.3-rc2/tools/perf/util/bpf_skel/
A Dkwork_trace.bpf.c74 static __always_inline int local_strncmp(const char *s1, in local_strncmp() function
108 (local_strncmp(name_val, MAX_KWORKNAME, name) != 0)) { in trace_event_match()

Completed in 6 milliseconds