Home
last modified time | relevance | path

Searched refs:cpu_num (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/cpuset/
H A Dcpuset_regression_test.sh23 cpu_num=
67 local cpu_max=$((cpu_num - 1))
106 local cpu_max=$((cpu_num - 1))
149 cpu_num=$(tst_getconf _NPROCESSORS_ONLN)
150 if [ $cpu_num -lt 2 ]; then
/third_party/python/Modules/
H A Dposixmodule.c7314 PyObject *cpu_num = PyLong_FromLong(cpu); in os_sched_getaffinity_impl() local
7316 if (cpu_num == NULL) in os_sched_getaffinity_impl()
7318 if (PySet_Add(res, cpu_num)) { in os_sched_getaffinity_impl()
7319 Py_DECREF(cpu_num); in os_sched_getaffinity_impl()
7322 Py_DECREF(cpu_num); in os_sched_getaffinity_impl()

Completed in 16 milliseconds