Home
last modified time | relevance | path

Searched refs:RQ_USEDEFERRAL (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/sunrpc/
Dsvc.h259 #define RQ_USEDEFERRAL (2) /* use deferral */ macro
/linux-4.1.27/include/trace/events/
Dsunrpc.h446 { (1UL << RQ_USEDEFERRAL), "RQ_USEDEFERRAL"}, \
/linux-4.1.27/fs/nfsd/
Dnfs4proc.c1633 clear_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in nfsd4_proc_compound()
1749 set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in nfsd4_proc_compound()
/linux-4.1.27/net/sunrpc/
Dsvc.c1093 set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags); in svc_process_common()
Dsvc_xprt.c1114 if (rqstp->rq_arg.page_len || !test_bit(RQ_USEDEFERRAL, &rqstp->rq_flags)) in svc_defer()