Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dcheck.c159 static void check_corruption(struct work_struct *dummy);
160 static DECLARE_DELAYED_WORK(bios_check_work, check_corruption);
162 static void check_corruption(struct work_struct *dummy) in check_corruption() function