Lines Matching defs:work

304 	struct kthread_work work;
310 static void __igt_breadcrumbs_smoketest(struct kthread_work *work)
312 struct smoke_thread *thread = container_of(work, typeof(*thread), work);
507 kthread_init_work(&threads[n].work,
509 kthread_queue_work(worker, &threads[n].work);
518 kthread_flush_work(&threads[n].work);
609 * for the system to work (i.e. proper HEAD
1459 struct kthread_work work;
1464 static void __live_parallel_engine1(struct kthread_work *work)
1467 container_of(work, typeof(*thread), work);
1502 static void __live_parallel_engineN(struct kthread_work *work)
1505 container_of(work, typeof(*thread), work);
1554 static void __live_parallel_spin(struct kthread_work *work)
1557 container_of(work, typeof(*thread), work);
1659 kthread_init_work(&threads[idx].work, *fn);
1660 kthread_queue_work(worker, &threads[idx].work);
1671 kthread_flush_work(&threads[idx].work);
1818 kthread_init_work(&threads[i].work,
1820 kthread_queue_work(worker, &threads[i].work);
1841 kthread_flush_work(&threads[i].work);
2959 struct kthread_work work;
2964 static void p_sync0(struct kthread_work *work)
2966 struct p_thread *thread = container_of(work, typeof(*thread), work);
3038 static void p_sync1(struct kthread_work *work)
3040 struct p_thread *thread = container_of(work, typeof(*thread), work);
3115 static void p_many(struct kthread_work *work)
3117 struct p_thread *thread = container_of(work, typeof(*thread), work);
3234 kthread_init_work(&engines[idx].work, *fn);
3235 kthread_queue_work(worker, &engines[idx].work);
3246 kthread_flush_work(&engines[idx].work);