Searched refs:lthread_objcache (Results 1 – 3 of 3) sorted by relevance
24 struct lthread_objcache { struct41 lthread_objcache *_lthread_objcache_create(const char *name, in _lthread_objcache_create() argument45 struct lthread_objcache *c = in _lthread_objcache_create()46 rte_malloc_socket(NULL, sizeof(struct lthread_objcache), in _lthread_objcache_create()76 _lthread_objcache_destroy(struct lthread_objcache *c) in _lthread_objcache_destroy()89 _lthread_objcache_alloc(struct lthread_objcache *c) in _lthread_objcache_alloc()124 _lthread_objcache_free(struct lthread_objcache *c, void *obj) in _lthread_objcache_free()
72 struct lthread_objcache *lthread_cache; /* free lthreads */73 struct lthread_objcache *stack_cache; /* free stacks */74 struct lthread_objcache *per_lthread_cache; /* free per lthread */75 struct lthread_objcache *tls_cache; /* free TLS */76 struct lthread_objcache *cond_cache; /* free cond vars */77 struct lthread_objcache *mutex_cache; /* free mutexes */
179 _objcache_display(DIAG_USED struct lthread_objcache *c) in _objcache_display()