xprt_write_space(9)
NAME
xprt_write_space - wake the task waiting for transport output buffer
space
SYNOPSIS
void xprt_write_space(struct rpc_xprt * xprt);
ARGUMENTS
- xprt
- transport with waiting tasks
DESCRIPTION
Can be called in a soft IRQ context, so xprt_write_space never sleeps.