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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/lockd/
H A Dxdr.h53 u32 reclaim; member in struct:nlm_args
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/lockd/
H A Dxdr.h53 u32 reclaim; member in struct:nlm_args
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-hcd.c264 if (ehci->reclaim) {
395 ehci->reclaim = 0;
618 ehci_dbg (ehci, "irq normal %ld err %ld reclaim %ld (lost %ld)\n",
619 ehci->stats.normal, ehci->stats.error, ehci->stats.reclaim,
789 COUNT (ehci->stats.reclaim);
889 && ehci->reclaim
894 for (last = ehci->reclaim;
895 last->reclaim;
896 last = last->reclaim)
899 last->reclaim
[all...]
H A Dehci.h29 unsigned long reclaim; member in struct:ehci_stats
38 * ehci_hcd: async, reclaim, periodic (and shadow), ...
54 struct ehci_qh *reclaim; member in struct:ehci_hcd
365 struct ehci_qh *reclaim; /* next to reclaim */ member in struct:ehci_qh
374 #define QH_STATE_UNLINK_WAIT 4 /* LINKED and on reclaim q */
H A Dehci-q.c981 struct ehci_qh *qh = ehci->reclaim;
989 qh_put (ehci, qh); // refcount from reclaim
992 next = qh->reclaim;
993 ehci->reclaim = next;
995 qh->reclaim = 0;
1014 ehci->reclaim = 0;
1028 if (ehci->reclaim
1052 ehci->reclaim = qh = qh_get (qh);
1063 /* if (unlikely (qh->reclaim != 0))
1120 else if (!ehci->reclaim
[all...]
H A Dehci-dbg.c459 if (ehci->reclaim && size > 0) {
464 for (qh = ehci->reclaim; size > 0 && qh; qh = qh->reclaim)
656 if (ehci->reclaim) {
657 temp = snprintf (next, size, "reclaim qh %p%s\n",
658 ehci->reclaim,
666 "irq normal %ld err %ld reclaim %ld (lost %ld)\n",
667 ehci->stats.normal, ehci->stats.error, ehci->stats.reclaim,
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/lockd/
H A Dclntproc.c259 if (host->h_reclaiming && !argp->reclaim) {
290 if (argp->reclaim) {
473 * RECLAIM: Try to reclaim a lock
490 req->a_args.reclaim = 1;
496 printk(KERN_WARNING "lockd: failed to reclaim lock for pid %d "
H A Dsvc4proc.c133 if (nlmsvc_grace_period && !argp->reclaim) {
324 if (nlmsvc_grace_period && !argp->reclaim) {
429 * reclaim all locks we hold on this server.
H A Dsvcproc.c161 if (nlmsvc_grace_period && !argp->reclaim) {
352 if (nlmsvc_grace_period && !argp->reclaim) {
457 * reclaim all locks we hold on this server.
H A Dxdr.c280 argp->reclaim = ntohl(*p++);
471 *p++ = argp->reclaim? xdr_one : xdr_zero;
H A Dxdr4.c286 argp->reclaim = ntohl(*p++);
477 *p++ = argp->reclaim? xdr_one : xdr_zero;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dhead.S330 ;; Put this in a suitable section where we can reclaim storage

Completed in 61 milliseconds