Searched refs:uwork (Results 1 – 2 of 2) sorted by relevance
258 struct ucsi_work *uwork = container_of(work, struct ucsi_work, work.work); in ucsi_poll_worker() local259 struct ucsi_connector *con = uwork->con; in ucsi_poll_worker()265 list_del(&uwork->node); in ucsi_poll_worker()267 kfree(uwork); in ucsi_poll_worker()271 ret = uwork->cb(con); in ucsi_poll_worker()273 if (uwork->count-- && (ret == -EBUSY || ret == -ETIMEDOUT)) { in ucsi_poll_worker()274 queue_delayed_work(con->wq, &uwork->work, uwork->delay); in ucsi_poll_worker()276 list_del(&uwork->node); in ucsi_poll_worker()277 kfree(uwork); in ucsi_poll_worker()287 struct ucsi_work *uwork; in ucsi_partner_task() local[all …]
146 struct cxl_ioctl_start_work __user *uwork) in afu_ioctl_start_work() argument156 if (copy_from_user(&work, uwork, sizeof(work))) in afu_ioctl_start_work()267 if (copy_to_user(uwork, &work, sizeof(work))) in afu_ioctl_start_work()