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, Jan 29, 5:45 PM
Unknown Object (File)
Nov 26 2024, 10:06 AM
Unknown Object (File)
Nov 6 2024, 4:18 AM
Unknown Object (File)
Nov 6 2024, 2:50 AM
Unknown Object (File)
Oct 20 2024, 7:46 AM
Unknown Object (File)
Sep 23 2024, 6:26 AM
Unknown Object (File)
Sep 22 2024, 11:05 PM
Unknown Object (File)
Sep 19 2024, 11:43 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.