Searched refs:s1 (Results 1 – 3 of 3) sorted by relevance
/kernel/rcu/ |
D | srcutree.c | 1696 unsigned long s0 = 0, s1 = 0; in srcu_torture_stats_print() local 1736 s1 += c1; in srcu_torture_stats_print() 1738 pr_cont(" T(%ld,%ld)\n", s0, s1); in srcu_torture_stats_print()
|
/kernel/bpf/ |
D | helpers.c | 564 BPF_CALL_3(bpf_strncmp, const char *, s1, u32, s1_sz, const char *, s2) in BPF_CALL_3() argument 566 return strncmp(s1, s2, s1_sz); in BPF_CALL_3()
|
D | btf.c | 6020 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local 6113 s1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match() 6115 if (strcmp(s1, s2)) { in btf_check_func_type_match() 6118 i, fn1, s1, fn2, s2); in btf_check_func_type_match()
|