Lines Matching defs:workload
1234 * Thus, enable callback only if timerlat is set with no workload.
1276 int workload = test_bit(OSN_WORKLOAD, &osnoise_options);
1278 if ((p->pid != osn_var->pid) || !workload)
1281 if ((n->pid != osn_var->pid) || !workload)
1442 * Considers the current thread as the workload.
1966 * stop_kthread - stop a workload thread
1987 /* if no workload, just return */
2017 * start_kthread - Start a workload thread
2033 /* if no workload, just return */
2754 * Because osnoise/timerlat have a single workload, having
2915 * osnoise_workload_start - start the workload and hook to events
2922 * Instances need to be registered after calling workload
2924 * workload was already registered. Otherwise, this
2926 * and the workload will start.
2961 * osnoise_workload_stop - stop the workload and unhook the events
2968 * than one instance is running, and the workload will not
2970 * the last instance, and the workload can stop.