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.c449 struct mshv_vtl_poll_file *poll_file = container_of(wait, struct mshv_vtl_poll_file, wait); in mshv_vtl_poll_file_wake() local
451 mshv_vtl_cancel(poll_file->cpu); in mshv_vtl_poll_file_wake()
458 struct mshv_vtl_poll_file *poll_file = container_of(pt, struct mshv_vtl_poll_file, pt); in mshv_vtl_ptable_queue_proc() local
460 WARN_ON(poll_file->wqh); in mshv_vtl_ptable_queue_proc()
461 poll_file->wqh = wqh; in mshv_vtl_ptable_queue_proc()
462 add_wait_queue(wqh, &poll_file->wait); in mshv_vtl_ptable_queue_proc()
468 struct mshv_vtl_poll_file *poll_file; in mshv_vtl_ioctl_set_poll_file() local
486 poll_file = per_cpu_ptr(&mshv_vtl_poll_file, READ_ONCE(input.cpu)); in mshv_vtl_ioctl_set_poll_file()
487 if (!poll_file) in mshv_vtl_ioctl_set_poll_file()
492 if (poll_file->wqh) in mshv_vtl_ioctl_set_poll_file()
[all …]