Home
last modified time | relevance | path

Searched defs:coalesce (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dioapic.c102 int coalesce = 0; in ioapic_service() local
/openbmc/qemu/monitor/
H A Dhmp-cmds.c224 bool coalesce = !qdict_get_try_bool(qdict, "no_coalesce", false); in hmp_info_sync_profile() local
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c699 uint64_t iova, coalesce = 0; in rpcit_service_call() local
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h592 u32 coalesce; member
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1150 def coalesce_events(self, coalesce=True): argument