Home
last modified time | relevance | path

Searched refs:max_slots (Results 1 – 8 of 8) 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/contrib/ofed/libbnxtre/
H A Dmemory.h74 uint32_t max_slots; member
H A Dverbs.c1501 que->max_slots = qattr[indx].esize / que->stride; in bnxt_re_alloc_queues()
2204 if (unlikely(bnxt_re_is_que_full(rq, rq->max_slots) || in bnxt_re_post_recv()
2237 swque->slots = rq->max_slots; in bnxt_re_post_recv()
2241 bnxt_re_incr_tail(rq, rq->max_slots); in bnxt_re_post_recv()
/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.h402 int max_slots; member
H A Dvchiq_core.c2327 slot_zero->max_slots = VCHIQ_MAX_SLOTS; in vchiq_init_slots()
2393 (slot_zero->max_slots != VCHIQ_MAX_SLOTS) || in vchiq_init_state()
2407 if (slot_zero->max_slots != VCHIQ_MAX_SLOTS) in vchiq_init_state()
2410 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.c1495 int max_slots = spa_maxdnodesize(ztest_spa) >> DNODE_SHIFT; in ztest_random_dnodesize() local
1497 if (max_slots == DNODE_MIN_SLOTS) in ztest_random_dnodesize()
1505 ASSERT3U(max_slots, >, 4); in ztest_random_dnodesize()
1508 slots = 5 + ztest_random(max_slots - 4); in ztest_random_dnodesize()