Home
last modified time | relevance | path

Searched refs:count_ref (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/base/
H A Dproperty.c1463 unsigned int count_ref; in fwnode_connection_find_matches() local
1476 count_ref = fwnode_devcon_matches(fwnode, con_id, data, match, in fwnode_connection_find_matches()
1479 return count_graph + count_ref; in fwnode_connection_find_matches()
/linux/tools/testing/selftests/bpf/progs/
H A Dmap_kptr_race.c182 int count_ref(void *ctx) in count_ref() function
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_kptr_race.c23 ret = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.count_ref), &opts); in read_refs()
H A Dmap_kptr.c146 ret = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.count_ref), &lopts); in wait_for_map_release()