Page MenuHomeFreeBSD

Continue searching for an irq map from the start
ClosedPublic

Authored by andrew on Jun 27 2023, 8:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 17, 12:05 AM
Unknown Object (File)
Mon, Jun 3, 4:56 PM
Unknown Object (File)
May 15 2024, 6:40 PM
Unknown Object (File)
May 3 2024, 8:04 PM
Unknown Object (File)
Apr 29 2024, 12:21 AM
Unknown Object (File)
Apr 29 2024, 12:21 AM
Unknown Object (File)
Apr 23 2024, 2:30 PM
Unknown Object (File)
Dec 20 2023, 8:43 AM
Subscribers

Details

Summary

When searching for a free irq map location continue the search from the
beginning of the list. There may be holes in the map before
irq_map_first_free_idx, e.g. when removing an entries in order will
increase the index past the current free entry.

PR: 271990
Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable