centos man page for xprt_release_xprt_cong

Query: xprt_release_xprt_cong

OS: centos

Section: 9

Links: centos man pages   all man pages

Forums: forum home   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XPRT_RELEASE_XPRT_CO(9) 					 Linux Networking					   XPRT_RELEASE_XPRT_CO(9)

NAME
xprt_release_xprt_cong - allow other requests to use a transport
SYNOPSIS
void xprt_release_xprt_cong(struct rpc_xprt * xprt, struct rpc_task * task);
ARGUMENTS
xprt transport with other tasks potentially waiting task task that is releasing access to the transport
DESCRIPTION
Note that "task" can be NULL. Another task is awoken to use the transport if the transport's congestion window allows it.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 XPRT_RELEASE_XPRT_CO(9)