Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_sysent.c53 …{ AS(ibcs2_nice_args), (sy_call_t *)ibcs2_nice, AUE_NICE, NULL, 0, 0, 0, SY_THR_STATIC }, /* 34 = …
Dibcs2_proto.h301 int ibcs2_nice(struct thread *, struct ibcs2_nice_args *);
Dibcs2_misc.c912 ibcs2_nice(struct thread *td, struct ibcs2_nice_args *uap) in ibcs2_nice() function