Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dnmi.h112 static inline int hardlockup_detector_perf_init(void) { return -ENODEV; } in hardlockup_detector_perf_init() function
115 static inline int hardlockup_detector_perf_init(void) { return 0; } in hardlockup_detector_perf_init() function
/Linux-v6.1/kernel/
Dwatchdog_hld.c285 int __init hardlockup_detector_perf_init(void) in hardlockup_detector_perf_init() function