summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2025-05-16 13:39:32 -0600
committerJens Axboe <axboe@kernel.dk>2025-05-17 18:47:19 -0600
commitf660fd2ca15a3743f65f6110ae60d5b80500d856 (patch)
tree9c68af6d3cb340bb0c90bae66c86cf1aa3da0735 /scripts/gdb/linux/modules.py
parentc80bdb1c55719cd6308d648a7920272a3be09e34 (diff)
io_uring: add new helpers for posting overflows
Add two helpers, one for posting overflows for lockless_cq rings, and one for non-lockless_cq rings. The former can allocate sanely with GFP_KERNEL, but needs to grab the completion lock for posting, while the latter must do non-sleeping allocs as it already holds the completion lock. While at it, mark the overflow handling functions as __cold as well, as they should not generally be called during normal operations of the ring. Reviewed-by: Caleb Sander Mateos <csander@purestorage.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions