Searched refs:require_start (Results 1 – 2 of 2) sorted by relevance
72 bool found = (attr->require_start == 0 && attr->require_end == ULONG_MAX); in fail_stacktrace()82 if (attr->require_start <= entries[n] && in fail_stacktrace()235 debugfs_create_xul("require-start", mode, dir, &attr->require_start); in fault_create_debugfs_attr()400 FAULT_CONFIGFS_ATTR_NAMED(require_start, "require-start", require_start, xul);
25 unsigned long require_start; member