ANDROID: vendor_hooks: add hooks to fix priority inversion
These hooks are used to detect lock contention between a low-priority
task, which has locked a page for I/O, and a high-priority task that is
faulting the same page.
Bug: 343119145
Change-Id: I031b8019d2843b5d315503d625a21b15b921c324
Signed-off-by:
Yang Yang <yang.yang@vivo.com>
Loading
Please sign in to comment