Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/
Ddebug.c60 unsigned int libcfs_debug_mb = 0; variable
61 module_param(libcfs_debug_mb, uint, 0644);
62 MODULE_PARM_DESC(libcfs_debug_mb, "Total debug buffer size.");
63 EXPORT_SYMBOL(libcfs_debug_mb);
392 unsigned int max = libcfs_debug_mb; in libcfs_debug_init()