Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/libcfs/
Ddebug.c256 libcfs_debug_mask2str(char *str, int size, int mask, int is_subsys) in libcfs_debug_mask2str()
302 libcfs_debug_str2mask(int *mask, const char *str, int is_subsys) in libcfs_debug_str2mask()
/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-proc.c127 int is_subsys = (mask == &libcfs_subsystem_debug) ? 1 : 0; in __proc_dobitmasks() local