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

/linux-4.4.14/arch/x86/kernel/
H A Dcheck.c144 static void check_corruption(struct work_struct *dummy);
145 static DECLARE_DELAYED_WORK(bios_check_work, check_corruption);
147 static void check_corruption(struct work_struct *dummy) check_corruption() function
/linux-4.4.14/drivers/mtd/ubi/
H A Dattach.c747 * check_corruption - check the data area of PEB.
763 static int check_corruption(struct ubi_device *ubi, struct ubi_vid_hdr *vid_hdr, check_corruption() function
957 err = check_corruption(ubi, vidh, pnum); scan_peb()

Completed in 87 milliseconds