Searched refs:evs (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/testing/selftests/arm64/fp/ |
D | fp-stress.c | 42 static struct epoll_event *evs; variable 418 ret = epoll_wait(epoll_fd, evs, tests, 0); in drain_output() 427 child_output(evs[i].data.ptr, evs[i].events, flush); in drain_output() 539 evs = calloc(tests, sizeof(*evs)); in main() 540 if (!evs) in main() 580 ret = epoll_wait(epoll_fd, evs, tests, 1000); in main() 591 child_output(evs[i].data.ptr, evs[i].events, in main()
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | file_ops.c | 1501 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()
|