RXRPC_MAXCALLS 30 include/rxrpc/packet.h #define RXRPC_CHANNELMASK (RXRPC_MAXCALLS-1) /* mask for channel ID */ RXRPC_MAXCALLS 32 include/rxrpc/packet.h #define RXRPC_CIDSHIFT ilog2(RXRPC_MAXCALLS) /* shift for connection ID */ RXRPC_MAXCALLS 466 net/rxrpc/ar-call.c case 2 ... RXRPC_MAXCALLS - 1: RXRPC_MAXCALLS 472 net/rxrpc/ar-call.c case RXRPC_MAXCALLS: RXRPC_MAXCALLS 209 net/rxrpc/ar-connection.c conn->avail_calls = RXRPC_MAXCALLS; RXRPC_MAXCALLS 359 net/rxrpc/ar-connection.c conn->avail_calls = RXRPC_MAXCALLS - 1; RXRPC_MAXCALLS 390 net/rxrpc/ar-connection.c for (chan = 0; chan < RXRPC_MAXCALLS; chan++) RXRPC_MAXCALLS 450 net/rxrpc/ar-connection.c ASSERTCMP(conn->avail_calls, <, RXRPC_MAXCALLS); RXRPC_MAXCALLS 464 net/rxrpc/ar-connection.c ASSERTCMP(conn->avail_calls, ==, RXRPC_MAXCALLS); RXRPC_MAXCALLS 465 net/rxrpc/ar-connection.c conn->avail_calls = RXRPC_MAXCALLS - 1; RXRPC_MAXCALLS 524 net/rxrpc/ar-connection.c candidate->avail_calls = RXRPC_MAXCALLS; RXRPC_MAXCALLS 566 net/rxrpc/ar-connection.c for (chan = 0; chan < RXRPC_MAXCALLS; chan++) RXRPC_MAXCALLS 585 net/rxrpc/ar-connection.c ASSERTCMP(conn->avail_calls, <, RXRPC_MAXCALLS); RXRPC_MAXCALLS 193 net/rxrpc/ar-connevent.c for (loop = 0; loop < RXRPC_MAXCALLS; loop++) RXRPC_MAXCALLS 249 net/rxrpc/ar-internal.h struct rxrpc_call *channels[RXRPC_MAXCALLS]; /* channels (active calls) */