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)
Mon, Nov 10, 10:57 PM
Unknown Object (File)
Thu, Nov 6, 8:37 PM
Unknown Object (File)
Wed, Nov 5, 12:14 AM
Unknown Object (File)
Mon, Nov 3, 3:15 PM
Unknown Object (File)
Oct 27 2025, 3:33 PM
Unknown Object (File)
Oct 25 2025, 2:46 AM
Unknown Object (File)
Oct 18 2025, 10:16 AM
Unknown Object (File)
Oct 17 2025, 6:14 PM
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