HomeSort by relevance Sort by last modified time
    Searched full:xprt_connecting (Results 1 - 1 of 1) sorted by null

  /external/kernel-headers/original/linux/sunrpc/
xprt.h 270 #define XPRT_CONNECTING (2)
301 clear_bit(XPRT_CONNECTING, &xprt->state);
305 static inline int xprt_connecting(struct rpc_xprt *xprt) function
307 return test_bit(XPRT_CONNECTING, &xprt->state);
312 return test_and_set_bit(XPRT_CONNECTING, &xprt->state);

Completed in 41 milliseconds