Home
last modified time | relevance | path

Searched refs:end_ret (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c272 int vdso_ret, end_ret; in test_one_clock_gettime()
292 end_ret = sys_clock_gettime(clock, &end); in test_one_clock_gettime()
294 if (vdso_ret != 0 || end_ret != 0) { in test_one_clock_gettime()
334 int vdso_ret, end_ret; in test_one_clock_gettime64()
354 end_ret = sys_clock_gettime64(clock, &end); in test_one_clock_gettime64()
356 if (vdso_ret != 0 || end_ret != 0) { in test_one_clock_gettime64()
397 int vdso_ret, end_ret; in test_gettimeofday()
411 end_ret = sys_gettimeofday(&end, NULL); in test_gettimeofday()
413 if (vdso_ret != 0 || end_ret != 0) { in test_gettimeofday()
267 int vdso_ret, end_ret; test_one_clock_gettime() local
329 int vdso_ret, end_ret; test_one_clock_gettime64() local
392 int vdso_ret, end_ret; test_gettimeofday() local
/linux/fs/btrfs/
H A Dextent-io-tree.h213 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 Dextent-io-tree.c1002 u64 *start_ret, u64 *end_ret, u32 bits, in btrfs_find_first_extent_bit() argument
1038 *end_ret = state->end; in btrfs_find_first_extent_bit()
1066 u64 *start_ret, u64 *end_ret, u32 bits) in btrfs_find_contiguous_extent_bit() argument
1077 *end_ret = state->end; in btrfs_find_contiguous_extent_bit()
1079 if (state->start > (*end_ret + 1)) in btrfs_find_contiguous_extent_bit()
1081 *end_ret = state->end; in btrfs_find_contiguous_extent_bit()
1660 u64 *start_ret, u64 *end_ret, u32 bits) in btrfs_find_first_clear_extent_bit() argument
1676 *end_ret = -1; in btrfs_find_first_clear_extent_bit()
1684 *end_ret = -1; in btrfs_find_first_clear_extent_bit()
1741 *end_ret = state->end; in btrfs_find_first_clear_extent_bit()
[all …]
H A Dtree-log.c2322 u64 *start_ret, u64 *end_ret) in find_dir_range() argument
2359 *end_ret = found_end; in find_dir_range()
2383 *end_ret = found_end; in find_dir_range()