Page MenuHomeFreeBSD

linuxkpi: Add __init_waitqueue_head
ClosedPublic

Authored by manu on May 16 2020, 2:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 13 2024, 11:52 AM
Unknown Object (File)
Oct 10 2024, 3:44 AM
Unknown Object (File)
Oct 10 2024, 3:44 AM
Unknown Object (File)
Sep 28 2024, 4:24 AM
Unknown Object (File)
Sep 3 2024, 12:26 PM
Unknown Object (File)
Aug 30 2024, 8:22 AM
Unknown Object (File)
Aug 30 2024, 8:22 AM
Unknown Object (File)
Aug 30 2024, 8:22 AM
Subscribers

Details

Summary

The only difference with init_waitqueue_head is that the name and the
lock class key are provided but we don't use those so use init_waitqueue_head
directly.

Sponsored-by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.May 16 2020, 2:30 PM
This revision was not accepted when it landed; it landed in state Needs Review.May 19 2020, 8:43 AM
This revision was automatically updated to reflect the committed changes.