| /f-stack/app/micro_thread/ |
| H A D | mt_cache.cpp | 165 void rw_cache_init(TRWCache* cache, TSkBuffMng* pool) in rw_cache_init() 173 void rw_cache_destroy(TRWCache* cache) in rw_cache_destroy() 243 void cache_skip_data(TRWCache* cache, uint32_t len) in cache_skip_data() 260 TSkBuffer* cache_skip_first_buffer(TRWCache* cache) in cache_skip_first_buffer() 394 int32_t cache_tcp_recv(TRWCache* cache, uint32_t fd) in cache_tcp_recv() 541 TRWCache* cache = (TRWCache*)multi; in get_data_len() local 551 TRWCache* cache = (TRWCache*)multi; in get_block_count() local 561 TRWCache* cache = (TRWCache*)multi; in get_first_block() local 571 TRWCache* cache = (TRWCache*)multi; in get_next_block() local 603 TRWCache* cache = (TRWCache*)multi; in read_cache_data() local [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_kmem.c | 145 struct kmem_cache *cache = private; in kmem_std_constructor() local 153 struct kmem_cache *cache = private; in kmem_std_destructor() local 163 kmem_cache_t *cache; in kmem_cache_create() local 185 kmem_cache_destroy(kmem_cache_t *cache) in kmem_cache_destroy() 194 kmem_cache_alloc(kmem_cache_t *cache, int flags) in kmem_cache_alloc() 209 kmem_cache_free(kmem_cache_t *cache, void *buf) in kmem_cache_free() 243 kmem_cache_reap_soon(kmem_cache_t *cache) in kmem_cache_reap_soon() 308 spl_kmem_cache_inuse(kmem_cache_t *cache) in spl_kmem_cache_inuse() 314 spl_kmem_cache_entry_size(kmem_cache_t *cache) in spl_kmem_cache_entry_size()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_file_cache.c | 89 ngx_http_file_cache_t *cache; in ngx_http_file_cache_init() local 202 ngx_http_file_cache_t *cache; in ngx_http_file_cache_create() local 272 ngx_http_file_cache_t *cache; in ngx_http_file_cache_open() local 406 ngx_http_file_cache_t *cache; in ngx_http_file_cache_lock() local 486 ngx_http_file_cache_t *cache; in ngx_http_file_cache_lock_wait() local 1210 ngx_http_file_cache_t *cache; in ngx_http_file_cache_reopen() local 1309 ngx_http_file_cache_t *cache; in ngx_http_file_cache_update_variant() local 1364 ngx_http_file_cache_t *cache; in ngx_http_file_cache_update() local 1618 ngx_http_file_cache_t *cache; in ngx_http_file_cache_free() local 2089 ngx_http_file_cache_t *cache; in ngx_http_file_cache_manage_file() local [all …]
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_open_file_cache.c | 60 ngx_open_file_cache_t *cache; in ngx_open_file_cache_init() local 91 ngx_open_file_cache_t *cache = data; in ngx_open_file_cache_cleanup() local 144 ngx_open_cached_file(ngx_open_file_cache_t *cache, ngx_str_t *name, in ngx_open_cached_file() 954 ngx_open_file_add_event(ngx_open_file_cache_t *cache, in ngx_open_file_add_event() 1032 ngx_close_cached_file(ngx_open_file_cache_t *cache, in ngx_close_cached_file() 1095 ngx_expire_old_cached_files(ngx_open_file_cache_t *cache, ngx_uint_t n, in ngx_expire_old_cached_files() 1187 ngx_open_file_lookup(ngx_open_file_cache_t *cache, ngx_str_t *name, in ngx_open_file_lookup()
|
| H A D | ngx_open_file_cache.h | 103 ngx_open_file_cache_t *cache; member 119 ngx_open_file_cache_t *cache; member
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/os/linux/ |
| H A D | zpool_vdev_os.c | 269 check_slice(const char *path, blkid_cache cache, int force, boolean_t isspare) in check_slice() 314 check_disk(const char *path, blkid_cache cache, int force, in check_disk() 396 blkid_cache cache; in check_device() local
|
| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | fib.lua | 14 function cache(f) function
|
| /f-stack/dpdk/lib/librte_mempool/ |
| H A D | rte_mempool.h | 1260 rte_mempool_cache_flush(struct rte_mempool_cache *cache, in rte_mempool_cache_flush() 1286 unsigned int n, struct rte_mempool_cache *cache) in __mempool_generic_put() 1345 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_generic_put() 1370 struct rte_mempool_cache *cache; in rte_mempool_put_bulk() local 1410 unsigned int n, struct rte_mempool_cache *cache) in __mempool_generic_get() 1488 unsigned int n, struct rte_mempool_cache *cache) in rte_mempool_generic_get() 1523 struct rte_mempool_cache *cache; in rte_mempool_get_bulk() local
|
| H A D | rte_mempool.c | 732 mempool_cache_init(struct rte_mempool_cache *cache, uint32_t size) in mempool_cache_init() 747 struct rte_mempool_cache *cache; in rte_mempool_cache_create() local 774 rte_mempool_cache_free(struct rte_mempool_cache *cache) in rte_mempool_cache_free() 1168 const struct rte_mempool_cache *cache; in mempool_audit_cache() local
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_hp.c | 190 ck_hp_member_cache(struct ck_hp *global, void **cache, unsigned int *n_hazards) in ck_hp_member_cache() 226 void **cache, *marker, *match; in ck_hp_reclaim() local
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 794 cache_bucket_unload_alloc(uma_cache_t cache) in cache_bucket_unload_alloc() 801 cache_bucket_unload_free(uma_cache_t cache) in cache_bucket_unload_free() 808 cache_bucket_unload_cross(uma_cache_t cache) in cache_bucket_unload_cross() 1188 uma_cache_t cache; in cache_drain() local 1237 uma_cache_t cache; in cache_drain_safe_cpu() local 3412 uma_cache_t cache; in uma_zalloc_smr() local 3436 uma_cache_t cache; in uma_zalloc_arg() local 4138 uma_cache_t cache; in uma_zfree_smr() local 4186 uma_cache_t cache; in uma_zfree_arg() local 5090 uma_cache_t cache; local [all …]
|
| H A D | uma_int.h | 290 cache_set_uz_flags(uma_cache_t cache, uint32_t flags) in cache_set_uz_flags() 297 cache_set_uz_size(uma_cache_t cache, uint32_t size) in cache_set_uz_size() 304 cache_uz_flags(uma_cache_t cache) in cache_uz_flags() 311 cache_uz_size(uma_cache_t cache) in cache_uz_size()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | rtree_tsd.h | 43 rtree_ctx_cache_elm_t cache[RTREE_CTX_NCACHE]; member
|
| /f-stack/dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_usd.h | 37 uint32_t cache; member
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | sad.c | 84 struct ipsec_sad_cache *cache; in ipsec_sad_lcore_cache_init() local
|
| H A D | sad.h | 78 struct ipsec_sad_cache *cache; in sad_lookup() local
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mr.h | 72 struct mr_cache_entry cache[MLX5_MR_CACHE_N]; /* Cache for top-half. */ member 82 struct mlx5_mr_btree cache; /* Global MR cache table. */ member
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_rtsym.c | 49 nfp_rtsym_sw_entry_init(struct nfp_rtsym_table *cache, uint32_t strtab_size, in nfp_rtsym_sw_entry_init() 121 struct nfp_rtsym_table *cache; in __nfp_rtsym_table_read() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | rtree.c | 311 rtree_ctx_cache_elm_t *cache = &ctx->cache[i]; in rtree_ctx_data_init() local 316 rtree_ctx_cache_elm_t *cache = &ctx->l2_cache[i]; in rtree_ctx_data_init() local
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 1047 avl_tree_t *cache, const char *path, const char *name, int order) in zpool_find_import_scan_add_slice() 1076 avl_tree_t *cache, const char *dir, int order) in zpool_find_import_scan_dir() 1119 avl_tree_t *cache, const char *dir, int order) in zpool_find_import_scan_path() 1166 avl_tree_t *cache; in zpool_find_import_scan() local 1237 avl_tree_t *cache; in zpool_find_import_impl() local
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_upstream_keepalive_module.c | 18 ngx_queue_t cache; member 233 ngx_queue_t *q, *cache; in ngx_http_upstream_get_keepalive_peer() local
|
| /f-stack/tools/compat/include/vm/ |
| H A D | uma_int.h | 293 cache_set_uz_flags(uma_cache_t cache, uint32_t flags) in cache_set_uz_flags() 300 cache_set_uz_size(uma_cache_t cache, uint32_t size) in cache_set_uz_size() 307 cache_uz_flags(uma_cache_t cache) in cache_uz_flags() 314 cache_uz_size(uma_cache_t cache) in cache_uz_size()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_mr.h | 64 struct mlx4_mr_cache cache[MLX4_MR_CACHE_N]; /* Cache for top-half. */ member
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_hp.h | 67 void *cache[CK_HP_CACHE]; member
|
| /f-stack/dpdk/app/test/ |
| H A D | test_mempool_perf.c | 125 struct rte_mempool_cache *cache; in per_lcore_mempool_test() local
|