Searched refs:fn_1 (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/bpf_test_no_cfi/
H A Dbpf_test_no_cfi.c9 void (*fn_1)(void); member in struct:bpf_test_no_cfi_ops
45 .fn_1 = bpf_test_no_cfi_ops__fn_1,
/linux-master/drivers/of/
H A Doverlay.c532 char *fn_1, *fn_2; local
546 fn_1 = kasprintf(GFP_KERNEL, "%pOF", ce_1->np);
548 node_path_match = !fn_1 || !fn_2 || !strcmp(fn_1, fn_2);
549 kfree(fn_1);
565 char *fn_1, *fn_2; local
581 fn_1 = kasprintf(GFP_KERNEL, "%pOF", ce_1->np);
583 node_path_match = !fn_1 || !fn_2 || !strcmp(fn_1, fn_2);
584 kfree(fn_1);
[all...]

Completed in 140 milliseconds