Searched refs:sync_str (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_mmap_options.c | 252 const char *sync_str; in format_test_name() local 287 sync_str = "no error"; in format_test_name() 290 sync_str = "sync error"; in format_test_name() 293 sync_str = "async error"; in format_test_name() 338 check_type_str, mapping_str, sync_str, mem_type_str, in format_test_name() 355 check_type_str, mapping_str, sync_str, mem_type_str, in format_test_name()
|
/linux/drivers/md/ |
H A D | dm-raid.c | 3363 static const char *sync_str(enum sync_state state) in sync_str() function 3585 DMEMIT(" %s", sync_str(state)); in raid_status() 3702 DMEMIT(",raid_state=%s", sync_str(state)); in raid_status()
|