Page MenuHomeFreeBSD

linuxkpi: Add __var_waitqueue
ClosedPublic

Authored by manu on Feb 11 2022, 3:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 19, 11:27 PM
Unknown Object (File)
Tue, Nov 11, 2:15 AM
Unknown Object (File)
Tue, Oct 28, 9:37 AM
Unknown Object (File)
Sun, Oct 26, 8:37 AM
Unknown Object (File)
Oct 17 2025, 3:58 PM
Unknown Object (File)
Oct 17 2025, 3:58 PM
Unknown Object (File)
Oct 17 2025, 3:58 PM
Unknown Object (File)
Oct 17 2025, 7:21 AM
Subscribers

Details

Summary

This returns the wait queue based on the object but in LinuxKPI
we only have one waitqueue for this.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Feb 11 2022, 3:12 PM
This revision is now accepted and ready to land.Feb 11 2022, 3:24 PM
bz added a subscriber: bz.
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/wait_bit.h
68

__unused? Thouhg I don't think we use that a lot in LinuxKPI so ignore me.

This revision was automatically updated to reflect the committed changes.