Lines Matching defs:work
9 struct work_struct work;16 struct once_work *work;18 work = container_of(w, struct once_work, work);19 BUG_ON(!static_key_enabled(work->key));20 static_branch_disable(work->key);21 module_put(work->module);22 kfree(work);33 INIT_WORK(&w->work, once_deferred);37 schedule_work(&w->work);