Lines Matching refs:state
1201 clear_bit(XPRT_CLOSE_WAIT, &xprt->state);
1202 clear_bit(XPRT_CLOSING, &xprt->state);
1208 * xs_error_report - callback to handle TCP socket state errors
1251 set_bit(XPRT_CLOSE_WAIT, &xprt->state);
1288 * This is used when all requests are complete; ie, no DRC state remains
1482 * xs_local_state_change - callback to handle AF_LOCAL socket state changes
1483 * @sk: socket whose state has changed
1495 clear_bit(XPRT_CONNECTED, &xprt->state);
1502 * xs_tcp_state_change - callback to handle TCP socket state changes
1503 * @sk: socket whose state has changed
1514 dprintk("RPC: state %x conn %d dead %d zapped %d sk_shutdown %d\n",
1539 set_bit(XPRT_CLOSING, &xprt->state);
1541 clear_bit(XPRT_CONNECTED, &xprt->state);
1542 clear_bit(XPRT_CLOSE_WAIT, &xprt->state);
1548 clear_bit(XPRT_CONNECTED, &xprt->state);
1560 set_bit(XPRT_CLOSING, &xprt->state);
1562 clear_bit(XPRT_CONNECTED, &xprt->state);
1569 clear_bit(XPRT_CLOSING, &xprt->state);
1596 * @sk: socket whose state has changed
1613 * @sk: socket whose state has changed
2407 dprintk("RPC: %p connect status %d connected %d sock state %d\n",
2676 if (wait_on_bit_lock(&lower_xprt->state, XPRT_LOCKED, TASK_KILLABLE))
2725 * @task: address of RPC task that manages state of connect request