Searched refs:reclaim (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRequestBuilder.h45 uint32* sequence, bool reclaim = false);
H A DRequestBuilder.cpp210 bool reclaim)
220 fRequest->Stream().AddBoolean(reclaim);
209 Lock(OpenState* state, LockInfo* lock, uint32* sequence, bool reclaim) argument
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c1008 * reclaim buffers from previously completed transmission.
1151 * Second part: reclaim buffers for completed transmissions.
1153 * If there are unclaimed buffers, attempt to reclaim them.
1154 * If we don't manage to reclaim them all, and TX IRQs are not in use,
1406 * call txsync and reclaim more completed TX buffers.
3774 int reclaim; local
3777 KASSERT(thresh >= 0, ("invalid threshold to reclaim"));
3784 reclaim = DESC_RECLAIMABLE(txq);
3786 if (reclaim <= thresh /* + MAX_TX_DESC(txq->ift_ctx) */) {
3789 printf("%s processed=%ju cleaned=%ju tx_nsegments=%d reclaim
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c1410 * o reclaim the tx queue data structures after calling
1411 * the 802.11 layer as we'll get called back to reclaim
1798 * particular we need to reclaim all references to
2736 * reclaim beacon resources
3466 * so it can reclaim all the mbufs in case of an error;
3480 reclaim:
3519 goto reclaim;
5128 * Drain the transmit queues and reclaim resources.

Completed in 109 milliseconds