diff options
author | Terry Bowman <[email protected]> | 2022-02-09 11:27:09 -0600 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2022-02-10 22:40:00 +0100 |
commit | 27c196c7b73cb70bbed3a9df46563bab60e63415 (patch) | |
tree | c8528d1bbf361e79d15c803bf1cfe91dfe49e331 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) |
kernel/resource: Introduce request_mem_region_muxed()
Support for requesting muxed memory region is implemented but not
currently callable as a macro. Add the request muxed memory
region macro.
MMIO memory accesses can be synchronized using request_mem_region() which
is already available. This call will return failure if the resource is
busy. The 'muxed' version of this macro will handle a busy resource by
using a wait queue to retry until the resource is available.
Signed-off-by: Terry Bowman <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions