XPRT_WRITE_SPACE

Section: Linux Networking (9)
Updated: February 2011
Index Return to Main Contents
 

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.  

COPYRIGHT