Searched refs:s2 (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | taskstats.c | 277 struct listener *s, *tmp, *s2; in add_del_listener() local 303 list_for_each_entry(s2, &listeners->list, list) { in add_del_listener() 304 if (s2->pid == pid && s2->valid) in add_del_listener()
|
/kernel/bpf/ |
D | btf.c | 5327 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local 5421 s2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match() 5422 if (strcmp(s1, s2)) { in btf_check_func_type_match() 5425 i, fn1, s1, fn2, s2); in btf_check_func_type_match()
|