Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/sunrpc/
Dsvc.h273 #define RQ_DROPME (3) /* drop current reply */ macro
/Linux-v5.15/net/sunrpc/
Dsvc.c1209 test_bit(RQ_DROPME, &rqstp->rq_flags)) in svc_generic_dispatch()
1306 clear_bit(RQ_DROPME, &rqstp->rq_flags); in svc_process_common()
Dsvc_xprt.c1225 set_bit(RQ_DROPME, &rqstp->rq_flags); in svc_defer()
/Linux-v5.15/fs/nfsd/
Dnfssvc.c1038 if (*statp == rpc_drop_reply || test_bit(RQ_DROPME, &rqstp->rq_flags)) in nfsd_dispatch()