Searched refs:success (Results 1 – 4 of 4) sorted by relevance
37 bool success = false; in queue_try_add() local42 success = true; in queue_try_add()45 if (success) __sev(); in queue_try_add()46 return success; in queue_try_add()50 bool success = false; in queue_try_remove() local55 success = true; in queue_try_remove()58 if (success) __sev(); in queue_try_remove()59 return success; in queue_try_remove()63 bool success = false; in queue_try_peek() local67 success = true; in queue_try_peek()[all …]
503 bool success = true; in test_write_with_offset() local509 return success; in test_write_with_offset()513 bool success = true; in test_read_write_big() local535 success = false; in test_read_write_big()541 success = false; in test_read_write_big()547 success = false; in test_read_write_big()553 success = false; in test_read_write_big()563 return success; in test_read_write_big()591 bool success = true; in test_rm_active_dirent() local594 success = false; in test_rm_active_dirent()[all …]
320 bool success = false; in test_erase_block() local343 success = true; in test_erase_block()348 return success; in test_erase_block()521 bool success = sub_erase_test(device, SUB_ERASE_TEST_SAMPLES); in bio_test_device() local522 if (!success) { in bio_test_device()
444 bool success = get_inode(key, &inode); in norfs_remove_obj() local445 if (!success || is_deleted(inode->location)) in norfs_remove_obj()
Completed in 8 milliseconds