Lines Matching refs:eventfd
18 #include <linux/eventfd.h>
345 * vmpressure_register_event() - Bind vmpressure notifications to an eventfd
347 * @eventfd: eventfd context to link notifications with
350 * This function associates eventfd context with the vmpressure
352 * @eventfd. The @args parameter is a comma-delimited string that denotes a
363 struct eventfd_ctx *eventfd, const char *args)
399 ev->efd = eventfd;
413 * vmpressure_unregister_event() - Unbind eventfd from vmpressure
415 * @eventfd: eventfd context that was used to link vmpressure with the @cg
417 * This function does internal manipulations to detach the @eventfd from
419 * associated with the @eventfd (but the @eventfd itself is not freed).
424 struct eventfd_ctx *eventfd)
431 if (ev->efd != eventfd)
465 * Make sure there is no pending work before eventfd infrastructure