Home
last modified time | relevance | path

Searched defs:collect (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iommu/generic_pt/
H A Diommu_pt.h353 struct pt_iommu_collect_args *collect = arg; in __collect_tables() local
496 struct pt_iommu_collect_args collect = { .check_mapped = true }; in clear_contig() local
1113 struct pt_iommu_collect_args collect = { in NS() local
/linux/mm/kmsan/
H A Dinit.c144 static struct smallstack collect = { variable
/linux/net/netfilter/
H A Dnf_conncount.c174 unsigned int collect = 0; in __nf_conncount_add() local
/linux/rust/kernel/alloc/
H A Dkvec.rs1252 pub fn collect(self, flags: Flags) -> Vec<T, A> { in collect() function