Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dstackleak.c56 unsigned int poison_count = 0; in stackleak_erase() local
67 while (kstack_ptr > boundary && poison_count <= depth) { in stackleak_erase()
69 poison_count++; in stackleak_erase()
71 poison_count = 0; in stackleak_erase()