This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | PRIO_MIN -20 |
| #define | PRIO_MAX 20 |
| #define | PRIO_STOP 76 |
| #define | PRIO_PROCESS 0 |
| #define | PRIO_PGRP 1 |
| #define | PRIO_USER 2 |
Functions | |
| int | getpriority (int, int) |
| int | setpriority (int, int, int) |
|
|
Definition at line 9 of file resource.h. Referenced by do_nice(), and get_nice_value(). |
|
|
Definition at line 8 of file resource.h. Referenced by do_getsetpriority(), do_nice(), get_nice_value(), and getpriority(). |
|
|
Definition at line 15 of file resource.h. |
|
|
Definition at line 14 of file resource.h. Referenced by do_getsetpriority(), and main(). |
|
|
Definition at line 12 of file resource.h. Referenced by do_nice(), do_reboot(), and pm_exit(). |
|
|
Definition at line 16 of file resource.h. |
|
||||||||||||
|
Definition at line 14 of file priority.c. References _syscall(), GETPRIORITY, m, MM, and PRIO_MIN. Referenced by main(). |
|
||||||||||||||||
|
Definition at line 36 of file priority.c. References _syscall(), m, MM, and SETPRIORITY. Referenced by main(). |
1.4.6