Searched refs:evs (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | fp-stress.c | 42 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 D | utils.cpp | 31 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 D | fmopl.c | 292 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 D | fmopl.h | 29 int32_t evs; /* envelope counter step */ member
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A 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()
|