Searched refs:linux_nice (Results 1 – 5 of 5) sorted by relevance
51 …{ .sy_narg = AS(linux_nice_args), .sy_call = (sy_call_t *)linux_nice, .sy_auevent = AUE_NICE, .sy_…
1763 int linux_nice(struct thread *, struct linux_nice_args *);
52 …{ .sy_narg = AS(linux_nice_args), .sy_call = (sy_call_t *)linux_nice, .sy_auevent = AUE_NICE, .sy_…
1769 int linux_nice(struct thread *, struct linux_nice_args *);
1024 linux_nice(struct thread *td, struct linux_nice_args *args) in linux_nice() function