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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/lockd/
H A Dxdr.h65 u32 reclaim; member in struct:nlm_args
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/lockd/
H A Dxdr.h65 u32 reclaim; member in struct:nlm_args
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/siano/
H A Dsmssdio.c290 goto reclaim;
294 reclaim:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmssdio.c290 goto reclaim;
294 reclaim:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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) {

Completed in 190 milliseconds

123