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

/freebsd-13-stable/sys/vm/
H A Duma_dbg.c58 static const uint32_t uma_junk = 0xdeadc0de; variable
77 cnt = size / sizeof(uma_junk);
80 if (*p != uma_junk) {
110 cnt = size / sizeof(uma_junk);
113 *p = uma_junk;
156 cnt = size / sizeof(uma_junk);
159 if (*p != uma_junk) {
186 cnt = size / sizeof(uma_junk);
189 *p = uma_junk;

Completed in 113 milliseconds