Searched refs:vdso_gettimeofday (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/vDSO/ |
| A D | vdso_test_correctness.c | 62 vgtod_t vdso_gettimeofday; variable 145 vdso_gettimeofday = (vgtod_t)dlsym(vdso, name[0]); in fill_function_pointers() 146 if (!vdso_gettimeofday) in fill_function_pointers() 394 if (!vdso_gettimeofday) in test_gettimeofday() 405 vdso_ret = VDSO_CALL(vdso_gettimeofday, 2, &vdso, &vdso_tz); in test_gettimeofday() 435 VDSO_CALL(vdso_gettimeofday, 2, &vdso, NULL); in test_gettimeofday()
|
| A D | vdso_test_abi.c | 52 vdso_gettimeofday_t vdso_gettimeofday = in vdso_test_gettimeofday() local 55 if (!vdso_gettimeofday) { in vdso_test_gettimeofday() 62 long ret = VDSO_CALL(vdso_gettimeofday, 2, &tv, 0); in vdso_test_gettimeofday()
|
Completed in 4 milliseconds