Home
last modified time | relevance | path

Searched refs:lthread_objcache (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_objcache.h24 struct lthread_objcache { struct
41 lthread_objcache *_lthread_objcache_create(const char *name, in _lthread_objcache_create() argument
45 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()
H A Dlthread_int.h72 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 */
H A Dlthread_diag.c179 _objcache_display(DIAG_USED struct lthread_objcache *c) in _objcache_display()