Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h130 int kern_cpuset_setid(struct thread *td, cpuwhich_t which,
/f-stack/freebsd/kern/
H A Dkern_cpuset.c1774 return (kern_cpuset_setid(td, uap->which, uap->id, uap->setid)); in sys_cpuset_setid()
1778 kern_cpuset_setid(struct thread *td, cpuwhich_t which, in kern_cpuset_setid() function