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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/lockd/
H A Dxdr.h58 u32 reclaim; member in struct:nlm_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-hcd.c478 if (ehci->reclaim) {
620 ehci_dbg (ehci, "irq normal %ld err %ld reclaim %ld (lost %ld)\n",
621 ehci->stats.normal, ehci->stats.error, ehci->stats.reclaim,
667 ehci->reclaim = NULL;
847 COUNT (ehci->stats.reclaim);
958 && ehci->reclaim
962 for (last = ehci->reclaim;
963 last->reclaim;
964 last = last->reclaim)
967 last->reclaim
[all...]
H A Dehci-q.c1111 struct ehci_qh *qh = ehci->reclaim;
1119 qh_put (qh); // refcount from reclaim
1122 next = qh->reclaim;
1123 ehci->reclaim = next;
1125 qh->reclaim = NULL;
1144 ehci->reclaim = NULL;
1159 if (ehci->reclaim
1175 && !ehci->reclaim) {
1187 ehci->reclaim = qh = qh_get (qh);
1198 /* if (unlikely (qh->reclaim !
[all...]
H A Dehci.h29 unsigned long reclaim; member in struct:ehci_stats
93 * ehci_hcd: async, reclaim, periodic (and shadow), ...
115 struct ehci_qh *reclaim; member in struct:ehci_hcd
487 struct ehci_qh *reclaim; /* next to reclaim */ member in struct:ehci_qh
497 #define QH_STATE_UNLINK_WAIT 4 /* LINKED and on reclaim q */
H A Dehci-dbg.c465 if (ehci->reclaim && size > 0) {
470 for (qh = ehci->reclaim; size > 0 && qh; qh = qh->reclaim)
754 if (ehci->reclaim) {
755 temp = scnprintf (next, size, "reclaim qh %p%s\n",
756 ehci->reclaim,
764 "irq normal %ld err %ld reclaim %ld (lost %ld)\n",
765 ehci->stats.normal, ehci->stats.error, ehci->stats.reclaim,
H A Dehci-pci.c308 if (ehci->reclaim)
H A Dehci-hub.c57 if (ehci->reclaim)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dclntproc.c299 if (host->h_reclaiming && !argp->reclaim)
329 if (argp->reclaim) {
335 if (!argp->reclaim) {
564 * RECLAIM: Try to reclaim a lock
581 req->a_args.reclaim = 1;
587 printk(KERN_WARNING "lockd: failed to reclaim lock for pid %d "
H A Dsvc4proc.c124 if (nlmsvc_grace_period && !argp->reclaim) {
328 if (nlmsvc_grace_period && !argp->reclaim) {
431 * reclaim all locks we hold on this server.
H A Dsvcproc.c154 if (nlmsvc_grace_period && !argp->reclaim) {
360 if (nlmsvc_grace_period && !argp->reclaim) {
463 * reclaim all locks we hold on this server.
H A Dxdr.c261 argp->reclaim = ntohl(*p++);
451 *p++ = argp->reclaim? xdr_one : xdr_zero;
H A Dxdr4.c268 argp->reclaim = ntohl(*p++);
459 *p++ = argp->reclaim? xdr_one : xdr_zero;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dsge.c69 * Period of the Tx buffer reclaim timer. This timer does not need to run
270 * @q: the Tx queue to reclaim descriptors from
271 * @n: the number of descriptors to reclaim
306 * @q: the Tx queue to reclaim completed descriptors from
315 unsigned int reclaim = q->processed - q->cleaned; local
317 if (reclaim) {
318 free_tx_desc(adapter, q, reclaim);
319 q->cleaned += reclaim;
320 q->in_use -= reclaim;
1128 * reclaim_completed_tx_imm - reclaim complete
1137 unsigned int reclaim = q->processed - q->cleaned; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dsge.c80 * Period of the TX buffer reclaim timer. This timer does not need to run
1300 unsigned int reclaim = q->processed - q->cleaned; local
1302 if (reclaim) {
1305 free_cmdQ_buffers(sge, q, reclaim);
1306 q->cleaned += reclaim;
1973 * Callback for the Tx buffer reclaim timer. Runs with softirqs disabled.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_xdr.h195 unsigned char reclaim : 1; member in struct:nfs_lock_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dhead.S338 ;; Put this in a suitable section where we can reclaim storage
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_vnodeops.c3885 goto reclaim;
3932 * because we're gonna reclaim the inode anyway.
3936 goto reclaim;
3949 * So, just reclaim the inode.
3955 reclaim:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs4proc.c463 * reclaim state on the server after a reboot.
811 * reclaim state on the server after a network partition.
3323 static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int reclaim) argument
3336 if (reclaim != 0)
3337 data->arg.reclaim = 1;
H A Dnfs4xdr.c780 * opcode,type,reclaim,offset,length,new_lock_owner = 32
790 WRITE32(args->reclaim);

Completed in 133 milliseconds