Page MenuHomeFreeBSD

eventfd: Add eventfd_signal()
Needs ReviewPublic

Authored by dumbbell on Jun 14 2025, 5:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 2, 8:34 AM
Unknown Object (File)
Wed, Oct 1, 3:53 PM
Unknown Object (File)
Tue, Sep 30, 2:22 PM
Unknown Object (File)
Tue, Sep 30, 8:35 AM
Unknown Object (File)
Mon, Sep 29, 11:13 PM
Unknown Object (File)
Thu, Sep 18, 9:53 AM
Unknown Object (File)
Sun, Sep 14, 3:14 AM
Unknown Object (File)
Fri, Sep 12, 8:20 AM
Subscribers

Details

Reviewers
None
Group Reviewers
linuxkpi
Summary

The eventfd_signal() function is the equivalent to a write to an eventfd file descriptor: it bumps the internal counter and wakes up processes waiting for it.

eventfd_signal() is meant to be used by kernel drivers. DRM drivers will call it through linuxkpi.

This is a requirement to the following patch to drm-kmod:
https://github.com/freebsd/drm-kmod/pull/358

Sponsored by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped