HomeSort by: relevance | last modified time | path
    Searched refs:linux_sys_sched_setscheduler (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/compat/linux32/common/
linux32_sched.c 122 return linux_sys_sched_setscheduler(l, &ua, retval);
  /src/sys/compat/linux/common/
linux_sched.c 530 linux_sys_sched_setscheduler(struct lwp *l, const struct linux_sys_sched_setscheduler_args *uap, register_t *retval) function
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 569 check_syscall_args(linux_sys_sched_setscheduler)
1370 int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
linux_sysent.c 569 .sy_call = (sy_call_t *)linux_sys_sched_setscheduler
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 625 check_syscall_args(linux_sys_sched_setscheduler)
1641 int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
linux_sysent.c 746 .sy_call = (sy_call_t *)linux_sys_sched_setscheduler
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 569 check_syscall_args(linux_sys_sched_setscheduler)
1701 int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
linux_sysent.c 710 .sy_call = (sy_call_t *)linux_sys_sched_setscheduler
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 665 check_syscall_args(linux_sys_sched_setscheduler)
1764 int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
linux_sysent.c 1328 .sy_call = (sy_call_t *)linux_sys_sched_setscheduler
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 551 check_syscall_args(linux_sys_sched_setscheduler)
1683 int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
linux_sysent.c 705 .sy_call = (sy_call_t *)linux_sys_sched_setscheduler
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 550 check_syscall_args(linux_sys_sched_setscheduler)
1674 int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
linux_sysent.c 727 .sy_call = (sy_call_t *)linux_sys_sched_setscheduler
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 529 check_syscall_args(linux_sys_sched_setscheduler)
1706 int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
linux_sysent.c 708 .sy_call = (sy_call_t *)linux_sys_sched_setscheduler
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 526 check_syscall_args(linux_sys_sched_setscheduler)
1598 int linux_sys_sched_setscheduler(struct lwp *, const struct linux_sys_sched_setscheduler_args *, register_t *);
linux_sysent.c 702 .sy_call = (sy_call_t *)linux_sys_sched_setscheduler

Completed in 42 milliseconds