n_connections    4914 drivers/block/drbd/drbd_nl.c 	       state_change->n_connections +
n_connections    4916 drivers/block/drbd/drbd_nl.c 	       state_change->n_devices * state_change->n_connections;
n_connections    4945 drivers/block/drbd/drbd_nl.c 	if (n < state_change->n_connections) {
n_connections    4950 drivers/block/drbd/drbd_nl.c 	n -= state_change->n_connections;
n_connections    4957 drivers/block/drbd/drbd_nl.c 	if (n < state_change->n_devices * state_change->n_connections) {
n_connections      43 drivers/block/drbd/drbd_state.c 			  unsigned int *n_connections)
n_connections      50 drivers/block/drbd/drbd_state.c 	*n_connections = 0;
n_connections      55 drivers/block/drbd/drbd_state.c 		(*n_connections)++;
n_connections      58 drivers/block/drbd/drbd_state.c static struct drbd_state_change *alloc_state_change(unsigned int n_devices, unsigned int n_connections, gfp_t gfp)
n_connections      65 drivers/block/drbd/drbd_state.c 	       n_connections * sizeof(struct drbd_connection_state_change) +
n_connections      66 drivers/block/drbd/drbd_state.c 	       n_devices * n_connections * sizeof(struct drbd_peer_device_state_change);
n_connections      71 drivers/block/drbd/drbd_state.c 	state_change->n_connections = n_connections;
n_connections      74 drivers/block/drbd/drbd_state.c 	state_change->peer_devices = (void *)&state_change->connections[n_connections];
n_connections      78 drivers/block/drbd/drbd_state.c 	for (n = 0; n < n_connections; n++)
n_connections      89 drivers/block/drbd/drbd_state.c 	unsigned int n_connections;
n_connections      98 drivers/block/drbd/drbd_state.c 	count_objects(resource, &n_devices, &n_connections);
n_connections      99 drivers/block/drbd/drbd_state.c 	state_change = alloc_state_change(n_devices, n_connections, gfp);
n_connections     181 drivers/block/drbd/drbd_state.c 	for (n = 0; n < state_change->n_connections; n++) {
n_connections     192 drivers/block/drbd/drbd_state.c 	for (n = 0; n < state_change->n_devices * state_change->n_connections; n++) {
n_connections     224 drivers/block/drbd/drbd_state.c 	for (n_connection = 0; n_connection < state_change->n_connections; n_connection++) {
n_connections     239 drivers/block/drbd/drbd_state.c 	n_peer_devices = state_change->n_devices * state_change->n_connections;
n_connections     269 drivers/block/drbd/drbd_state.c 	for (n = 0; n < state_change->n_connections; n++) {
n_connections    1632 drivers/block/drbd/drbd_state.c 	for (n_connection = 0; n_connection < state_change->n_connections; n_connection++) {
n_connections    1651 drivers/block/drbd/drbd_state.c 	n_peer_devices = state_change->n_devices * state_change->n_connections;
n_connections      36 drivers/block/drbd/drbd_state_change.h 	unsigned int n_connections;