| /src/external/bsd/nsd/dist/ |
| region-allocator.h | 52 * If recycle is true, environmentally friendly memory recycling is be enabled. 59 int recycle); 138 * Recycle an allocated memory block. Pass size used to alloc it.
|
| region-allocator.c | 37 /* #define CHECK_DOUBLE_FREE 0 */ /* set to 1 to perform expensive check for double recycle() */ 79 * It is an array of linked lists of parts held for recycle. 83 /* amount of memory in recycle storage */ 152 int recycle) 170 if(recycle) { 300 /* put wasted part in recycle bin for later use */ 514 /* print details of the recycle bin */ 564 /* print details of the recycle bin */
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| ipcio.h | 139 void recycle (IPCresponse *);
|
| ipcio.cc | 642 responseBufferPool->recycle (os); 736 BufferPool::recycle (IPCresponse *respB) function in class:BufferPool
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| ipcio.h | 139 void recycle (IPCresponse *);
|
| ipcio.cc | 642 responseBufferPool->recycle (os); 736 BufferPool::recycle (IPCresponse *respB) function in class:BufferPool
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
| thompson.d | 99 recycle(t); 101 recycle(clist); 102 recycle(worklist); 501 recycle(t); 572 recycle(t); 574 recycle(clist); 575 recycle(worklist); 602 recycle(t); 618 recycle(t); 646 recycle(t) [all...] |
| /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...] |
| kern_lwp.c | 1251 lwp_free(struct lwp *l, bool recycle, bool last) 1351 * caller wants to recycle. 1365 if (!recycle)
|
| vnode_if.c | 1556 bool *recycle) 1564 a.a_recycle = recycle;
|
| /src/sys/rump/librump/rumpvfs/ |
| rumpvnode_if.c | 519 bool *recycle) 524 error = VOP_INACTIVE(vp, 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/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 */
|
| vchiq_core.c | 479 remote_event_poll(state, &state->local->recycle); 621 /* Called by the recycle thread. */ 1160 "%d: release_slot %d - recycle->%x", 1166 remote_event_signal(&state->remote->recycle); 2149 /* Called by the recycle thread */ 2158 remote_event_wait(state, &local->recycle); 2503 local->recycle.event = htole32(offsetof(VCHIQ_STATE_T, recycle_event)); 2504 remote_event_create(state, &local->recycle); 3698 " %s: slots %d-%d tx_pos=%x recycle=%x",
|
| /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;
|