Home
last modified time | relevance | path

Searched refs:max_slots (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/security/mac/
H A Dmac_framework.c168 SYSCTL_UINT(_security_mac, OID_AUTO, max_slots, CTLFLAG_RD, &mac_max_slots,
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h393 int max_slots; member
H A Dvchiq_core.c2308 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()
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpsw.c507 const int max_slots = nitems(sc->_slots); in cpsw_add_slots() local
512 requested = max_slots; in cpsw_add_slots()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1297 int max_slots = spa_maxdnodesize(ztest_spa) >> DNODE_SHIFT; in ztest_random_dnodesize() local
1299 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()