Searched refs:validate_timestamp (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | net_timestamping.c | 38 static void validate_timestamp(struct timespec *cur, struct timespec *prev) in validate_timestamp() function 57 validate_timestamp(&tss->ts[0], &usr_ts); in test_socket_timestamp() 61 validate_timestamp(&tss->ts[0], &prev_ts); in test_socket_timestamp() 65 validate_timestamp(&tss->ts[0], &prev_ts); in test_socket_timestamp()
|
/linux/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 157 static void validate_timestamp(struct timespec *cur, int min_delay) in validate_timestamp() function 227 validate_timestamp(&tss->ts[0], 0); in print_timestamp() 232 validate_timestamp(&tss->ts[0], cfg_delay_snd); in print_timestamp() 237 validate_timestamp(&tss->ts[0], cfg_delay_ack); in print_timestamp()
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.h | 132 ktime_t validate_timestamp; member
|
H A D | kfd_svm.c | 353 prange->validate_timestamp = 0; in svm_range_new() 1773 prange->validate_timestamp = ktime_get_boottime(); in svm_range_validate_and_map() 3072 if (ktime_before(timestamp, ktime_add_ns(prange->validate_timestamp, in svm_range_restore_pages()
|