Searched refs:max_slots (Results 1 – 5 of 5) sorted by relevance
168 SYSCTL_UINT(_security_mac, OID_AUTO, max_slots, CTLFLAG_RD, &mac_max_slots,
393 int max_slots; member
2308 slot_zero->max_slots = VCHIQ_MAX_SLOTS; in vchiq_init_slots()2374 (slot_zero->max_slots != VCHIQ_MAX_SLOTS) || in vchiq_init_state()2388 if (slot_zero->max_slots != VCHIQ_MAX_SLOTS) in vchiq_init_state()2391 (unsigned int)slot_zero, slot_zero->max_slots, in vchiq_init_state()
507 const int max_slots = nitems(sc->_slots); in cpsw_add_slots() local512 requested = max_slots; in cpsw_add_slots()
1297 int max_slots = spa_maxdnodesize(ztest_spa) >> DNODE_SHIFT; in ztest_random_dnodesize() local1299 if (max_slots == DNODE_MIN_SLOTS) in ztest_random_dnodesize()1307 ASSERT3U(max_slots, >, 4); in ztest_random_dnodesize()1310 slots = 5 + ztest_random(max_slots - 4); in ztest_random_dnodesize()