Home
last modified time | relevance | path

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

/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.c1860 struct bpf_scc_visit *visits = info->visits; in scc_visit_lookup() local
1866 if (memcmp(callchain, &visits[i].callchain, sizeof(*callchain)) == 0) in scc_visit_lookup()
1867 return &visits[i]; in scc_visit_lookup()
1892 visit = &info->visits[num_visits]; in scc_visit_alloc()
23723 free_backedges(&info->visits[j]); in free_states()