Files
android_kernel_xiaomi_sm8450/include/linux/sunrpc
Trond Myklebust 7e0a0e38fc SUNRPC: Replace the queue timer with a delayed work function
The queue timer function, which walks the RPC queue in order to locate
candidates for waking up is one of the current constraints against
removing the bh-safe queue spin locks. Replace it with a delayed
work queue, so that we can do the actual rpc task wake ups from an
ordinary process context.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
2019-07-06 14:54:48 -04:00
..
2019-02-14 11:48:36 -05:00
2018-04-16 14:20:26 -04:00
2019-02-14 09:39:34 -05:00
2019-02-26 06:33:02 -05:00