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

/linux-master/include/linux/
H A Dstackleak.h54 unsigned int poison_count = 0; local
58 while (sp > low && poison_count < depth) {
62 poison_count++;
64 poison_count = 0;

Completed in 189 milliseconds