Home
last modified time | relevance | path

Searched refs:USCHED_SET_CPU (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/sys/
H A Dusched.h91 #define USCHED_SET_CPU 1 macro
/dragonfly/tools/tools/netrate/accept_connect/accept_server/
H A Daccept_server.c133 usched_set(getpid(), USCHED_SET_CPU, &cpu, sizeof(cpu)); in mainloop()
/dragonfly/sbin/usched/
H A Dusched.c148 res = usched_set(pid, USCHED_SET_CPU, &cpuid, sizeof(int)); in main()
/dragonfly/tools/tools/netrate/udpecho/
H A Dudpecho.c143 usched_set(getpid(), USCHED_SET_CPU, &cpu, sizeof(cpu)); in mainloop()
/dragonfly/tools/tools/netrate/accept_connect/kq_accept_server/
H A Dkq_accept_server.c154 usched_set(getpid(), USCHED_SET_CPU, &cpu, sizeof(cpu)); in mainloop()
/dragonfly/tools/tools/netrate/accept_connect/kq_connect_client/
H A Dkq_connect_client.c199 usched_set(getpid(), USCHED_SET_CPU, &cpu, sizeof(cpu)); in mainloop()
/dragonfly/sys/kern/
H A Dkern_usched.c234 case USCHED_SET_CPU: in sys_usched_set()
/dragonfly/sys/platform/vkernel64/platform/
H A Dinit.c1501 usched_set(getpid(), USCHED_SET_CPU, &next_cpu, sizeof(next_cpu)); in setrealcpu()
1510 usched_set(getpid(), USCHED_SET_CPU, &next_cpu, sizeof(next_cpu)); in setrealcpu()