Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_req.c73 void drbd_req_destroy(struct kref *kref) in drbd_req_destroy() function
318 kref_put(&req->kref, drbd_req_destroy); in drbd_req_put_completion_ref()
466 kref_put(&req->kref, drbd_req_destroy); in mod_rq_state()
488 kref_put(&req->kref, drbd_req_destroy); in mod_rq_state()
506 kref_put(&req->kref, drbd_req_destroy); in mod_rq_state()
1275 kref_put(&req->kref, drbd_req_destroy); in drbd_unplug()
1301 kref_put(&tmp->kref, drbd_req_destroy); in drbd_update_plug()
H A Ddrbd_req.h280 extern void drbd_req_destroy(struct kref *kref);
H A Ddrbd_debugfs.c324 if (kref_put(&req->kref, drbd_req_destroy)) in seq_print_resource_transfer_log_summary()
H A Ddrbd_main.c2315 kref_put(&req->kref, drbd_req_destroy); in do_retry()