Lines Matching defs:slots
93 log_rinfo(ls, "generation %u slots %d%s", gen, num_slots, line);
160 /* for any nodes that do not support slots, we will not have set memb->slot
162 assign slots or set ls_num_slots here */
190 /* node doesn't support slots */
224 /* fill in slots (offsets) that are used */
241 /* assign new slots from unused offsets */
484 struct dlm_slot *slots;
491 slots = kcalloc(num, sizeof(*slots), GFP_KERNEL);
492 if (!slots)
501 slots[i].nodeid = memb->nodeid;
502 slots[i].slot = memb->slot;
506 ls->ls_ops->recover_done(ls->ls_ops_arg, slots, num,
509 kfree(slots);