#include <sched.h>
Go to the source code of this file.
◆ P_POLICY_FLAG
#define P_POLICY_FLAG |
( |
|
n | ) |
|
Value:if (
flags & SCHED_##n) { \
printed += scnprintf(bf + printed,
size - printed,
"|%s", #n); \
flags &= ~SCHED_##n; \
}
◆ SCA_SCHED_POLICY
◆ SCHED_DEADLINE
◆ SCHED_POLICY_MASK
#define SCHED_POLICY_MASK 0xff |
◆ SCHED_RESET_ON_FORK
#define SCHED_RESET_ON_FORK 0x40000000 |
◆ syscall_arg__scnprintf_sched_policy()
static size_t syscall_arg__scnprintf_sched_policy |
( |
char * |
bf, |
|
|
size_t |
size, |
|
|
struct syscall_arg * |
arg |
|
) |
| |
|
static |