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; __collect_tables() local
496 struct pt_iommu_collect_args collect = { .check_mapped = true }; clear_contig() local
1119 struct pt_iommu_collect_args collect = { NS() local
[all...]
/linux/mm/kmsan/
H A Dinit.c144 static struct smallstack collect = { variable
/linux/net/netfilter/
H A Dnf_conncount.c174 unsigned int collect = 0; __nf_conncount_add() local
/linux/rust/kernel/alloc/
H A Dkvec.rs1252 pub fn collect(self, flags: Flags) -> Vec<T, A> { collect() function