Home
last modified time | relevance | path

Searched refs:visits (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/bpf/
H A Dbpf_iterators.rst373 that visits every file of an iterator. We will use this BPF program in our
423 that visits opened files of a specific thread, not a process. In this example,
/linux/Documentation/kbuild/
H A Dmakefiles.rst310 Kbuild visits the Makefile.
1004 This will tell Kbuild to build binderfs_example when it visits this
/linux/kernel/bpf/
H A Dverifier.c1876 struct bpf_scc_visit *visits = info->visits; in scc_visit_lookup() local
1882 if (memcmp(callchain, &visits[i].callchain, sizeof(*callchain)) == 0) in scc_visit_lookup()
1883 return &visits[i]; in scc_visit_lookup()
1908 visit = &info->visits[num_visits]; in scc_visit_alloc()
24552 free_backedges(&info->visits[j]); in free_states()