Searched refs:fn1 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-era-target.c | 1200 int (*fn1)(struct era_metadata *md, void *ref); member 1333 rpc->result = rpc->fn0 ? rpc->fn0(era->md) : rpc->fn1(era->md, rpc->arg); in process_rpc_calls() 1398 rpc.fn1 = NULL; in in_worker0() 1409 rpc.fn1 = fn; in in_worker1()
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 7555 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local 7558 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match() 7562 bpf_log(log, "%s() is not a global function\n", fn1); in btf_check_func_type_match() 7584 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match() 7593 btf_type_str(t1), fn1, in btf_check_func_type_match() 7604 i, fn1, btf_type_str(t1), in btf_check_func_type_match() 7611 i, fn1, t1->size, in btf_check_func_type_match() 7625 i, fn1); in btf_check_func_type_match() 7633 i, fn1); in btf_check_func_type_match() 7653 i, fn1, s1, fn2, s2); in btf_check_func_type_match()
|