Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/sunrpc/
Dsvc.h268 #define RQ_DROPME (3) /* drop current reply */ macro
/Linux-v5.10/net/sunrpc/
Dsvc.c1196 test_bit(RQ_DROPME, &rqstp->rq_flags)) in svc_generic_dispatch()
1293 clear_bit(RQ_DROPME, &rqstp->rq_flags); in svc_process_common()
Dsvc_xprt.c1205 set_bit(RQ_DROPME, &rqstp->rq_flags); in svc_defer()
/Linux-v5.10/fs/nfsd/
Dnfssvc.c1043 if (*statp == rpc_drop_reply || test_bit(RQ_DROPME, &rqstp->rq_flags)) in nfsd_dispatch()