Searched refs:rq_refcount (Results 1 – 6 of 6) sorted by relevance
634 atomic_set(&request->rq_refcount, 1); in __ptlrpc_request_bufs_pack()2257 if (atomic_read(&request->rq_refcount) != 0) { in __ptlrpc_free_req()2319 atomic_read(&request->rq_refcount) - 1); in __ptlrpc_req_finished()2321 if (atomic_dec_and_test(&request->rq_refcount)) { in __ptlrpc_req_finished()2603 atomic_inc(&req->rq_refcount); in ptlrpc_request_addref()3058 if (atomic_dec_return(&req->rq_refcount) > 1) { in work_interpreter()3059 atomic_set(&req->rq_refcount, 2); in work_interpreter()3112 atomic_set(&req->rq_refcount, 1); in ptlrpcd_alloc_work()3144 LASSERT(atomic_read(&req->rq_refcount) > 0); in ptlrpcd_queue_work()3145 if (atomic_inc_return(&req->rq_refcount) == 2) in ptlrpcd_queue_work()
832 LASSERT(atomic_read(&req->rq_refcount) == 0); in ptlrpc_server_free_request()862 if (!atomic_dec_and_test(&req->rq_refcount)) in ptlrpc_server_drop_request()933 LASSERT(atomic_read(&rqbd->rqbd_req.rq_refcount) == in ptlrpc_server_drop_request()1324 LASSERT(atomic_read(&req->rq_refcount)); in ptlrpc_at_send_early_reply()1326 if (atomic_read(&req->rq_refcount) == 1) { in ptlrpc_at_send_early_reply()1437 if (likely(atomic_inc_not_zero(&rq->rq_refcount))) in ptlrpc_at_check_timed()
338 atomic_set(&req->rq_refcount, 1); in request_in_callback()
911 atomic_set(&req->rq_refcount, 10000); in sptlrpc_import_check_ctx()
2409 atomic_read(&req->rq_refcount), in _debug_req()
1337 atomic_t rq_refcount;/* client-side refcount for SENT race, member