Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dmemory-failure.c139 ASSERT_EQ(get_hardware_corrupted_size(&self->corrupted_size), 0); in prepare()
196 ASSERT_EQ(get_hardware_corrupted_size(&size), 0); in check()
217 ASSERT_EQ(get_hardware_corrupted_size(&size), 0); in cleanup()
H A Dvm_util.h158 int get_hardware_corrupted_size(unsigned long *val);
H A Dvm_util.c727 int get_hardware_corrupted_size(unsigned long *val) in get_hardware_corrupted_size() function