Home
last modified time | relevance | path

Searched refs:SCHED_RESET_ON_FORK (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dsched_policy.c13 #ifndef SCHED_RESET_ON_FORK
14 #define SCHED_RESET_ON_FORK 0x40000000 macro
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dsched_policy.c13 #ifndef SCHED_RESET_ON_FORK
14 #define SCHED_RESET_ON_FORK 0x40000000 macro
/kernel/liteos_m/testsuites/unittest/xts/sched/
H A Dprocess_sched_api_test.c52 int invalidPolicy[] = {SCHED_FIFO, SCHED_OTHER, SCHED_BATCH, SCHED_IDLE, SCHED_DEADLINE, SCHED_RESET_ON_FORK};
94 int invalidPolicy[] = {SCHED_FIFO, SCHED_OTHER, SCHED_BATCH, SCHED_IDLE, SCHED_DEADLINE, SCHED_RESET_ON_FORK};
H A Dpthread_sched_api_test.c174 int invalidPolicy[7] = {SCHED_OTHER, SCHED_BATCH, SCHED_IDLE, SCHED_DEADLINE, SCHED_RESET_ON_FORK}; /* 7, common data for test, no special meaning */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsched.h38 #define SCHED_RESET_ON_FORK 0x40000000 macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dsched.h123 #define SCHED_RESET_ON_FORK 0x40000000 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dsched.h123 #define SCHED_RESET_ON_FORK 0x40000000 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dsched.h123 #define SCHED_RESET_ON_FORK 0x40000000 macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dsched.h123 #define SCHED_RESET_ON_FORK 0x40000000 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsched.h74 #define SCHED_RESET_ON_FORK 0x40000000 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsched.h74 #define SCHED_RESET_ON_FORK 0x40000000 macro
/kernel/linux/linux-5.10/kernel/sched/rtg/
H A Dframe_rtg.c295 policy = SCHED_FIFO | SCHED_RESET_ON_FORK; in do_update_frame_task_prio()
411 policy = SCHED_FIFO | SCHED_RESET_ON_FORK; in do_set_rtg_sched()
/kernel/linux/linux-6.6/kernel/sched/rtg/
H A Dframe_rtg.c295 policy = SCHED_FIFO | SCHED_RESET_ON_FORK; in do_update_frame_task_prio()
411 policy = SCHED_FIFO | SCHED_RESET_ON_FORK; in do_set_rtg_sched()
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore.c5707 /* Fixup the legacy SCHED_RESET_ON_FORK hack. */ in _sched_setscheduler()
5708 if ((policy != SETPARAM_POLICY) && (policy & SCHED_RESET_ON_FORK)) { in _sched_setscheduler()
5710 policy &= ~SCHED_RESET_ON_FORK; in _sched_setscheduler()
5975 | (p->sched_reset_on_fork ? SCHED_RESET_ON_FORK : 0); in SYSCALL_DEFINE1()
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c8055 /* Fixup the legacy SCHED_RESET_ON_FORK hack. */ in _sched_setscheduler()
8056 if ((policy != SETPARAM_POLICY) && (policy & SCHED_RESET_ON_FORK)) { in _sched_setscheduler()
8058 policy &= ~SCHED_RESET_ON_FORK; in _sched_setscheduler()
8336 | (p->sched_reset_on_fork ? SCHED_RESET_ON_FORK : 0); in SYSCALL_DEFINE1()

Completed in 30 milliseconds