Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/macio/
H A Daoa.c226 int max_slots, err; in aoa_chan_init() local
238 max_slots = 2 + dma->bufsz / dma->blksz; in aoa_chan_init()
240 max_slots, &dma->channel ); in aoa_chan_init()
/freebsd/sys/security/mac/
H A Dmac_framework.c174 SYSCTL_UINT(_security_mac, OID_AUTO, max_slots, CTLFLAG_RD, &mac_max_slots,
/freebsd/sys/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()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c501 const int max_slots = nitems(sc->_slots); in cpsw_add_slots() local
506 requested = max_slots; in cpsw_add_slots()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c1497 int max_slots = spa_maxdnodesize(ztest_spa) >> DNODE_SHIFT; in ztest_random_dnodesize() local
1499 if (max_slots == DNODE_MIN_SLOTS) in ztest_random_dnodesize()
1507 ASSERT3U(max_slots, >, 4); in ztest_random_dnodesize()
1510 slots = 5 + ztest_random(max_slots - 4); in ztest_random_dnodesize()