Lines Matching defs:connection
108 #define __drbd_printk_connection(level, connection, fmt, args...) \ argument
265 struct drbd_connection *connection; member
385 struct drbd_connection *connection; member
812 struct drbd_connection *connection; member
1009 struct drbd_connection *connection; member
1031 #define for_each_connection(connection, resource) \ argument
1034 #define for_each_connection_rcu(connection, resource) \ argument
1037 #define for_each_connection_safe(connection, tmp, resource) \ argument
1929 struct drbd_connection *connection = in drbd_device_post_work() local
1939 static inline void wake_asender(struct drbd_connection *connection) in wake_asender()
1945 static inline void request_ping(struct drbd_connection *connection) in request_ping()