HomeSort by: relevance | last modified time | path
    Searched defs:recycle (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
ipcio.cc 642 responseBufferPool->recycle (os);
736 BufferPool::recycle (IPCresponse *respB) function in class:BufferPool
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ipcio.cc 642 responseBufferPool->recycle (os);
736 BufferPool::recycle (IPCresponse *respB) function in class:BufferPool
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.cpp 967 TracePart* recycle = nullptr; local
969 // (not queued into the recycle queue).
976 recycle = trace->local_head;
977 trace->local_head = trace->parts.Next(recycle);
1029 if (recycle)
1030 ctx->trace_part_recycle.PushBack(recycle);
  /src/lib/libp2k/
p2k.c 41 * put out of its misery, it will set the recycle flag. We use this
1374 bool recycle = false; local
1407 rv = RUMP_VOP_INACTIVE(vp, &recycle);
1409 if (recycle) {
  /src/sys/kern/
vfs_vnode.c 81 * Recycle from a free list, via getnewvnode(9) -> getcleanvnode(9)
847 bool recycle, defer, objlock_held; local
1002 * deleted, then recycle the vnode.
1007 recycle = false;
1008 VOP_INACTIVE(vp, &recycle);
1009 if (!recycle) {
1020 if (recycle) {
1031 * Recycle the vnode if the file is now unused (unlinked).
1033 if (recycle) {
1177 * Recycle an unused vnode if caller holds the last reference
1868 bool recycle; local
2011 bool recycle; local
    [all...]
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 371 REMOTE_EVENT_T recycle; member in struct:vchiq_shared_state_struct
437 /* Local implementation of the recycle remote event */
  /src/sys/fs/puffs/
puffs_vnops.c 1278 bool recycle = false; local
1311 recycle = true;
1322 if (PUFFS_USE_FS_TTL(pmp) && !(vp->v_vflag & VV_ROOT) && !recycle) {
1329 recycle = true;
1332 if (!recycle && !reclaimqueued) {
1370 *ap->a_recycle = recycle;
  /src/external/mpl/bind/dist/lib/dns/
qp.c 727 recycle(dns_qp_t *qp) { function
745 LOG_STATS("qp recycle" PRItime "free %u chunks", time, nfree);
746 LOG_STATS("qp recycle leaf %u live %u used %u free %u hold %u",
1040 recycle(qp);
1068 recycle(qp);
1073 * letting compact+recycle fail repeatedly.
1078 "qp %p uctx \"%s\" compact/recycle "
1318 recycle(qp);

Completed in 43 milliseconds