Lines Matching refs:eventfd
18 #include <linux/eventfd.h>
357 * vmpressure_register_event() - Bind vmpressure notifications to an eventfd
359 * @eventfd: eventfd context to link notifications with
362 * This function associates eventfd context with the vmpressure
364 * @eventfd. The @args parameter is a comma-delimited string that denotes a
375 struct eventfd_ctx *eventfd, const char *args)
411 ev->efd = eventfd;
425 * vmpressure_unregister_event() - Unbind eventfd from vmpressure
427 * @eventfd: eventfd context that was used to link vmpressure with the @cg
429 * This function does internal manipulations to detach the @eventfd from
431 * associated with the @eventfd (but the @eventfd itself is not freed).
436 struct eventfd_ctx *eventfd)
443 if (ev->efd != eventfd)
477 * Make sure there is no pending work before eventfd infrastructure