Home
last modified time | relevance | path

Searched refs:recycled (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.h75 struct dpaa2_buf *recycled[DPAA2_SWP_BUFS_PER_CMD]; member
H A Ddpaa2_ni.c3183 ch->recycled[ch->recycled_n++] = buf; in dpaa2_ni_rx()
3191 buf = ch->recycled[i]; in dpaa2_ni_rx()
/freebsd/sys/kern/
H A Dvfs_subr.c4285 int recycled; in vrecycle() local
4288 recycled = vrecyclel(vp); in vrecycle()
4290 return (recycled); in vrecycle()
4299 int recycled; in vrecyclel() local
4304 recycled = 0; in vrecyclel()
4306 recycled = 1; in vrecyclel()
4309 return (recycled); in vrecyclel()
H A Duipc_usrreq.c4062 SYSCTL_INT(_net_local, OID_AUTO, recycled, CTLFLAG_RD, &unp_recycled, 0,
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dkeystone-netcp.txt146 recycled after Tx DMA completion.
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def396 "How often nodes in the ExplodedGraph should be recycled to save memory. "
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Ddgram-api.md330 its own management of such recycled buffers:
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c5023 goto recycled; in refill_fl()
5037 goto recycled; in refill_fl()
5066 recycled: in refill_fl()