Searched refs:cpuset (Results 1 – 6 of 6) sorted by relevance
13 # Restrict to little cores only with system-background cpuset.14 writepid /dev/cpuset/system-background/tasks
9 writepid /dev/cpuset/foreground/tasks
12 # Restrict to little cores only with system-background cpuset.
61 std::string cpuset; member
286 if (config.cpuset.empty()) { in OnSetSchedulerPolicy()289 target_cpuset = config.cpuset; in OnSetSchedulerPolicy()
119 cpu_set_t cpuset; in helperThreadProc()120 memset(&cpuset, 0, sizeof(cpuset)); in helperThreadProc()121 cpuset.bits[idx / 64] |= 1ULL << (idx % 64); in helperThreadProc()123 sizeof(cpuset), &cpuset); in helperThreadProc()