Lines Matching defs:slots
94 log_rinfo(ls, "generation %u slots %d%s", gen, num_slots, line);
156 /* for any nodes that do not support slots, we will not have set memb->slot
158 assign slots or set ls_num_slots here */
186 /* node doesn't support slots */
220 /* fill in slots (offsets) that are used */
237 /* assign new slots from unused offsets */
508 struct dlm_slot *slots;
515 slots = kcalloc(num, sizeof(*slots), GFP_KERNEL);
516 if (!slots)
525 slots[i].nodeid = memb->nodeid;
526 slots[i].slot = memb->slot;
530 ls->ls_ops->recover_done(ls->ls_ops_arg, slots, num,
533 kfree(slots);