Searched refs:max_slots (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/sound/macio/ |
H A D | aoa.c | 226 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 D | mac_framework.c | 174 SYSCTL_UINT(_security_mac, OID_AUTO, max_slots, CTLFLAG_RD, &mac_max_slots,
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_core.h | 393 int max_slots; member
|
H A D | vchiq_core.c | 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()
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpsw.c | 501 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 D | ztest.c | 1497 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()
|