Home
last modified time | relevance | path

Searched full:reclaim (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/freebsd/sys/nlm/
H A Dnlm_prot_server.c163 args4.reclaim = argp->reclaim; in nlm_lock_1_svc()
272 args4.reclaim = argp->reclaim; in nlm_lock_msg_1_svc()
437 args4.reclaim = argp->reclaim; in nlm_share_3_svc()
458 args4.reclaim = argp->reclaim; in nlm_unshare_3_svc()
481 args4.reclaim = argp->reclaim; in nlm_nm_lock_3_svc()
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) in nlm_advlock_internal() argument
308 svid, fhlen, &fh.fh_bytes, size, reclaim); in nlm_advlock_internal()
326 size, reclaim); in nlm_advlock_internal()
332 size, reclaim); in nlm_advlock_internal()
611 args1.reclaim = args->reclaim; in nlm_lock_rpc()
746 * reclaim. in nlm_record_lock()
761 int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim) in nlm_setlock() argument
785 args.reclaim = reclaim; in nlm_setlock()
826 * giving old clients a change to reclaim in nlm_setlock()
[all …]
H A Dnlm_prot_xdr.c116 if (!xdr_bool(xdrs, &objp->reclaim)) in xdr_nlm_lockargs()
205 if (!xdr_bool(xdrs, &objp->reclaim)) in xdr_nlm_shareargs()
369 if (!xdr_bool(xdrs, &objp->reclaim)) in xdr_nlm4_lockargs()
410 if (!xdr_bool(xdrs, &objp->reclaim)) in xdr_nlm4_shareargs()
H A Dnlm_prot.h77 bool_t reclaim; member
135 bool_t reclaim; member
232 bool_t reclaim; member
254 bool_t reclaim; member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c67 * with 4K pages) limits the amount of time spent attempting to reclaim ARC
137 * Return the amount of memory that can be consumed before reclaim will be
207 /* The arc is considered warm once reclaim has occurred */ in arc_shrinker_scan()
237 * When direct reclaim is observed it usually indicates a rapid in arc_shrinker_scan()
296 * direct-reclaim ARC shrinker. in arc_set_sys_free()
355 * reclaim from the arc. This is done to prevent kswapd from in arc_lowmem_init()
459 "Limit on number of pages that ARC shrinker can reclaim at once");
/freebsd/include/rpcsvc/
H A Dnlm_prot.x69 bool reclaim; /* used for recovering locks */ member
123 bool reclaim; member
210 bool reclaim; /* used for recovering locks */ member
229 bool reclaim; member
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c73 "Desired number of free pages below which ARC triggers reclaim");
86 * and reclaim some pages. in arc_available_memory()
100 * seek to calculate the total heap-size, and reclaim if more than in arc_available_memory()
167 * with ARC reclaim thread. in arc_lowmem()
/freebsd/sys/fs/nfs/
H A Dnfsv4_errstr.h70 "reclaim outside of grace",
71 "reclaim error at server",
72 "conflict on reclaim",
/freebsd/share/man/man9/
H A DVOP_INACTIVE.935 .Nd reclaim file system resources for a vnode
58 It can be used to reclaim space on the last close of an
H A Dzone.9337 When this flag is set, the system will not reclaim memory from the zone's
466 functions reclaim cached items from UMA zones, releasing unused memory.
478 Reclaim items only in excess of the zone's estimated working set size.
482 Reclaim all items from the unbounded cache.
485 Reclaim all cached items.
H A Dieee80211_crypto.9138 so it can reclaim resources.
190 is used to reclaim all keys in the global key table for a vap; it
H A Dieee80211.9360 Reclaim storage of a node allocated by
367 to reclaim it's private state.
384 Age, and potentially reclaim, resources associated with a node.
388 Reclaim all optional resources associated with a node.
H A Dieee80211_node.9122 the driver must reclaim the reference when frame processing is completed.
210 will reclaim a node when the last reference is reclaimed in
/freebsd/tests/sys/fs/fusefs/
H A Dforget.cc120 * Even though we don't reclaim FNAME and its entry is cacheable, we in TEST_F()
121 * should get two lookups because the reclaim of DNAME will invalidate in TEST_F()
140 /* Reclaim the directory, invalidating its children from namecache */ in TEST_F()
/freebsd/tools/regression/tmpfs/
H A Dt_vnode_leak36 # Verifies that vnodes are not leaked and that their reclaim operation works
38 # be recycled, which is what the reclaim operation does.
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_vnode_leak.sh31 "their reclaim operation works as expected: i.e.," \
33 "have to be recycled, which is what the reclaim" \
/freebsd/stand/libsa/
H A Dzalloc.c60 * If a standard allocation fails, the reclaim function will be called
63 * should not block but you can do that too in your reclaim function
64 * if you want. Reclaim does not function when z[n]xalloc() is used,
82 * znalloc() - allocate memory (without zeroing) from pool. Call reclaim
/freebsd/usr.sbin/nfsd/
H A Dstablerestart.568 empty or corrupted, the server returns NFSERR_NOGRACE for any reclaim
87 NFSERR_NOGRACE for all reclaim requests.
/freebsd/sys/net80211/
H A Dieee80211_ageq.c72 * and 802.11 frame then also reclaim a node reference from
136 * Drain/reclaim all frames from an ageq.
145 * Drain/reclaim frames associated with a specific node from an ageq.
/freebsd/share/doc/psd/15.yacc/
H A Dss740 When an error is found, for example, it may be necessary to reclaim parse tree storage,
80 These actions might attempt to reinitialize tables, reclaim symbol table space, etc.
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h164 umem_reclaim_t *reclaim, in umem_cache_create() argument
176 cp->cache_reclaim = reclaim; in umem_cache_create()
/freebsd/contrib/netbsd-tests/fs/puffs/
H A Dt_basic.c217 * Inactive/reclaim tests
261 atf_tc_set_md_var(tc, "descr", "inactive/reclaim gets called"); in ATF_TC_HEAD()
300 atf_tc_set_md_var(tc, "descr", "reclaim gets called only after " in ATF_TC_HEAD()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c134 static taskq_t *spl_kmem_cache_taskq; /* Task queue for aging / reclaim */
160 * The Linux direct reclaim path uses this out of band value to in kv_free()
317 * Reclaim empty slabs at the end of the partial list.
660 * reclaim cache object reclaim
661 * priv cache private data for ctor/dtor/reclaim
671 spl_kmem_ctor_t ctor, spl_kmem_dtor_t dtor, void *reclaim, in spl_kmem_cache_create() argument
682 ASSERT(reclaim == NULL); in spl_kmem_cache_create()
1381 /* Reclaim from the magazine and free all now empty slabs. */ in spl_kmem_cache_reap_now()
/freebsd/sbin/nvmecontrol/modules/samsung/
H A Dsamsung.c56 uint64_t rrc; /* Read Reclaim Count */
146 printf(" Read Reclaim Count : %ju\n", (uintmax_t) le64dec(&temp->rrc)); in print_samsung_extended_smart()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h157 taskqid_t skc_taskqid; /* Slab reclaim task */
182 void *reclaim, void *priv, void *vmp, int flags);

12345678910>>...12