Searched refs:hk_cpu_set (Results 1 – 2 of 2) sorted by relevance
104 if (parse_cpu_set(optarg, &common->hk_cpu_set)) in common_parse_options()143 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in common_apply_config()144 ¶ms->hk_cpu_set); in common_apply_config()
93 cpu_set_t hk_cpu_set; member