Searched refs:nwhich (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_time.c254 clockid_t nwhich = 0; /* XXX: GCC */ local
260 error = linux_to_native_clockid(&nwhich, args->which);
268 switch (nwhich) {
299 CPUCLOCK_WHICH_PID, &nwhich);
302 error = kern_clock_gettime(td, nwhich, &tp);
345 CPUCLOCK_WHICH_TID, &nwhich);
349 error = kern_clock_gettime(td, nwhich, &tp);
358 error = kern_clock_gettime(td, nwhich, &tp);
383 clockid_t nwhich = 0; /* XXX: GCC */ local
387 error = linux_to_native_clockid(&nwhich, arg
423 clockid_t nwhich = 0; /* XXX: GCC */ local
[all...]
H A Dlinux_timer.c96 clockid_t nwhich; local
110 error = linux_to_native_clockid(&nwhich, uap->clock_id);
113 error = kern_ktimer_create(td, nwhich, evp, &id, -1);

Completed in 206 milliseconds