Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dsched.h175 int sysctl_hwsetperf(void *, size_t *, void *, size_t);
/openbsd/sys/kern/
H A Dsched_bsd.c640 sysctl_hwsetperf(void *oldp, size_t *oldlenp, void *newp, size_t newlen) in sysctl_hwsetperf() function
H A Dkern_sysctl.c917 return (sysctl_hwsetperf(oldp, oldlenp, newp, newlen)); in hw_sysctl_locked()