Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_tc.c2123 int old_vdso_th_enable, error; in sysctl_fast_gettime() local
2125 old_vdso_th_enable = vdso_th_enable; in sysctl_fast_gettime()
2126 error = sysctl_handle_int(oidp, &old_vdso_th_enable, 0, req); in sysctl_fast_gettime()
2129 vdso_th_enable = old_vdso_th_enable; in sysctl_fast_gettime()