/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | pthread_test_025.cpp | 54 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess()
|
H A D | pthread_test_024.cpp | 50 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/sched/ |
H A D | types.h | 24 __u64 sched_period; member
|
/kernel/linux/linux-5.10/include/uapi/linux/sched/ |
H A D | types.h | 68 * @sched_period representative of the task's period 132 __u64 sched_period; member
|
/kernel/linux/linux-6.6/include/uapi/linux/sched/ |
H A D | types.h | 68 * @sched_period representative of the task's period 134 __u64 sched_period; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/sched/ |
H A D | types.h | 35 __u64 sched_period; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/sched/ |
H A D | types.h | 35 __u64 sched_period; member
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | utils.h | 57 uint64_t sched_period; member
|
H A D | utils.c | 437 sched_param->sched_period = period; in parse_prio()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | deadline.c | 2663 u64 period = attr->sched_period ?: attr->sched_deadline; in sched_dl_overflow() 2732 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; in __setparam_dl() 2745 attr->sched_period = dl_se->dl_period; in __getparam_dl() 2766 * sched_period, as the latter can be zero). 2792 attr->sched_period & (1ULL << 63)) in __checkparam_dl() 2795 period = attr->sched_period; in __checkparam_dl() 2843 dl_se->dl_period != attr->sched_period || in dl_param_changed()
|
H A D | cpufreq_schedutil.c | 710 .sched_period = 10000000,
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | deadline.c | 2859 u64 period = attr->sched_period ?: attr->sched_deadline; in sched_dl_overflow() 2928 dl_se->dl_period = attr->sched_period ?: dl_se->dl_deadline; in __setparam_dl() 2941 attr->sched_period = dl_se->dl_period; in __getparam_dl() 2954 * sched_period, as the latter can be zero). 2980 attr->sched_period & (1ULL << 63)) in __checkparam_dl() 2983 period = attr->sched_period; in __checkparam_dl() 3031 dl_se->dl_period != attr->sched_period || in dl_param_changed()
|
H A D | cpufreq_schedutil.c | 642 .sched_period = 10000000,
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_selftest.c | 1059 .sched_period = 10000000ULL in trace_wakeup_test_thread()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_selftest.c | 1161 .sched_period = 10000000ULL in trace_wakeup_test_thread()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | cppc_cpufreq.c | 236 .sched_period = 10000000, in cppc_freq_invariance_init()
|