Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dsvc.h267 #define RQ_DROPME (3) /* drop current reply */ macro
/Linux-v4.19/net/sunrpc/
Dsvc.c1172 clear_bit(RQ_DROPME, &rqstp->rq_flags); in svc_process_common()
1291 test_bit(RQ_DROPME, &rqstp->rq_flags)) { in svc_process_common()
Dsvc_xprt.c1188 set_bit(RQ_DROPME, &rqstp->rq_flags); in svc_defer()
/Linux-v4.19/fs/nfsd/
Dnfssvc.c839 if (nfserr == nfserr_dropit || test_bit(RQ_DROPME, &rqstp->rq_flags)) { in nfsd_dispatch()
/Linux-v4.19/include/trace/events/
Dsunrpc.h546 { (1UL << RQ_DROPME), "RQ_DROPME"}, \