Searched refs:maxslot (Results 1 – 4 of 4) sorted by relevance
38 ipmi_sdr_add_from_sensors(struct ipmi_intf *intf, int maxslot);
315 ipmi_sdr_add_from_sensors(struct ipmi_intf *intf, int maxslot) in ipmi_sdr_add_from_sensors() argument331 if( maxslot != 0 ) { in ipmi_sdr_add_from_sensors()332 for (i = 0, slave_addr = 0xB0; i < maxslot; i++, slave_addr += 2) { in ipmi_sdr_add_from_sensors()
1420 rp->header.maxslot = n; in dtSplitPage()1426 rp->header.freecnt = rp->header.maxslot - fsi; in dtSplitPage()1569 for (fsi++; fsi < rp->header.maxslot; f++, fsi++) in dtSplitPage()1741 newstblindex = sp->header.maxslot; in dtExtendPage()1766 lv->length = sp->header.maxslot + newstblsize; in dtExtendPage()1771 sp->header.maxslot = n; in dtExtendPage()1794 for (fsi++; fsi < sp->header.maxslot; f++, fsi++) in dtExtendPage()1811 sp->header.freecnt += sp->header.maxslot - n; in dtExtendPage()1823 n = sp->header.maxslot >> 2; in dtExtendPage()1948 rp->header.maxslot = n; in dtSplitRoot()[all …]
190 u8 maxslot; /* 1: number of slots in page slot[] */ member