Home
last modified time | relevance | path

Searched hist:"7 e0a0e38fcfea47e74b0ff6da6266f00bcd2af43" (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsched.hdiff 7e0a0e38fcfea47e74b0ff6da6266f00bcd2af43 Wed May 01 16:49:27 CEST 2019 Trond Myklebust <trond.myklebust@hammerspace.com> 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>
/linux/net/sunrpc/
H A Dsched.cdiff 7e0a0e38fcfea47e74b0ff6da6266f00bcd2af43 Wed May 01 16:49:27 CEST 2019 Trond Myklebust <trond.myklebust@hammerspace.com> 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>