Home
last modified time | relevance | path

Searched refs:poll_file (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hv/
H A Dmshv_vtl_main.c443 struct mshv_vtl_poll_file *poll_file = container_of(wait, struct mshv_vtl_poll_file, wait); in mshv_vtl_poll_file_wake() local
445 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() local
454 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() local
480 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 …]