Home
last modified time | relevance | path

Searched refs:sched_period (Results 1 - 22 of 22) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/
H A Dpthread_test_027.cpp41 .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 Dpthread_test_022.cpp45 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 Dpthread_test_020.cpp40 .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 Dpthread_test_026.cpp41 .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 Dpthread_test_021.cpp45 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 Dpthread_test_023.cpp51 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess()
65 ICUNIT_ASSERT_EQUAL(currSchedParam.sched_period, 1000000, LOS_NOK); /* 1000000, 1s */ in ChildProcess()
H A Dpthread_test_025.cpp54 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess()
H A Dpthread_test_024.cpp50 .sched_period = 1000000, /* 1000000, 1s */ in ChildProcess()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/sched/
H A Dtypes.h24 __u64 sched_period; member
/kernel/linux/linux-5.10/include/uapi/linux/sched/
H A Dtypes.h68 * @sched_period representative of the task's period
132 __u64 sched_period; member
/kernel/linux/linux-6.6/include/uapi/linux/sched/
H A Dtypes.h68 * @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 Dtypes.h35 __u64 sched_period; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/sched/
H A Dtypes.h35 __u64 sched_period; member
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dutils.h57 uint64_t sched_period; member
H A Dutils.c437 sched_param->sched_period = period; in parse_prio()
/kernel/linux/linux-5.10/kernel/sched/
H A Ddeadline.c2663 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 Dcpufreq_schedutil.c710 .sched_period = 10000000,
/kernel/linux/linux-6.6/kernel/sched/
H A Ddeadline.c2859 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 Dcpufreq_schedutil.c642 .sched_period = 10000000,
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_selftest.c1059 .sched_period = 10000000ULL in trace_wakeup_test_thread()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_selftest.c1161 .sched_period = 10000000ULL in trace_wakeup_test_thread()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcppc_cpufreq.c236 .sched_period = 10000000, in cppc_freq_invariance_init()

Completed in 17 milliseconds