Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/dpaa2/
HDdpaa2_channel.h75 struct dpaa2_buf *recycled[DPAA2_SWP_BUFS_PER_CMD]; member
HDdpaa2_ni.c3183 ch->recycled[ch->recycled_n++] = buf; in dpaa2_ni_rx()
3191 buf = ch->recycled[i]; in dpaa2_ni_rx()
/freebsd-14-stable/sys/kern/
HDvfs_subr.c4205 int recycled; in vrecycle() local
4208 recycled = vrecyclel(vp); in vrecycle()
4210 return (recycled); in vrecycle()
4219 int recycled; in vrecyclel() local
4224 recycled = 0; in vrecyclel()
4226 recycled = 1; in vrecyclel()
4229 return (recycled); in vrecyclel()
HDuipc_usrreq.c3087 SYSCTL_INT(_net_local, OID_AUTO, recycled, CTLFLAG_RD, &unp_recycled, 0,
/freebsd-14-stable/sys/contrib/device-tree/Bindings/net/
HDkeystone-netcp.txt146 recycled after Tx DMA completion.
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDAnalyzerOptions.def396 "How often nodes in the ExplodedGraph should be recycled to save memory. "
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_sge.c5017 goto recycled; in refill_fl()
5031 goto recycled; in refill_fl()
5060 recycled: in refill_fl()