Page MenuHomeFreeBSD

linuxkpi: Add __var_waitqueue
ClosedPublic

Authored by manu on Feb 11 2022, 3:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 17, 3:58 PM
Unknown Object (File)
Fri, Oct 17, 3:58 PM
Unknown Object (File)
Fri, Oct 17, 3:58 PM
Unknown Object (File)
Fri, Oct 17, 7:21 AM
Unknown Object (File)
Fri, Oct 17, 1:18 AM
Unknown Object (File)
Fri, Sep 26, 12:55 AM
Unknown Object (File)
Wed, Sep 24, 12:59 PM
Unknown Object (File)
Mon, Sep 22, 5:32 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.