Symbol: reclaim
bin/ksh/main.c
27
static void reclaim ARGS((void));
bin/ksh/main.c
609
reclaim();
bin/ksh/main.c
685
reclaim();
lib/libp2k/p2k.c
322
PUFFSOP_SET(pops, p2k, node, reclaim);
lib/libperfuse/perfuse.c
514
PUFFSOP_SET(pops, perfuse, node, reclaim);
lib/libpuffs/null.c
189
PUFFSOP_SET(pops, puffs_genfs, node, reclaim);
lib/libpuffs/puffs.c
96
FILLOP(reclaim, RECLAIM);
lib/librefuse/refuse.c
1249
PUFFSOP_SET(pops, puffs_fuse, node, reclaim);
regress/sys/uvm/pdsim/lirs.c
236
reclaim();
sbin/mount_portal/puffs_portal.c
450
PUFFSOP_SET(pops, portal, node, reclaim);
sys/dev/ic/ath.c
1391
goto reclaim;
sys/dev/ic/ath.c
1464
reclaim:
sys/dev/pci/cxgb/cxgb_sge.c
1392
unsigned int reclaim = q->processed - q->cleaned;
sys/dev/pci/cxgb/cxgb_sge.c
1396
q->in_use -= reclaim;
sys/dev/pci/cxgb/cxgb_sge.c
1397
q->cleaned += reclaim;
sys/dev/pci/cxgb/cxgb_sge.c
188
int reclaimed, reclaim = desc_reclaimable(q);
sys/dev/pci/cxgb/cxgb_sge.c
192
if (reclaim > 0) {
sys/dev/pci/cxgb/cxgb_sge.c
193
n = free_tx_desc(q, uimin(reclaim, nbufs), mvec);
sys/dev/pci/cxgb/cxgb_sge.c
194
reclaimed = uimin(reclaim, nbufs);
sys/fs/nfs/client/nfs_clrpcops.c
3668
int reclaim, struct ucred *cred, NFSPROC_T *p, void *id, int flags)
sys/fs/nfs/client/nfs_clrpcops.c
3798
nfhp->nfh_len, lp, newone, reclaim, off,
sys/fs/nfs/client/nfs_clrpcops.c
381
int reclaim, u_int32_t delegtype, struct ucred *cred, NFSPROC_T *p,
sys/fs/nfs/client/nfs_clrpcops.c
3961
int reclaim, u_int64_t off, u_int64_t len, short type, struct ucred *cred,
sys/fs/nfs/client/nfs_clrpcops.c
3974
*tl++ = txdr_unsigned(reclaim);
sys/fs/nfs/client/nfs_clrpcops.c
404
if (reclaim) {
sys/fs/nfs/client/nfs_clrpcops.c
5024
nfsrpc_layoutcommit(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim,
sys/fs/nfs/client/nfs_clrpcops.c
5041
if (reclaim != 0)
sys/fs/nfs/client/nfs_clrpcops.c
5083
nfsrpc_layoutreturn(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim,
sys/fs/nfs/client/nfs_clrpcops.c
5095
if (reclaim != 0)
sys/fs/nfs/client/nfs_clrpcops.c
519
if (!reclaim && (rflags & NFSV4OPEN_RESULTCONFIRM)) {
sys/fs/nfs/client/nfs_clrpcops.c
540
if (!reclaim && (rflags & NFSV4OPEN_RESULTCONFIRM) &&
sys/fs/nfs/client/nfs_clrpcops.c
822
nfsrpc_setclient(struct nfsmount *nmp, struct nfsclclient *clp, int reclaim,
sys/fs/nfs/client/nfs_clrpcops.c
862
if (error == 0 && reclaim == 0) {
sys/fs/nfs/client/nfs_clstate.c
4079
int reclaim, u_int32_t delegtype, struct ucred *cred, NFSPROC_T *p)
sys/fs/nfs/client/nfs_clstate.c
4085
mode, op, name, namelen, ndpp, reclaim, delegtype, cred, p,
sys/fs/nfs/client/nfs_clstate.c
4095
newfhlen, mode, op, name, namelen, ndpp, reclaim,
sys/fs/nfs/client/nfs_clstate.c
4111
int fhlen, struct nfscllockowner *nlp, int newone, int reclaim,
sys/fs/nfs/client/nfs_clstate.c
4119
reclaim, off, len, type, cred, p, 0);
sys/fs/nfs/client/nfs_clstate.c
4131
newone, reclaim, off, len, type, cred, p, 1);
sys/fs/nfs/nlm/nlm_advlock.c
198
int flags, bool_t reclaim, bool_t unlock_vp)
sys/fs/nfs/nlm/nlm_advlock.c
310
svid, fhlen, &fh.fh_bytes, size, reclaim);
sys/fs/nfs/nlm/nlm_advlock.c
328
size, reclaim);
sys/fs/nfs/nlm/nlm_advlock.c
334
size, reclaim);
sys/fs/nfs/nlm/nlm_advlock.c
613
args1.reclaim = args->reclaim;
sys/fs/nfs/nlm/nlm_advlock.c
763
int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim)
sys/fs/nfs/nlm/nlm_advlock.c
787
args.reclaim = reclaim;
sys/fs/nfs/nlm/nlm_advlock.c
81
int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim);
sys/fs/nfs/nlm/nlm_advlock.c
948
if (!error && !reclaim) {
sys/fs/nfs/nlm/nlm_prot.h
138
bool_t reclaim;
sys/fs/nfs/nlm/nlm_prot.h
235
bool_t reclaim;
sys/fs/nfs/nlm/nlm_prot.h
257
bool_t reclaim;
sys/fs/nfs/nlm/nlm_prot.h
80
bool_t reclaim;
sys/fs/nfs/nlm/nlm_prot_impl.c
1999
if (time_uptime < nlm_grace_threshold && !argp->reclaim) {
sys/fs/nfs/nlm/nlm_prot_server.c
167
args4.reclaim = argp->reclaim;
sys/fs/nfs/nlm/nlm_prot_server.c
276
args4.reclaim = argp->reclaim;
sys/fs/nfs/nlm/nlm_prot_server.c
441
args4.reclaim = argp->reclaim;
sys/fs/nfs/nlm/nlm_prot_server.c
462
args4.reclaim = argp->reclaim;
sys/fs/nfs/nlm/nlm_prot_server.c
485
args4.reclaim = argp->reclaim;
sys/fs/nfs/nlm/nlm_prot_xdr.c
123
if (!xdr_bool(xdrs, &objp->reclaim))
sys/fs/nfs/nlm/nlm_prot_xdr.c
212
if (!xdr_bool(xdrs, &objp->reclaim))
sys/fs/nfs/nlm/nlm_prot_xdr.c
376
if (!xdr_bool(xdrs, &objp->reclaim))
sys/fs/nfs/nlm/nlm_prot_xdr.c
417
if (!xdr_bool(xdrs, &objp->reclaim))
sys/fs/puffs/puffs_vnops.c
1380
PUFFS_MSG_VARS(vn, reclaim);
sys/fs/puffs/puffs_vnops.c
1385
PUFFS_MSG_ALLOC(vn, reclaim);
sys/fs/puffs/puffs_vnops.c
1391
PUFFS_MSG_RELEASE(reclaim);
sys/ufs/lfs/lfs_pages.c
429
bool seglocked, sync, pagedaemon, reclaim;
sys/ufs/lfs/lfs_pages.c
443
reclaim = (ap->a_flags & PGO_RECLAIM) != 0;
sys/ufs/lfs/lfs_pages.c
493
if (!sync && !reclaim &&
tests/fs/puffs/h_dtfs/dtfs.c
210
PUFFSOP_SET(pops, dtfs, node, reclaim);
usr.sbin/puffs/mount_9p/ninepuffs.c
242
PUFFSOP_SET(pops, puffs9p, node, reclaim);
usr.sbin/puffs/mount_psshfs/psshfs.c
272
PUFFSOP_SET(pops, psshfs, node, reclaim);
usr.sbin/puffs/mount_psshfs/subr.c
530
nukenode(struct puffs_node *node, const char *entryname, int reclaim)
usr.sbin/puffs/mount_psshfs/subr.c
546
if (reclaim)
usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
291
PUFFSOP_SET(pops, puffs_genfs, node, reclaim);
usr.sbin/rpc.lockd/lock_proc.c
456
arg4.reclaim = arg->reclaim;
usr.sbin/rpc.lockd/lock_proc.c
479
arg4.reclaim = arg->reclaim;
usr.sbin/rpc.lockd/lockd_lock.c
221
if (grace_expired == 0 && lckarg->reclaim == 0)
usr.sbin/rpc.lockd/test.c
361
arg.reclaim = 0;