Searched refs:reclaimed (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/ufs/ffs/
H A Dffs_balloc.c108 int gbflags, reclaimed; local
117 reclaimed = 0;
329 if (DOINGSOFTDEP(vp) && ++reclaimed == 1) {
414 if (DOINGSOFTDEP(vp) && ++reclaimed == 1) {
611 int gbflags, gbwflag, reclaimed; local
620 reclaimed = 0;
950 if (DOINGSOFTDEP(vp) && ++reclaimed == 1) {
1036 if (DOINGSOFTDEP(vp) && ++reclaimed == 1) {
H A Dffs_alloc.c161 uint64_t cg, reclaimed; local
181 reclaimed = 0;
221 if (reclaimed == 0 && (flags & IO_BUFLOCKED) == 0) {
222 reclaimed = 1;
230 if (reclaimed > 0 &&
265 uint64_t cg, request, reclaimed; local
294 reclaimed = 0;
448 if (reclaimed == 0 && (flags & IO_BUFLOCKED) == 0) {
449 reclaimed = 1;
465 if (reclaimed >
1122 int error, reclaimed; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c229 current->reclaim_state->reclaimed += sc->nr_to_scan;
/freebsd-current/sys/dev/cxgbe/
H A Dt4_netmap.c1113 u_int reclaimed = 0; local
1126 reclaimed += reclaim_nm_tx_desc(nm_txq);
1157 if (reclaimed || flags & NAF_FORCE_RECLAIM || nm_kr_txempty(kring)) {
1158 reclaimed += reclaim_nm_tx_desc(nm_txq);
1159 kring->nr_hwtail += reclaimed;
H A Dt4_sge.c6203 u_int can_reclaim, reclaimed; local
6208 reclaimed = 0;
6210 while (can_reclaim && reclaimed < n) {
6230 reclaimed += ndesc;
6235 return (reclaimed);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddnode.c1251 uint_t reclaimed = 0; local
1264 reclaimed++;
1268 return (reclaimed);
1641 uint_t reclaimed = local
1643 if (reclaimed > 0)
1645 reclaimed * sizeof (dnode_t));
/freebsd-current/sys/vm/
H A Dvm_page.c2701 * and only if it could be laundered or reclaimed by
2801 * is relocatable if and only if it could be laundered or reclaimed by
2842 * laundered or reclaimed by the page daemon.
3042 u_long count, minalign, reclaimed; local
3074 * reclaimed and added to the vm_phys buddy lists. Due to limitations
3136 * the number of reclaimed pages, "reclaimed", is at least
3137 * "min_reclaim". Reset "reclaimed" each time because each
3141 reclaimed = 0;
3148 reclaimed
[all...]
H A Dvm_reserv.c126 * A partially populated reservation can be broken and reclaimed at any time.
233 SYSCTL_COUNTER_U64(_vm_reserv, OID_AUTO, reclaimed, CTLFLAG_RD,
234 &vm_reserv_reclaimed, "Cumulative number of reclaimed reservations");
1159 * A locked reservation is likely being updated or reclaimed,
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c177 current->reclaim_state->reclaimed += size >> PAGE_SHIFT;
1359 * this may result in an empty slab which can be reclaimed once
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c1794 * Returns NULL if PV entries were reclaimed from the specified pmap.
1859 * given, a PV chunk is reclaimed from an arbitrary pmap. Otherwise, NULL is
1940 bool reclaimed; local
1964 for (reclaimed = false; avail < needed; avail += _NPCPV) {
1970 reclaimed = true;
1989 if (reclaimed)
2903 * that the related pte can not be reclaimed.
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c1190 bool reclaimed; local
1217 for (reclaimed = false; avail < needed; avail += _NPCPV) {
1223 reclaimed = true;
1241 if (reclaimed)
1366 * Returns NULL if PV entries were reclaimed from the specified pmap.
1600 * given, a PV chunk is reclaimed from an arbitrary pmap. Otherwise, NULL is
/freebsd-current/sys/net/
H A Diflib.c3940 int mcast_sent, pkt_sent, reclaimed; local
3948 reclaimed = iflib_completed_tx_reclaim(txq, RECLAIM_THRESH(ctx));
3949 rang = iflib_txd_db_check(txq, reclaimed && txq->ift_db_pending);
3975 * If we've reclaimed any packets this queue cannot be hung.
3977 if (reclaimed)
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c371 * ("asid_epoch") to indicate when it has reclaimed all previously allocated
3048 * Returns NULL if PV entries were reclaimed from the specified pmap.
3338 * given, a PV chunk is reclaimed from an arbitrary pmap. Otherwise, NULL is
3420 bool reclaimed; local
3444 for (reclaimed = false; avail < needed; avail += _NPCPV) {
3450 reclaimed = true;
3467 if (reclaimed)
5055 * that the related pte can not be reclaimed.
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c5261 * Returns NULL if PV entries were reclaimed from the specified pmap.
5569 * given, a PV chunk is reclaimed from an arbitrary pmap. Otherwise, NULL is
5683 bool reclaimed; local
5712 for (reclaimed = false; avail < needed; avail += _NPCPV) {
5718 reclaimed = true;
5738 if (reclaimed)
7139 * that the related pte can not be reclaimed.

Completed in 427 milliseconds