Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/arm64/gcs/
H A Dgcs-stress.c41 static struct epoll_event *evs; variable
334 ret = epoll_wait(epoll_fd, evs, tests, 0); in drain_output()
343 child_output(evs[i].data.ptr, evs[i].events, flush); in drain_output()
434 evs = calloc(tests, sizeof(*evs)); in main()
435 if (!evs) in main()
463 ret = epoll_wait(epoll_fd, evs, tests, 100); in main()
474 child_output(evs[i].data.ptr, evs[i].events, in main()
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c45 static struct epoll_event *evs; variable
433 ret = epoll_wait(epoll_fd, evs, tests, 0); in drain_output()
442 child_output(evs[i].data.ptr, evs[i].events, flush); in drain_output()
550 evs = calloc(tests, sizeof(*evs)); in main()
551 if (!evs) in main()
591 ret = epoll_wait(epoll_fd, evs, tests, poll_interval); in main()
602 child_output(evs[i].data.ptr, evs[i].events, in main()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c1501 unsigned long *evs; in hfi1_set_uevent_bits() local
1507 evs = dd->events + uctxt_offset(uctxt); in hfi1_set_uevent_bits()
1508 set_bit(evtbit, evs); in hfi1_set_uevent_bits()
1510 set_bit(evtbit, evs + i); in hfi1_set_uevent_bits()
1573 unsigned long *evs; in user_event_ack() local
1582 evs = dd->events + uctxt_offset(uctxt) + subctxt; in user_event_ack()
1587 clear_bit(i, evs); in user_event_ack()
/linux-6.15/fs/
H A Deventpoll.c2465 static int ep_check_params(struct file *file, struct epoll_event __user *evs, in ep_check_params() argument
2473 if (!access_ok(evs, maxevents * sizeof(struct epoll_event))) in ep_check_params()