Searched refs:sched_period (Results 1 – 16 of 16) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
D | pthread_test_027.cpp | 41 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess() 52 ICUNIT_ASSERT_EQUAL(currSchedParam.sched_period, 0, LOS_NOK); in ChildProcess() 64 ICUNIT_ASSERT_EQUAL(currSchedParam.sched_period, 1000000, LOS_NOK); /* 1000000, 1s */ in ChildProcess()
|
D | pthread_test_026.cpp | 41 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess() 52 ICUNIT_ASSERT_EQUAL(currSchedParam.sched_period, 0, LOS_NOK); in ChildProcess() 64 ICUNIT_ASSERT_EQUAL(currSchedParam.sched_period, 1000000, LOS_NOK); /* 1000000, 1s */ in ChildProcess()
|
D | pthread_test_020.cpp | 40 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess() 51 ICUNIT_ASSERT_EQUAL(currSchedParam.sched_period, 0, LOS_NOK); in ChildProcess() 63 ICUNIT_ASSERT_EQUAL(currSchedParam.sched_period, 1000000, LOS_NOK); /* 1000000, 1s */ in ChildProcess()
|
D | pthread_test_022.cpp | 45 ICUNIT_ASSERT_EQUAL(currSchedParam.sched_period, 1000000, LOS_NOK); /* 1000000, 1s */ in EdfProcess() 76 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess() 87 ICUNIT_ASSERT_EQUAL(currSchedParam.sched_period, 1000000, LOS_NOK); /* 1000000, 1s */ in ChildProcess()
|
D | pthread_test_021.cpp | 45 ICUNIT_GOTO_EQUAL(currSchedParam.sched_period, 1000000, LOS_NOK, EXIT); /* 1000000, 1s */ in ThreadFuncTest() 79 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess() 90 ICUNIT_ASSERT_EQUAL(currSchedParam.sched_period, 1000000, LOS_NOK); /* 1000000, 1s */ in ChildProcess()
|
D | pthread_test_023.cpp | 51 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess() 65 ICUNIT_ASSERT_EQUAL(currSchedParam.sched_period, 1000000, LOS_NOK); /* 1000000, 1s */ in ChildProcess()
|
D | pthread_test_024.cpp | 50 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess()
|
D | pthread_test_025.cpp | 54 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/sched/ |
D | types.h | 24 __u64 sched_period; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/sched/ |
D | types.h | 35 __u64 sched_period; member
|
/kernel/linux/linux-5.10/include/uapi/linux/sched/ |
D | types.h | 132 __u64 sched_period; member
|
/kernel/linux/build/test/syzkaller/qos_auth/ |
D | latency_nice.txt | 70 sched_period int64
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | deadline.c | 2651 u64 period = attr->sched_period ?: attr->sched_deadline; in sched_dl_overflow() 2720 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; in __setparam_dl() 2733 attr->sched_period = dl_se->dl_period; in __getparam_dl() 2780 attr->sched_period & (1ULL << 63)) in __checkparam_dl() 2783 period = attr->sched_period; in __checkparam_dl() 2831 dl_se->dl_period != attr->sched_period || in dl_param_changed()
|
D | cpufreq_schedutil.c | 710 .sched_period = 10000000,
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | trace_selftest.c | 1059 .sched_period = 10000000ULL in trace_wakeup_test_thread()
|
/kernel/linux/linux-5.10/Documentation/scheduler/ |
D | sched-deadline.rst | 821 __u64 sched_period; 856 attr.sched_period = attr.sched_deadline = 30 * 1000 * 1000;
|