Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfsproc.c202 set_bit(RQ_DROPME, &rqstp->rq_flags); in nfsd_proc_read()
237 set_bit(RQ_DROPME, &rqstp->rq_flags); in nfsd_proc_write()
H A Dnfssvc.c1011 if (test_bit(RQ_DROPME, &rqstp->rq_flags)) in nfsd_dispatch()
/openbmc/linux/include/linux/sunrpc/
H A Dsvc.h261 RQ_DROPME, /* drop current reply */ enumerator
/openbmc/linux/net/sunrpc/
H A Dsvc_xprt.c1218 set_bit(RQ_DROPME, &rqstp->rq_flags); in svc_defer()
H A Dsvc.c1310 clear_bit(RQ_DROPME, &rqstp->rq_flags); in svc_process_common()