Searched refs:cpuset_setproc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_cpuset.c | 1243 cpuset_setproc(pid_t pid, struct cpuset *set, cpuset_t *mask, in cpuset_setproc() function 1754 error = cpuset_setproc(p->p_pid, set, NULL, NULL, true); in cpuset_setproc_update_set() 1861 error = cpuset_setproc(-1, set, NULL, NULL, false); in sys_cpuset() 1895 error = cpuset_setproc(id, set, NULL, NULL, false); in kern_cpuset_setid() 2188 error = cpuset_setproc(id, NULL, mask, NULL, false); in kern_cpuset_setaffinity() 2194 error = cpuset_setproc(id, NULL, mask, NULL, in kern_cpuset_setaffinity() 2527 error = cpuset_setproc(id, NULL, NULL, &domain, false); in kern_cpuset_setdomain() 2533 error = cpuset_setproc(id, NULL, NULL, &domain, in kern_cpuset_setdomain()
|