Lines Matching defs:worker
282 * receiver thread and the worker thread.
2243 struct work_struct worker;
2251 struct retry_worker *retry = container_of(ws, struct retry_worker, worker);
2314 queue_work(retry.wq, &retry.worker);
2536 connection->worker.reset_cpu_mask = 1;
2622 drbd_thread_init(resource, &connection->worker, drbd_worker, "worker");
2623 connection->worker.connection = connection;
2678 INIT_WORK(&device->submit.worker, do_submit);
2906 INIT_WORK(&retry.worker, do_retry);
3500 * called from worker context. It MUST NOT be used while a previous such
3503 * Its worker function encloses the call of io_fn() by get_ldev() and
3512 D_ASSERT(device, current == peer_device->connection->worker.task);
3547 * functions MAY NOT be called from worker context.
3558 D_ASSERT(device, current != first_peer_device(device)->connection->worker.task);