Searched refs:drbd_destroy_connection (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/block/drbd/ |
| H A D | drbd_debugfs.c | 413 kref_put(&connection->kref, drbd_destroy_connection); in in_flight_summary_show() 555 &connection->kref, drbd_destroy_connection); in callback_history_open() 561 kref_put(&connection->kref, drbd_destroy_connection); in callback_history_release() 602 &connection->kref, drbd_destroy_connection); in connection_oldest_requests_open() 608 kref_put(&connection->kref, drbd_destroy_connection); in connection_oldest_requests_release()
|
| H A D | drbd_main.c | 346 kref_put(&thi->connection->kref, drbd_destroy_connection); in drbd_thread_setup() 403 kref_put(&thi->connection->kref, drbd_destroy_connection); in drbd_thread_start() 2195 kref_put(&peer_device->connection->kref, drbd_destroy_connection); in drbd_destroy_device() 2301 kref_put(&connection->kref, drbd_destroy_connection); in drbd_free_resource() 2616 void drbd_destroy_connection(struct kref *kref) in drbd_destroy_connection() function 2778 kref_put(&connection->kref, drbd_destroy_connection); in drbd_create_device()
|
| H A D | drbd_state.c | 274 kref_put(&connection->kref, drbd_destroy_connection); in forget_state_change() 2108 kref_put(&connection->kref, drbd_destroy_connection); in w_after_conn_state_ch()
|
| H A D | drbd_int.h | 1362 extern void drbd_destroy_connection(struct kref *kref);
|