Lines Matching defs:set
39 * debug_msg - print a debug message to stderr if debug is set
94 * Receives a cpu list, like 1-3,5 (cpus 1, 2, 3, 5), and then set
99 int parse_cpu_set(char *cpu_list, cpu_set_t *set)
107 CPU_ZERO(set);
130 CPU_SET(cpu, set);
134 CPU_SET(i, set);
144 debug_msg("Error parsing the cpu set %s\n", cpu_list);
212 * This is a set of helper functions to use SCHED_DEADLINE.
248 err_msg("Failed to set sched attributes to the pid %d: %s\n",
260 * process has a comm with the prefix set in char *comm_prefix. As the
312 * set_comm_sched_attr - set sched params to threads starting with char *comm_prefix
314 * This function uses procfs to list the currently running threads and then set the
316 * mainly used to set the priority to the kernel threads created by the
491 * set_cpu_dma_latency - set the /dev/cpu_dma_latecy
806 debug_msg("Could not set affinity for auto house-keeping\n");
810 debug_msg("rtla automatically moved to an auto house-keeping cpu set\n");