HomeSort by relevance Sort by last modified time
    Searched defs:reclaim (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
vio_util.h 49 * the user to reclaim and reuse the data buffer, as opposed to using
61 * reclaim function. The caller is returned a pointer to the pool which is
107 frtn_t reclaim; /* mblk reclaim routine */ member in struct:vio_mblk
  /onnv/onnv-gate/usr/src/cmd/rm/
rm.c 219 reclaim(void) function
246 (void) reclaim();
252 if (reclaim() != 0)
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
malloc.c 100 static int reclaim(Dblk, uint, int);
804 if (reclaim(oldblk, oldsize, 1) == -1) {
916 * reclaim(oldblk, oldsize, flag)
927 reclaim(Dblk oldblk, uint oldsize, int flag) function
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/vm/
xhat.h 134 void (*reclaim)(void *); member in struct:xblk_cache
seg_spt.c 871 * segment page cache and thus reclaim pplist synchronously
1735 int reclaim = 1; local
    [all...]
seg_vn.c 1545 int reclaim = 1; local
1800 int reclaim = 1; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
lufs.c 581 * current value of fs_reclaim. The reclaim thread could have
902 * Suspend the reclaim thread and force the delete thread to exit.
904 * work for reclaim to do so just suspend this thread until
956 * Allow the reclaim thread to continue.
985 int reclaim; local
1015 reclaim = 0;
1158 reclaim = FS_RECLAIM;
1209 * Start the reclaim thread, if necessary
1223 fs->fs_reclaim |= reclaim;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/hme/
hme.c 3125 int reclaim; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_subr.c 190 kstat_named_t reclaim; /* number of reclaims */ member in struct:clstat_debug
201 { "reclaim", KSTAT_DATA_UINT64 },
650 * Need to reclaim some memory, so step through the cache
659 * construct the reclaim list pointed to by cp. Note that
698 * If cp is empty, then there is nothing to reclaim here.
736 * The system is low on memory; go through and try to reclaim some from
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/dsw/
dsw_dev.c 170 * attempt to reclaim chunks, do not decrement the
172 * RECLAIM: reclaim all chunks before decrementing the used-by count
173 * INIT_OVR: decrement the used-by count only; do not reclaim chunks
177 #define RECLAIM 1
2289 int reclaim; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cpio/
cpio.c 163 static void reclaim(struct Lnk *l_p);
6004 reclaim(struct Lnk *p) function
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/nfs/
nfs4_kprot.h 790 bool_t reclaim; member in struct:LOCK4args
    [all...]
nfs4_clnt.h 184 kstat_named_t reclaim; /* number of reclaims */ member in struct:clstat4_debug
383 {TAG_LOCK_RECLAIM, "reclaim lock", \
    [all...]

Completed in 1440 milliseconds