Searched refs:drbd_destroy_connection (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_debugfs.c | 411 kref_put(&connection->kref, drbd_destroy_connection); in in_flight_summary_show() 568 &connection->kref, drbd_destroy_connection); in callback_history_open() 574 kref_put(&connection->kref, drbd_destroy_connection); in callback_history_release() 615 &connection->kref, drbd_destroy_connection); in connection_oldest_requests_open() 621 kref_put(&connection->kref, drbd_destroy_connection); in connection_oldest_requests_release()
|
D | drbd_main.c | 370 kref_put(&thi->connection->kref, drbd_destroy_connection); in drbd_thread_setup() 427 kref_put(&thi->connection->kref, drbd_destroy_connection); in drbd_thread_start() 2254 kref_put(&peer_device->connection->kref, drbd_destroy_connection); in drbd_destroy_device() 2361 kref_put(&connection->kref, drbd_destroy_connection); in drbd_free_resource() 2732 void drbd_destroy_connection(struct kref *kref) in drbd_destroy_connection() function 2900 kref_put(&connection->kref, drbd_destroy_connection); in drbd_create_device()
|
D | drbd_state.c | 286 kref_put(&connection->kref, drbd_destroy_connection); in forget_state_change() 2112 kref_put(&connection->kref, drbd_destroy_connection); in w_after_conn_state_ch()
|
D | drbd_nl.c | 295 kref_put(&adm_ctx->connection->kref, &drbd_destroy_connection); in drbd_adm_finish() 576 kref_put(&connection->kref, drbd_destroy_connection); in _try_outdate_peer_async() 594 kref_put(&connection->kref, drbd_destroy_connection); in conn_try_outdate_peer_async()
|
D | drbd_int.h | 1456 extern void drbd_destroy_connection(struct kref *kref);
|