Searched refs:recycle (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h171 // void Callback::recycle(Node *Ptr);
209 recycle(atomic_load_relaxed(&MinSize), Cb);
218 recycle(0, Cb);
229 // RecycleMutex must be locked 1st since we grab CacheMutex within recycle.
248 void NOINLINE recycle(uptr MinSize, Callback Cb) { function in class:scudo::GlobalQuarantine
291 Cb.recycle(reinterpret_cast<Node *>(B->Batch[I]));
H A Dcombined.h57 void recycle(void *Ptr) { function in struct:scudo::Allocator::QuarantineCallback
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c475 remote_event_poll(&state->local->recycle);
617 /* Called by the recycle thread. */
1157 "%d: release_slot %d - recycle->%x",
1163 remote_event_signal(&state->remote->recycle);
2135 /* Called by the recycle thread */
2144 remote_event_wait(&local->recycle);
2485 local->recycle.event = &state->recycle_event;
2486 remote_event_create(&local->recycle);
3675 " %s: slots %d-%d tx_pos=%x recycle=%x",
H A Dvchiq_core.h368 REMOTE_EVENT_T recycle; member in struct:vchiq_shared_state_struct
434 /* Local implementation of the recycle remote event */

Completed in 89 milliseconds