Lines Matching refs:caches
771 scheduler maintains its own caches of objects: lthreads, their stacks, TLS,
772 mutexes and condition variables. These caches are implemented as unbounded lock
774 caches on the local core (current EAL thread).
777 always safely free resources to the caches from which they originated (because
778 the caches are MPSC queues).
785 made from caches on the NUMA node on which the threads creator is running.
805 The per lcore object caches pre-allocate objects in bulk whenever a request to
808 header file lthread_api.h. This means that the caches constantly grow to meet
812 if system demand reduces. Thus the caches will remain at their maximum extent
823 that you do not expect to be exceeded. This means the caches will be populated
1201 check on the caches and queues. The function should only be called from the