Home
last modified time | relevance | path

Searched refs:rq_refcount (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c648 atomic_set(&request->rq_refcount, 1); in __ptlrpc_request_bufs_pack()
2233 if (atomic_read(&request->rq_refcount) != 0) { in __ptlrpc_free_req()
2283 atomic_read(&request->rq_refcount) - 1); in __ptlrpc_req_finished()
2285 if (atomic_dec_and_test(&request->rq_refcount)) { in __ptlrpc_req_finished()
2540 atomic_inc(&req->rq_refcount); in ptlrpc_request_addref()
3004 if (atomic_dec_return(&req->rq_refcount) > 1) { in work_interpreter()
3005 atomic_set(&req->rq_refcount, 2); in work_interpreter()
3058 atomic_set(&req->rq_refcount, 1); in ptlrpcd_alloc_work()
3090 LASSERT(atomic_read(&req->rq_refcount) > 0); in ptlrpcd_queue_work()
3091 if (atomic_inc_return(&req->rq_refcount) == 2) in ptlrpcd_queue_work()
Dservice.c695 LASSERT(atomic_read(&req->rq_refcount) == 0); in ptlrpc_server_free_request()
725 if (!atomic_dec_and_test(&req->rq_refcount)) in ptlrpc_server_drop_request()
796 LASSERT(atomic_read(&rqbd->rqbd_req.rq_refcount) == in ptlrpc_server_drop_request()
1066 LASSERT(atomic_read(&req->rq_refcount)); in ptlrpc_at_send_early_reply()
1068 if (atomic_read(&req->rq_refcount) == 1) { in ptlrpc_at_send_early_reply()
1179 if (likely(atomic_inc_not_zero(&rq->rq_refcount))) in ptlrpc_at_check_timed()
Devents.c338 atomic_set(&req->rq_refcount, 1); in request_in_callback()
Dsec.c869 atomic_set(&req->rq_refcount, 10000); in sptlrpc_import_check_ctx()
Dpack_generic.c2201 atomic_read(&req->rq_refcount), in _debug_req()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1331 atomic_t rq_refcount;/* client-side refcount for SENT race, member