Lines Matching defs:work
232 static void dbs_work_handler(struct work_struct *work)
238 policy_dbs = container_of(work, struct policy_dbs_info, work);
250 /* Allow the utilization update handler to queue up more work. */
266 schedule_work_on(smp_processor_id(), &policy_dbs->work);
280 * The work may not be allowed to be queued up right now.
309 * shouldn't be here, so clear the work counter and bail out.
364 INIT_WORK(&policy_dbs->work, dbs_work_handler);
436 * of the CPU and it also cannot be too small for dbs_update() to work
549 cancel_work_sync(&policy_dbs->work);