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

12

/freebsd-current/include/rpcsvc/
H A Dnlm_prot.x69 bool reclaim; /* used for recovering locks */
123 bool reclaim;
210 bool reclaim; /* used for recovering locks */
229 bool reclaim;
/freebsd-current/sys/nlm/
H A Dnlm_prot_server.c163 args4.reclaim = argp->reclaim;
272 args4.reclaim = argp->reclaim;
437 args4.reclaim = argp->reclaim;
458 args4.reclaim = argp->reclaim;
481 args4.reclaim = argp->reclaim;
[all...]
H A Dnlm_prot_xdr.c116 if (!xdr_bool(xdrs, &objp->reclaim))
205 if (!xdr_bool(xdrs, &objp->reclaim))
369 if (!xdr_bool(xdrs, &objp->reclaim))
410 if (!xdr_bool(xdrs, &objp->reclaim))
H A Dnlm_advlock.c78 int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim);
195 int flags, bool_t reclaim, bool_t unlock_vp)
308 svid, fhlen, &fh.fh_bytes, size, reclaim);
326 size, reclaim);
332 size, reclaim);
611 args1.reclaim = args->reclaim;
746 * reclaim.
761 int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim)
785 args.reclaim
194 nlm_advlock_internal(struct vnode *vp, void *id, int op, struct flock *fl, int flags, bool_t reclaim, bool_t unlock_vp) argument
758 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim) argument
[all...]
H A Dnlm_prot.h77 bool_t reclaim; member in struct:nlm_lockargs
135 bool_t reclaim; member in struct:nlm_shareargs
232 bool_t reclaim; member in struct:nlm4_lockargs
254 bool_t reclaim; member in struct:nlm4_shareargs
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h164 umem_reclaim_t *reclaim,
176 cp->cache_reclaim = reclaim;
160 umem_cache_create( const char *name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t *reclaim, void *priv, void *vmp, int cflags) argument
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkmem.h84 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags);
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h70 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags);
/freebsd-current/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c104 umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t *reclaim, void *callback_data, void *source, int cflags) argument
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h158 taskqid_t skc_taskqid; /* Slab reclaim task */
183 void *reclaim, void *priv, void *vmp, int flags);
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlock_proc.c395 * involved to ensure reclaim of locks after a crash of the "stateless"
521 arg4.reclaim = arg->reclaim;
544 arg4.reclaim = arg->reclaim;
994 syslog(LOG_DEBUG, "Reclaim: %s\n", (arg->reclaim ? "true" : "false"));
H A Dkern.c350 arg4.reclaim = 0;
375 arg.reclaim = 0;
H A Dtest.c326 arg.reclaim = 0;
/freebsd-current/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c210 PUFFSOP_SET(pops, dtfs, node, reclaim);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c158 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags)
/freebsd-current/tools/test/stress2/misc/
H A Dmountu.sh180 UFS/NFS/msdosfs reclaim vnode on rw->ro forced remount, and
/freebsd-current/sys/vm/
H A Dvm_kern.c220 bool wait, reclaim; local
225 reclaim = (pflags & VM_ALLOC_NORECLAIM) == 0;
231 if (m != NULL || tries == 0 || !reclaim)
1016 "set to generate request to reclaim uma caches");
/freebsd-current/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c1315 bool reclaim;
1364 * there is no command buffer to reclaim.
1367 reclaim = !(pkt->hdr.sequence & SEQ_RX_FRAME);
1368 if (reclaim && !pkt->hdr.group_id) {
1374 reclaim = false;
1392 if (reclaim) {
1403 * as we reclaim the driver command queue */
1576 * If not ready - will try to reclaim next time.
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_sge.c135 * Period of the Tx buffer reclaim timer. This timer does not need to run
363 * @q: the Tx queue to reclaim completed descriptors from
373 int reclaim = desc_reclaimable(q); local
379 if (reclaim < reclaim_min)
383 if (reclaim > 0) {
384 t3_free_tx_desc(qs, reclaim, queue);
385 q->cleaned += reclaim;
386 q->in_use -= reclaim;
391 return (reclaim);
941 * best effort attempt to reclaim descriptor
1872 unsigned int reclaim = q->processed - q->cleaned; local
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h529 * @reclaim: free packet until ssn. Returns a list of freed packets.
599 void (*reclaim)(struct iwl_trans *trans, int queue, int ssn, member in struct:iwl_trans_ops
1289 trans->ops->reclaim(trans, queue, ssn, skbs);
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c145 static taskq_t *spl_kmem_cache_taskq; /* Task queue for aging / reclaim */
169 * The Linux direct reclaim path uses this out of band value to
667 * reclaim cache object reclaim
668 * priv cache private data for ctor/dtor/reclaim
677 spl_kmem_ctor_t ctor, spl_kmem_dtor_t dtor, void *reclaim,
688 ASSERT(reclaim == NULL);
676 spl_kmem_cache_create(const char *name, size_t size, size_t align, spl_kmem_ctor_t ctor, spl_kmem_dtor_t dtor, void *reclaim, void *priv, void *vmp, int flags) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1292 void reclaim(const void *Memory) { function in class:clang::ento::CallEventManager
1426 Mgr.reclaim(this);
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clrpcops.c532 int reclaim, u_int32_t delegtype, struct ucred *cred, NFSPROC_T *p,
558 if (reclaim) {
600 reclaim != 0 && (nd->nd_flag & ND_NOMOREDATA) == 0)) {
683 if (reclaim != 0 && dp != NULL) {
695 if (!reclaim && (rflags & NFSV4OPEN_RESULTCONFIRM)) {
716 if (!reclaim && (rflags & NFSV4OPEN_RESULTCONFIRM) &&
1012 nfsrpc_setclient(struct nfsmount *nmp, struct nfsclclient *clp, int reclaim, argument
1149 if (error == 0 && reclaim == 0) {
4340 int reclaim, struct ucred *cred, NFSPROC_T *p, void *id, int flags)
4470 nfhp->nfh_len, lp, newone, reclaim, of
529 nfsrpc_openrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen, u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, u_int8_t *name, int namelen, struct nfscldeleg **dpp, int reclaim, u_int32_t delegtype, struct ucred *cred, NFSPROC_T *p, int syscred, int recursed) argument
4339 nfsrpc_advlock(vnode_t vp, off_t size, int op, struct flock *fl, int reclaim, struct ucred *cred, NFSPROC_T *p, void *id, int flags) argument
4631 nfsrpc_lock(struct nfsrv_descript *nd, struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen, struct nfscllockowner *lp, int newone, int reclaim, u_int64_t off, u_int64_t len, short type, struct ucred *cred, NFSPROC_T *p, int syscred) argument
5715 nfsrpc_layoutcommit(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim, uint64_t off, uint64_t len, uint64_t lastbyte, nfsv4stateid_t *stateidp, int layouttype, struct ucred *cred, NFSPROC_T *p) argument
5764 nfsrpc_layoutreturn(struct nfsmount *nmp, uint8_t *fh, int fhlen, int reclaim, int layouttype, uint32_t iomode, int layoutreturn, uint64_t offset, uint64_t len, nfsv4stateid_t *stateidp, struct ucred *cred, NFSPROC_T *p, uint32_t stat, uint32_t op, char *devid) argument
[all...]
H A Dnfs_clstate.c2112 * doing Opens and Locks with reclaim. If these fail, it deletes the
2153 * to do LayoutCommit Ops with reclaim == true later.
2204 * Now, mark all delegations "need reclaim".
2224 /* Search for a delegation to reclaim with the open */
2280 /* and reclaim all byte range locks */
2314 * an NFSERR_NOGRACE reply for the first "reclaim"
2317 * opens as best we can and then do a reclaim
2415 * an NFSERR_NOGRACE reply for the first "reclaim"
2418 * opens as best we can and then do a reclaim
2427 * Couldn't reclaim i
4508 nfscl_tryopen(struct nfsmount *nmp, vnode_t vp, u_int8_t *fhp, int fhlen, u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, u_int8_t *name, int namelen, struct nfscldeleg **ndpp, int reclaim, u_int32_t delegtype, struct ucred *cred, NFSPROC_T *p) argument
4546 nfscl_trylock(struct nfsmount *nmp, vnode_t vp, u_int8_t *fhp, int fhlen, struct nfscllockowner *nlp, int newone, int reclaim, u_int64_t off, u_int64_t len, short type, struct ucred *cred, NFSPROC_T *p) argument
[all...]
/freebsd-current/sys/net/
H A Diflib.c981 * reclaim buffers from previously completed transmission.
1124 * Second part: reclaim buffers for completed transmissions.
1126 * If there are unclaimed buffers, attempt to reclaim them.
1127 * If we don't manage to reclaim them all, and TX IRQs are not in use,
1379 * call txsync and reclaim more completed TX buffers.
3862 int reclaim; local
3865 KASSERT(thresh >= 0, ("invalid threshold to reclaim"));
3872 reclaim = DESC_RECLAIMABLE(txq);
3874 if (reclaim <= thresh /* + MAX_TX_DESC(txq->ift_ctx) */) {
3877 printf("%s processed=%ju cleaned=%ju tx_nsegments=%d reclaim
[all...]

Completed in 431 milliseconds

12