Searched refs:todprio (Results 1 – 3 of 3) sorted by relevance
714 int todprio; /* Timer thread priority */ in build_config() local789 todprio = DEFAULT_TOD_PRIO; in build_config()871 if (todprio < 0) in build_config()872 todprio = 0; in build_config()1240 if (sscanf(stodprio, "%d%c", &todprio, &c) != 1) in build_config()1249 if(sysblk.suid != 0 && todprio < 0) in build_config()1253 todprio = 0; /* Set priority to Normal */ in build_config()1257 sysblk.todprio = todprio; in build_config()
177 if (setpriority(PRIO_PROCESS, 0, sysblk.todprio)) in timer_update_thread()179 sysblk.todprio, strerror(errno)); in timer_update_thread()
598 int todprio; /* TOD Clock thread priority */ member