Lines Matching defs:connection
109 #define __drbd_printk_connection(level, connection, fmt, args...) \ argument
266 struct drbd_connection *connection; member
386 struct drbd_connection *connection; member
813 struct drbd_connection *connection; member
1010 struct drbd_connection *connection; member
1032 #define for_each_connection(connection, resource) \ argument
1035 #define for_each_connection_rcu(connection, resource) \ argument
1038 #define for_each_connection_safe(connection, tmp, resource) \ argument
1930 struct drbd_connection *connection = in drbd_device_post_work() local
1940 static inline void wake_asender(struct drbd_connection *connection) in wake_asender()
1946 static inline void request_ping(struct drbd_connection *connection) in request_ping()