Searched refs:old_vdso_th_enable (Results 1 – 1 of 1) sorted by relevance
2123 int old_vdso_th_enable, error; in sysctl_fast_gettime() local2125 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()