Searched refs:end_ret (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_correctness.c | 267 int vdso_ret, end_ret; in test_one_clock_gettime() local 287 end_ret = sys_clock_gettime(clock, &end); in test_one_clock_gettime() 289 if (vdso_ret != 0 || end_ret != 0) { in test_one_clock_gettime() 329 int vdso_ret, end_ret; in test_one_clock_gettime64() local 349 end_ret = sys_clock_gettime64(clock, &end); in test_one_clock_gettime64() 351 if (vdso_ret != 0 || end_ret != 0) { in test_one_clock_gettime64() 392 int vdso_ret, end_ret; in test_gettimeofday() local 406 end_ret = sys_gettimeofday(&end, NULL); in test_gettimeofday() 408 if (vdso_ret != 0 || end_ret != 0) { in test_gettimeofday()
|
| /linux/fs/btrfs/ |
| H A D | extent-io-tree.h | 213 u64 *start_ret, u64 *end_ret, u32 bits, 216 u64 *start_ret, u64 *end_ret, u32 bits); 218 u64 *start_ret, u64 *end_ret, u32 bits);
|
| H A D | extent-io-tree.c | 890 u64 *start_ret, u64 *end_ret, u32 bits, in btrfs_find_first_extent_bit() argument 926 *end_ret = state->end; in btrfs_find_first_extent_bit() 954 u64 *start_ret, u64 *end_ret, u32 bits) in btrfs_find_contiguous_extent_bit() argument 965 *end_ret = state->end; in btrfs_find_contiguous_extent_bit() 967 if (state->start > (*end_ret + 1)) in btrfs_find_contiguous_extent_bit() 969 *end_ret = state->end; in btrfs_find_contiguous_extent_bit() 1548 u64 *start_ret, u64 *end_ret, u32 bits) in btrfs_find_first_clear_extent_bit() argument 1564 *end_ret = -1; in btrfs_find_first_clear_extent_bit() 1572 *end_ret = -1; in btrfs_find_first_clear_extent_bit() 1629 *end_ret = state->end; in btrfs_find_first_clear_extent_bit() [all …]
|
| H A D | tree-log.c | 2343 u64 *start_ret, u64 *end_ret) in find_dir_range() argument 2380 *end_ret = found_end; in find_dir_range() 2404 *end_ret = found_end; in find_dir_range()
|