Lines Matching defs:slot
332 unsigned int slot)
335 unsigned int shift = slot * RXRPC_MAXCALLS;
338 old = bundle->conns[slot];
340 bundle->conns[slot] = NULL;
353 bundle->conns[slot] = conn;
365 int slot = -1, i, usable;
376 else if (slot == -1)
377 slot = i;
395 return slot >= 0 ? rxrpc_add_conn_to_bundle(bundle, slot) : false;
465 unsigned int channel, slot;
481 slot = channel / RXRPC_MAXCALLS;
482 conn = bundle->conns[slot];
672 _debug("clear slot %u", bindex);