Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/block/drbd/
Ddrbd_req.c71 void drbd_req_destroy(struct kref *kref) in drbd_req_destroy() function
317 kref_put(&req->kref, drbd_req_destroy); in drbd_req_put_completion_ref()
477 kref_put(&req->kref, drbd_req_destroy); in mod_rq_state()
499 kref_put(&req->kref, drbd_req_destroy); in mod_rq_state()
517 kref_put(&req->kref, drbd_req_destroy); in mod_rq_state()
1288 kref_put(&req->kref, drbd_req_destroy); in drbd_unplug()
1314 kref_put(&tmp->kref, drbd_req_destroy); in drbd_update_plug()
Ddrbd_req.h268 extern void drbd_req_destroy(struct kref *kref);
Ddrbd_debugfs.c324 if (kref_put(&req->kref, drbd_req_destroy)) in seq_print_resource_transfer_log_summary()
Ddrbd_main.c2280 kref_put(&req->kref, drbd_req_destroy); in do_retry()