Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-debug.c173 if (libcfs_panic_in_progress) in panic_notifier()
176 libcfs_panic_in_progress = 1; in panic_notifier()
/drivers/staging/lustre/lustre/libcfs/
Dtracefile.h83 extern int libcfs_panic_in_progress;
Dtracefile.c482 libcfs_panic_in_progress = 1; in cfs_trace_assertion_failed()
544 if (libcfs_panic_in_progress) in collect_pages()
581 if (!libcfs_panic_in_progress) in put_pages_back()
Ddebug.c236 int libcfs_panic_in_progress; variable