Lines Matching defs:set
64 * that desire multi-threading should set this variable to something
83 * The number of CPUs in a set. Each set is scheduled for tick execution
115 * CPU set of all online processors that can be X-called.
125 * Per-set structures. Each structure contains the range of CPUs
126 * to be processed for the set.
160 * 1. Before clock_init() is called, clock_tick_init_pre() is called to set
164 * of CPUs. clock_tick_init_post() is called to set up multi-threading if
252 * the CPU set size for multi-threading, then use the default value.
274 * Schedule tick accounting for a set of CPUs.
454 * finish, the pending count is passed down to the next set of
484 * Schedule each set on a separate processor.
621 int i, set;
644 set = clock_tick_total_cpus / clock_tick_ncpus;
645 csp = &clock_tick_set[set];
664 set = clock_tick_total_cpus / clock_tick_ncpus;
665 csp = &clock_tick_set[set];