Home
last modified time | relevance | path

Searched defs:is_subsys (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/libcfs/
Ddebug.c369 libcfs_debug_mask2str(char *str, int size, int mask, int is_subsys) in libcfs_debug_mask2str()
415 libcfs_debug_str2mask(int *mask, const char *str, int is_subsys) in libcfs_debug_str2mask()
Dmodule.c358 int is_subsys = (mask == &libcfs_subsystem_debug) ? 1 : 0; in __proc_dobitmasks() local