-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If we are preempted during the allocation but returned to the same core, our CPU mask may be unchanged (!Tampered()), but we fail to refill in full and don't touch the slab. To avoid this, make multiple attempts and confirm that we were preempted by verifying the slab is in the uncached state on each failed attempt. PiperOrigin-RevId: 703845482 Change-Id: I998a1015aa05d5a8ab1d7a468a9edb07e776d02b
- Loading branch information
1 parent
1e53d3f
commit 253603d
Showing
1 changed file
with
163 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters