Lines Matching defs:worker
291 * receiver thread and the worker thread.
2277 struct work_struct worker;
2285 struct retry_worker *retry = container_of(ws, struct retry_worker, worker);
2349 queue_work(retry.wq, &retry.worker);
2572 connection->worker.reset_cpu_mask = 1;
2658 drbd_thread_init(resource, &connection->worker, drbd_worker, "worker");
2659 connection->worker.connection = connection;
2715 INIT_WORK(&device->submit.worker, do_submit);
2943 INIT_WORK(&retry.worker, do_retry);
3532 * called from worker context. It MUST NOT be used while a previous such
3535 * Its worker function encloses the call of io_fn() by get_ldev() and
3543 D_ASSERT(device, current == first_peer_device(device)->connection->worker.task);
3576 * functions MAY NOT be called from worker context.
3585 D_ASSERT(device, current != first_peer_device(device)->connection->worker.task);