Searched refs:poll_file (Results 1 – 1 of 1) sorted by relevance
443 struct mshv_vtl_poll_file *poll_file = container_of(wait, struct mshv_vtl_poll_file, wait); in mshv_vtl_poll_file_wake() local445 mshv_vtl_cancel(poll_file->cpu); in mshv_vtl_poll_file_wake()452 struct mshv_vtl_poll_file *poll_file = container_of(pt, struct mshv_vtl_poll_file, pt); in mshv_vtl_ptable_queue_proc() local454 WARN_ON(poll_file->wqh); in mshv_vtl_ptable_queue_proc()455 poll_file->wqh = wqh; in mshv_vtl_ptable_queue_proc()456 add_wait_queue(wqh, &poll_file->wait); in mshv_vtl_ptable_queue_proc()462 struct mshv_vtl_poll_file *poll_file; in mshv_vtl_ioctl_set_poll_file() local480 poll_file = per_cpu_ptr(&mshv_vtl_poll_file, READ_ONCE(input.cpu)); in mshv_vtl_ioctl_set_poll_file()481 if (!poll_file) in mshv_vtl_ioctl_set_poll_file()486 if (poll_file->wqh) in mshv_vtl_ioctl_set_poll_file()[all …]