Searched refs:has_debugfs (Results 1 – 1 of 1) sorted by relevance
10323 static int has_debugfs = -1; in use_debugfs() local10325 if (has_debugfs < 0) in use_debugfs()10326 has_debugfs = faccessat(AT_FDCWD, DEBUGFS, F_OK, AT_EACCESS) == 0; in use_debugfs()10328 return has_debugfs == 1; in use_debugfs()