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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/lockd/
H A Dxdr.h65 u32 reclaim; member in struct:nlm_args
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-hcd.c350 if (ehci->reclaim
535 ehci_dbg (ehci, "irq normal %ld err %ld reclaim %ld (lost %ld)\n",
536 ehci->stats.normal, ehci->stats.error, ehci->stats.reclaim,
597 ehci->reclaim = NULL;
803 if (ehci->reclaim) {
804 COUNT(ehci->stats.reclaim);
807 ehci_dbg(ehci, "IAA with nothing to reclaim?\n");
932 if (!HC_IS_RUNNING(ehci_to_hcd(ehci)->state) && ehci->reclaim)
946 if (ehci->reclaim) {
949 for (last = ehci->reclaim;
[all...]
H A Dehci-q.c1160 struct ehci_qh *qh = ehci->reclaim;
1168 qh_put (qh); // refcount from reclaim
1171 next = qh->reclaim;
1172 ehci->reclaim = next;
1173 qh->reclaim = NULL;
1191 ehci->reclaim = NULL;
1206 if (ehci->reclaim
1217 && !ehci->reclaim) {
1229 ehci->reclaim = qh = qh_get (qh);
1241 /* if (unlikely (qh->reclaim !
[all...]
H A Dehci.h45 unsigned long reclaim; member in struct:ehci_stats
54 * ehci_hcd: async, reclaim, periodic (and shadow), ...
76 struct ehci_qh *reclaim; member in struct:ehci_hcd
334 struct ehci_qh *reclaim; /* next to reclaim */ member in struct:ehci_qh
352 #define QH_STATE_UNLINK_WAIT 4 /* LINKED and on reclaim q */
H A Doxu210hp.h301 struct ehci_qh *reclaim; /* next to reclaim */ member in struct:ehci_qh
311 #define QH_STATE_UNLINK_WAIT 4 /* LINKED and on reclaim q */
393 struct ehci_qh *reclaim; member in struct:oxu_hcd
H A Dehci-dbg.c539 if (ehci->reclaim && size > 0) {
544 for (qh = ehci->reclaim; size > 0 && qh; qh = qh->reclaim)
828 if (ehci->reclaim) {
829 temp = scnprintf(next, size, "reclaim qh %p\n", ehci->reclaim);
836 "irq normal %ld err %ld reclaim %ld (lost %ld)\n",
837 ehci->stats.normal, ehci->stats.error, ehci->stats.reclaim,
H A Doxu210hp-hcd.c1655 struct ehci_qh *qh = oxu->reclaim;
1662 qh_put(qh); /* refcount from reclaim */
1665 next = qh->reclaim;
1666 oxu->reclaim = next;
1668 qh->reclaim = NULL;
1687 oxu->reclaim = NULL;
1702 if (oxu->reclaim || (qh->qh_state != QH_STATE_LINKED
1711 && !oxu->reclaim) {
1722 oxu->reclaim = qh = qh_get(qh);
1733 /* if (unlikely(qh->reclaim !
[all...]
H A Dehci-au1xxx.c280 if (ehci->reclaim)
H A Dehci-mips.c242 if (ehci->reclaim)
H A Dehci-pci.c404 if (ehci->reclaim)
H A Dehci-hub.c296 if (ehci->reclaim)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_sync.c138 * Select the next per-ag structure to iterate during the walk. The reclaim
220 /* avoid new or reclaimable inodes. Leave for reclaim code to flush */
225 /* If we can't grab the inode, it must on it's way to reclaim. */
427 * reclaim of inodes to catch any that the above delwri flush skipped.
533 * Every sync period we need to unpin all items, reclaim inodes and sync
637 /* propagate the reclaim tag up into the perag radix tree */
678 /* clear the reclaim tag from the perag radix tree */
703 * lists the inode states and the reclaim actions necessary for non-blocking
704 * reclaim:
709 * bad - reclaim
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpage-flags.h37 * PG_referenced, PG_reclaim are used for page reclaim for anonymous and
237 PAGEFLAG(Reclaim, reclaim) TESTCLEARFLAG(Reclaim, reclaim)
238 PAGEFLAG(Readahead, reclaim) /* Reminder to do async read-ahead */
369 * The PG_reclaim bit would have to be used for reclaim or readahead
H A Dnfs_xdr.h280 unsigned char reclaim : 1; member in struct:nfs_lock_args
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmssdio.c290 goto reclaim;
294 reclaim:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dsvc4proc.c121 argp->reclaim);
316 if (locks_in_grace() && !argp->reclaim) {
H A Dsvcproc.c151 argp->reclaim));
348 if (locks_in_grace() && !argp->reclaim) {
H A Dclntproc.c271 if (host->h_reclaiming && !argp->reclaim)
301 if (argp->reclaim) {
307 if (!argp->reclaim) {
617 * RECLAIM: Try to reclaim a lock
634 req->a_args.reclaim = 1;
640 printk(KERN_WARNING "lockd: failed to reclaim lock for pid %d "
H A Dxdr.c259 argp->reclaim = ntohl(*p++);
447 *p++ = argp->reclaim? xdr_one : xdr_zero;
H A Dxdr4.c266 argp->reclaim = ntohl(*p++);
455 *p++ = argp->reclaim? xdr_one : xdr_zero;
H A Dsvclock.c366 struct nlm_cookie *cookie, int reclaim)
412 if (locks_in_grace() && !reclaim) {
416 if (reclaim && !locks_in_grace()) {
364 nlmsvc_lock(struct svc_rqst *rqstp, struct nlm_file *file, struct nlm_host *host, struct nlm_lock *lock, int wait, struct nlm_cookie *cookie, int reclaim) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_sdio.c1044 goto reclaim;
1049 goto reclaim;
1080 goto reclaim;
1108 reclaim:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dsge.c76 * Period of the Tx buffer reclaim timer. This timer does not need to run
278 * @q: the Tx queue to reclaim descriptors from
279 * @n: the number of descriptors to reclaim
314 * @q: the Tx queue to reclaim completed descriptors from
315 * @chunk: maximum number of descriptors to reclaim
325 unsigned int reclaim = q->processed - q->cleaned; local
327 reclaim = min(chunk, reclaim);
328 if (reclaim) {
329 free_tx_desc(adapter, q, reclaim);
1401 unsigned int reclaim = q->processed - q->cleaned; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dsge.c81 * Period of the TX buffer reclaim timer. This timer does not need to run
1270 unsigned int reclaim = q->processed - q->cleaned; local
1272 if (reclaim) {
1275 free_cmdQ_buffers(sge, q, reclaim);
1276 q->cleaned += reclaim;
1865 * Callback for the Tx buffer reclaim timer. Runs with softirqs disabled.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dsge.c324 * @q: the Tx queue to reclaim descriptors from
325 * @n: the number of descriptors to reclaim
368 * @q: the Tx queue to reclaim completed descriptors from
1006 * reclaim_completed_tx_imm - reclaim completed control-queue Tx descs
1016 int reclaim = hw_cidx - q->cidx; local
1018 if (reclaim < 0)
1019 reclaim += q->size;
1021 q->in_use -= reclaim;

Completed in 306 milliseconds

12