MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ccp_queue_get_ring_space

Function ccp_queue_get_ring_space

freebsd/crypto/ccp/ccp.h:253–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253static inline unsigned
254ccp_queue_get_ring_space(struct ccp_queue *qp)
255{
256 struct ccp_softc *sc;
257
258 sc = qp->cq_softc;
259 return ((1 << sc->ring_size_order) - ccp_queue_get_active(qp) - 1);
260}

Callers 7

ccp_passthroughFunction · 0.85
ccp_sha_single_descFunction · 0.85
ccp_do_blkcipherFunction · 0.85
ccp_do_ghash_aadFunction · 0.85
ccp_do_gctrFunction · 0.85
ccp_do_ghash_finalFunction · 0.85
ccp_queue_reserve_spaceFunction · 0.85

Calls 1

ccp_queue_get_activeFunction · 0.85

Tested by

no test coverage detected