Home
last modified time | relevance | path

Searched refs:RQ_VICTIM (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsvc.h277 RQ_VICTIM, /* Have agreed to shut down */ enumerator
333 set_bit(RQ_VICTIM, &rqstp->rq_flags); in svc_thread_should_stop()
335 return test_bit(RQ_VICTIM, &rqstp->rq_flags); in svc_thread_should_stop()
/linux/fs/nfsd/
H A Dnfssvc.c925 set_bit(RQ_VICTIM, &rqstp->rq_flags); in nfsd()