Lines Matching defs:ioworker
72 struct pvcalls_ioworker ioworker;
232 struct pvcalls_ioworker *ioworker = container_of(work,
234 struct sock_mapping *map = container_of(ioworker, struct sock_mapping,
235 ioworker);
310 iow = &map->ioworker;
366 map->ioworker.wq = alloc_ordered_workqueue("pvcalls_io", 0);
367 if (!map->ioworker.wq)
370 INIT_WORK(&map->ioworker.register_work, pvcalls_back_ioworker);
449 flush_work(&map->ioworker.register_work);
572 iow = &map->ioworker;
920 iow = &map->ioworker;