Home
last modified time | relevance | path

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

/linux-6.15/mm/kmsan/
H A Dinit.c139 struct smallstack { struct
145 static struct smallstack collect = { argument
150 static void smallstack_push(struct smallstack *stack, struct page *pages) in smallstack_push()
158 static struct page *smallstack_pop(struct smallstack *stack) in smallstack_pop()
184 struct smallstack tmp = { in collect_split()