Home
last modified time | relevance | path

Searched refs:lockup_detector_delay_init (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/
Dwatchdog.c1194 static void __init lockup_detector_delay_init(struct work_struct *work);
1198 __WORK_INITIALIZER(detector_work, lockup_detector_delay_init);
1200 static void __init lockup_detector_delay_init(struct work_struct *work) in lockup_detector_delay_init() function