Home
last modified time | relevance | path

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

/linux/mm/kmsan/
H A Dinit.c144 static struct smallstack collect = { variable
/linux/net/netfilter/
H A Dnf_conncount.c133 unsigned int collect = 0; in __nf_conncount_add() local
/linux/init/
H A Dinitramfs.c240 static __initdata char *collect; variable
/linux/rust/kernel/alloc/
H A Dkvec.rs1036 pub fn collect(self, flags: Flags) -> Vec<T, A> { in collect() function