Page MenuHomeFreeBSD

linuxkpi: Add __var_waitqueue
ClosedPublic

Authored by manu on Feb 11 2022, 3:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 20 2024, 7:08 PM
Unknown Object (File)
Mar 22 2024, 7:10 PM
Unknown Object (File)
Jan 31 2024, 2:32 PM
Unknown Object (File)
Jan 15 2024, 2:07 AM
Unknown Object (File)
Dec 31 2023, 11:11 AM
Unknown Object (File)
Dec 22 2023, 9:40 PM
Unknown Object (File)
Sep 21 2023, 1:06 PM
Unknown Object (File)
Jun 28 2023, 3:47 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.