Home
last modified time | relevance | path

Searched refs:defer_call (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/qemu/
H A Ddefer-call.h14 void defer_call(void (*fn)(void *), void *opaque);
/openbmc/qemu/util/
H A Ddefer-call.c67 void defer_call(void (*fn)(void *), void *opaque) in defer_call() function
/openbmc/linux/fs/lockd/
H A Dclntproc.c729 bool defer_call = false; in nlmclnt_unlock_prepare() local
732 defer_call = nlmclnt_ops->nlmclnt_unlock_prepare(task, req->a_callback_data); in nlmclnt_unlock_prepare()
734 if (!defer_call) in nlmclnt_unlock_prepare()
/openbmc/qemu/block/
H A Dio_uring.c377 defer_call(luring_deferred_fn, s); in luring_do_submit()
H A Dlinux-aio.c404 defer_call(laio_deferred_fn, s); in laio_do_submit()
H A Dblkio.c339 defer_call(blkio_deferred_fn, s); in blkio_submit_io()
H A Dnvme.c510 defer_call(nvme_deferred_fn, q); in nvme_submit_command()
/openbmc/qemu/hw/virtio/
H A Dvirtio.c2701 defer_call(virtio_notify_irqfd_deferred_fn, &vq->guest_notifier); in virtio_notify_irqfd()