Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dsvc.h260 #define RQ_DROPME (3) /* drop current reply */ macro
/linux-4.1.27/net/sunrpc/
Dsvc.c1094 clear_bit(RQ_DROPME, &rqstp->rq_flags); in svc_process_common()
1194 if (test_bit(RQ_DROPME, &rqstp->rq_flags)) { in svc_process_common()
Dsvc_xprt.c1143 set_bit(RQ_DROPME, &rqstp->rq_flags); in svc_defer()
/linux-4.1.27/fs/nfsd/
Dnfssvc.c696 if (nfserr == nfserr_dropit || test_bit(RQ_DROPME, &rqstp->rq_flags)) { in nfsd_dispatch()
/linux-4.1.27/include/trace/events/
Dsunrpc.h447 { (1UL << RQ_DROPME), "RQ_DROPME"}, \