Searched refs:expected_version (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/sparc64/drivers/ |
| D | adi-test.c | 322 unsigned char version[1], expected_version; in test0_prpw_aligned_1byte() local 327 expected_version = version[0]; in test0_prpw_aligned_1byte() 339 if (expected_version != version[0]) { in test0_prpw_aligned_1byte() 341 expected_version, version[0]); in test0_prpw_aligned_1byte() 342 TEST_STEP_FAILURE(-expected_version); in test0_prpw_aligned_1byte() 357 expected_version[TEST1_VERSION_SZ]; in test1_prpw_aligned_4096bytes() local 363 expected_version[i] = version[i]; in test1_prpw_aligned_4096bytes() 377 if (expected_version[i] != version[i]) { in test1_prpw_aligned_4096bytes() 380 expected_version, version[0]); in test1_prpw_aligned_4096bytes() 381 TEST_STEP_FAILURE(-expected_version[i]); in test1_prpw_aligned_4096bytes() [all …]
|
| /Linux-v5.4/fs/afs/ |
| D | inode.c | 168 const afs_dataversion_t *expected_version) in afs_apply_status() argument 213 if (expected_version && in afs_apply_status() 214 *expected_version != status->data_version) { in afs_apply_status() 218 (unsigned long long)*expected_version, in afs_apply_status() 274 const afs_dataversion_t *expected_version, in afs_vnode_commit_status() argument 290 afs_apply_status(fc, vnode, scb, expected_version); in afs_vnode_commit_status()
|
| /Linux-v5.4/drivers/visorbus/ |
| D | visorbus_main.c | 68 u64 expected_min_bytes, u32 expected_version, in visor_check_channel() argument 91 if (expected_version > 0) { in visor_check_channel() 92 if (ch->version_id != expected_version) { in visor_check_channel() 95 (unsigned long)expected_version, in visor_check_channel()
|
| /Linux-v5.4/include/linux/ |
| D | visorbus.h | 320 u64 expected_min_bytes, u32 expected_version,
|