Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/vDSO/
Dvdso_test_correctness.c59 typedef long (*vgtod_t)(struct timeval *tv, struct timezone *tz); typedef
61 vgtod_t vdso_gettimeofday;
138 vdso_gettimeofday = (vgtod_t)dlsym(vdso, name[0]); in fill_function_pointers()