Searched refs:uwork (Results 1 – 2 of 2) sorted by relevance
263 list_del(&uwork->node); in ucsi_poll_worker()265 kfree(uwork); in ucsi_poll_worker()269 ret = uwork->cb(con); in ucsi_poll_worker()272 queue_delayed_work(con->wq, &uwork->work, uwork->delay); in ucsi_poll_worker()275 kfree(uwork); in ucsi_poll_worker()290 uwork = kzalloc(sizeof(*uwork), GFP_KERNEL); in ucsi_partner_task()291 if (!uwork) in ucsi_partner_task()295 uwork->count = retries; in ucsi_partner_task()296 uwork->delay = delay; in ucsi_partner_task()297 uwork->con = con; in ucsi_partner_task()[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()
Completed in 10 milliseconds