Searched defs:collect (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iommu/generic_pt/ | ||
| H A D | iommu_pt.h | 353 struct pt_iommu_collect_args *collect = arg; __collect_tables() local |
| /linux/mm/kmsan/ | ||
| H A D | init.c | 144 static struct smallstack collect = { variable |
| /linux/net/netfilter/ | ||
| H A D | nf_conncount.c | 174 unsigned int collect = 0; __nf_conncount_add() local |
| /linux/rust/kernel/alloc/ | ||
| H A D | kvec.rs | 1252 pub fn collect(self, flags: Flags) -> Vec<T, A> { collect() function |