Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sunrpc/
Dsvc.h265 #define RQ_DROPME (3) /* drop current reply */ macro
/linux-4.4.14/net/sunrpc/
Dsvc.c1091 clear_bit(RQ_DROPME, &rqstp->rq_flags); in svc_process_common()
1191 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.4.14/fs/nfsd/
Dnfssvc.c705 if (nfserr == nfserr_dropit || test_bit(RQ_DROPME, &rqstp->rq_flags)) { in nfsd_dispatch()
/linux-4.4.14/include/trace/events/
Dsunrpc.h447 { (1UL << RQ_DROPME), "RQ_DROPME"}, \