Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-debug.c151 libcfs_catastrophe = 1; in lbug_with_loc()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Ddebug.c218 unsigned int libcfs_catastrophe; variable
219 EXPORT_SYMBOL(libcfs_catastrophe);
Dmodule.c557 .data = &libcfs_catastrophe,
Dtracefile.c483 libcfs_catastrophe = 1; in cfs_trace_assertion_failed()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_debug.h63 extern unsigned int libcfs_catastrophe;
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-module.c235 if (libcfs_catastrophe) in health_show()