Searched defs:xprt_write_space (Results 1 - 1 of 1) sorted by relevance

/net/sunrpc/
H A Dxprt.c506 * xprt_write_space - wake the task waiting for transport output buffer space
509 * Can be called in a soft IRQ context, so xprt_write_space never sleeps.
511 void xprt_write_space(struct rpc_xprt *xprt) function
521 EXPORT_SYMBOL_GPL(xprt_write_space); variable

Completed in 5 milliseconds