Searched refs:uwork (Results 1 – 2 of 2) sorted by relevance
202 struct ucsi_work *uwork = container_of(work, struct ucsi_work, work.work); in ucsi_poll_worker() local203 struct ucsi_connector *con = uwork->con; in ucsi_poll_worker()209 list_del(&uwork->node); in ucsi_poll_worker()211 kfree(uwork); in ucsi_poll_worker()215 ret = uwork->cb(con); in ucsi_poll_worker()217 if (uwork->count-- && (ret == -EBUSY || ret == -ETIMEDOUT)) { in ucsi_poll_worker()218 queue_delayed_work(con->wq, &uwork->work, uwork->delay); in ucsi_poll_worker()220 list_del(&uwork->node); in ucsi_poll_worker()221 kfree(uwork); in ucsi_poll_worker()231 struct ucsi_work *uwork; in ucsi_partner_task() local[all …]
148 struct cxl_ioctl_start_work __user *uwork) in afu_ioctl_start_work() argument158 if (copy_from_user(&work, uwork, sizeof(work))) in afu_ioctl_start_work()269 if (copy_to_user(uwork, &work, sizeof(work))) in afu_ioctl_start_work()