Page MenuHomeFreeBSD

linuxkpi: Add __var_waitqueue
ClosedPublic

Authored by manu on Feb 11 2022, 3:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 6, 12:33 AM
Unknown Object (File)
Sat, Sep 5, 11:27 AM
Unknown Object (File)
Thu, Sep 3, 6:01 PM
Unknown Object (File)
Thu, Sep 3, 5:49 PM
Unknown Object (File)
Thu, Sep 3, 11:09 AM
Unknown Object (File)
Thu, Sep 3, 11:09 AM
Unknown Object (File)
Wed, Sep 2, 9:54 PM
Unknown Object (File)
Wed, Sep 2, 8:48 PM
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.