Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c42 static struct epoll_event *evs; variable
417 ret = epoll_wait(epoll_fd, evs, tests, 0); in drain_output()
426 child_output(evs[i].data.ptr, evs[i].events, flush); in drain_output()
538 evs = calloc(tests, sizeof(*evs)); in main()
539 if (!evs) in main()
579 ret = epoll_wait(epoll_fd, evs, tests, 1000); in main()
590 child_output(evs[i].data.ptr, evs[i].events, in main()
/openbmc/pldm/host-bmc/
H A Dutils.cpp31 for (const auto& evs : entityAssoc) in getParentEntites() local
33 for (size_t i = 1; i < evs.size() && !found; i++) in getParentEntites()
36 pldm_entity_node_get_remote_container_id(evs[i]); in getParentEntites()
39 pldm_entity node_entity = pldm_entity_extract(evs[i]); in getParentEntites()
/openbmc/qemu/hw/audio/
H A Dfmopl.c292 SLOT->evs = SLOT->evsa; in OPL_KEYON()
307 SLOT->evs = SLOT->evsr; in OPL_KEYOFF()
316 if( (SLOT->evc+=SLOT->evs) >= SLOT->eve ) in OPL_CALC_SLOT()
324 SLOT->evs = SLOT->evsd; in OPL_CALC_SLOT()
331 SLOT->evs = 0; in OPL_CALC_SLOT()
336 SLOT->evs = SLOT->evsr; in OPL_CALC_SLOT()
342 SLOT->evs = 0; in OPL_CALC_SLOT()
418 if( SLOT->evm == ENV_MOD_AR ) SLOT->evs = SLOT->evsa; in set_ar_dr()
422 if( SLOT->evm == ENV_MOD_DR ) SLOT->evs = SLOT->evsd; in set_ar_dr()
437 if( SLOT->evm == ENV_MOD_RR ) SLOT->evs = SLOT->evsr; in set_sl_rr()
[all …]
H A Dfmopl.h29 int32_t evs; /* envelope counter step */ member
/openbmc/linux/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()