Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dkmem.c1133 } kmem_panic_info; variable
1251 kmem_panic_info.kmp_timestamp = gethrtime(); in kmem_error()
1292 kmem_panic_info.kmp_error = error; in kmem_error()
1293 kmem_panic_info.kmp_buffer = bufarg; in kmem_error()
1294 kmem_panic_info.kmp_realbuf = buf; in kmem_error()
1295 kmem_panic_info.kmp_cache = cparg; in kmem_error()
1296 kmem_panic_info.kmp_realcache = cp; in kmem_error()
1297 kmem_panic_info.kmp_slab = sp; in kmem_error()
1298 kmem_panic_info.kmp_bufctl = bcp; in kmem_error()
1365 hrt2ts(kmem_panic_info.kmp_timestamp - bcap->bc_timestamp, &ts); in kmem_error()