/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_tnt_cache.c | 34 void pt_tnt_cache_init(struct pt_tnt_cache *cache) in pt_tnt_cache_init() 43 int pt_tnt_cache_is_empty(const struct pt_tnt_cache *cache) in pt_tnt_cache_is_empty() 51 int pt_tnt_cache_query(struct pt_tnt_cache *cache) in pt_tnt_cache_query() 67 int pt_tnt_cache_update_tnt(struct pt_tnt_cache *cache, in pt_tnt_cache_update_tnt()
|
H A D | pt_msec_cache.c | 36 int pt_msec_cache_init(struct pt_msec_cache *cache) in pt_msec_cache_init() 46 void pt_msec_cache_fini(struct pt_msec_cache *cache) in pt_msec_cache_fini() 55 int pt_msec_cache_invalidate(struct pt_msec_cache *cache) in pt_msec_cache_invalidate() 76 int pt_msec_cache_read(struct pt_msec_cache *cache, in pt_msec_cache_read() 99 int pt_msec_cache_fill(struct pt_msec_cache *cache, in pt_msec_cache_fill()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_kmem.c | 142 struct kmem_cache *cache = private; in kmem_std_constructor() local 150 struct kmem_cache *cache = private; in kmem_std_destructor() local 160 kmem_cache_t *cache; in kmem_cache_create() local 182 kmem_cache_destroy(kmem_cache_t *cache) in kmem_cache_destroy() 191 kmem_cache_alloc(kmem_cache_t *cache, int flags) in kmem_cache_alloc() 206 kmem_cache_free(kmem_cache_t *cache, void *buf) in kmem_cache_free() 240 kmem_cache_reap_soon(kmem_cache_t *cache) in kmem_cache_reap_soon() 297 spl_kmem_cache_inuse(kmem_cache_t *cache) in spl_kmem_cache_inuse() 303 spl_kmem_cache_entry_size(kmem_cache_t *cache) in spl_kmem_cache_entry_size()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_combined.h | 44 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate() 89 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate() 97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() 155 void InitCache(AllocatorCache *cache) { in InitCache() 159 void DestroyCache(AllocatorCache *cache) { in DestroyCache() 163 void SwallowCache(AllocatorCache *cache) { in SwallowCache()
|
H A D | sanitizer_allocator.cpp | 49 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc() 61 InternalAllocatorCache *cache) { in RawInternalRealloc() 71 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() 86 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc() 93 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() 101 InternalAllocatorCache *cache) { in InternalReallocArray() 112 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc() 125 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_set_standard_lookup.c | 72 } cache[name_cache_size]; global() member 124 struct name_cache *cache = (struct name_cache *)data; cleanup() local 142 lookup_name(struct name_cache * cache,const char * (* lookup_fn)(struct name_cache *,id_t),id_t id) lookup_name() argument 187 lookup_uname_helper(struct name_cache * cache,id_t id) lookup_uname_helper() argument 232 lookup_uname_helper(struct name_cache * cache,id_t id) lookup_uname_helper() argument 256 lookup_gname_helper(struct name_cache * cache,id_t id) lookup_gname_helper() argument 299 lookup_gname_helper(struct name_cache * cache,id_t id) lookup_gname_helper() argument [all...] |
/freebsd/crypto/openssl/crypto/x509/ |
H A D | pcy_cache.c | 30 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_create() local 83 X509_POLICY_CACHE *cache; in policy_cache_new() local 178 void ossl_policy_cache_free(X509_POLICY_CACHE *cache) in ossl_policy_cache_free() 201 X509_POLICY_DATA *ossl_policy_cache_find_data(const X509_POLICY_CACHE *cache, in ossl_policy_cache_find_data()
|
H A D | pcy_tree.c | 102 const X509_POLICY_CACHE *cache; in tree_init() local 288 const X509_POLICY_CACHE *cache, in tree_link_nodes() 310 const X509_POLICY_CACHE *cache, in tree_add_unmatched() 339 const X509_POLICY_CACHE *cache, in tree_link_unmatched() 375 const X509_POLICY_CACHE *cache, in tree_link_any() 605 const X509_POLICY_CACHE *cache; in tree_evaluate() local
|
H A D | pcy_map.c | 26 X509_POLICY_CACHE *cache = x->policy_cache; in ossl_policy_cache_set_mapping() local
|
/freebsd/cddl/compat/opensolaris/lib/libumem/ |
H A D | umem.c | 108 umem_cache_t *cache = malloc(sizeof(umem_cache_t)); in umem_cache_create() local 123 void *umem_cache_alloc(umem_cache_t *cache, int flags) in umem_cache_alloc() 153 void umem_cache_free(umem_cache_t *cache, void *buffer) in umem_cache_free() 164 void umem_cache_destroy(umem_cache_t *cache) in umem_cache_destroy()
|
/freebsd/contrib/cortex-strings/scripts/ |
H A D | bench.py | 58 def run(cache, variant, function, bytes, loops, alignment, run_id, quiet=False): argument 84 def run_many(cache, variants, bytes, all_functions): argument 131 def run_top(cache): argument
|
/freebsd/sys/dev/usb/ |
H A D | usb_busdma.c | 165 usbd_copy_in(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_in() 193 usbd_copy_in_user(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_in_user() 222 struct usb_page_cache *cache; member 237 usbd_m_copy_in(struct usb_page_cache *cache, usb_frlength_t dst_offset, in usbd_m_copy_in() 282 usbd_copy_out(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out() 310 usbd_copy_out_user(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out_user() 338 usbd_frame_zero(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_frame_zero()
|
/freebsd/contrib/dialog/ |
H A D | inputstr.c | 197 #define load_cache(cache, string) &my_cache argument 205 same_cache2(CACHE * cache, const char *string, unsigned i_len) in same_cache2() 244 same_cache1(CACHE * cache, const char *string, size_t i_len) in same_cache1() 279 CACHE *cache = load_cache(cCntWideBytes, string); in dlg_count_wcbytes() local 317 CACHE *cache = load_cache(cCntWideChars, string); in dlg_count_wchars() local 356 CACHE *cache = load_cache(cInxWideChars, string); in dlg_index_wchars() local 410 CACHE *cache = load_cache(cInxCols, string); in dlg_index_columns() local
|
/freebsd/stand/usb/ |
H A D | usb_busdma_loader.c | 96 usbd_copy_in(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_in() 120 usbd_copy_out(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out() 144 usbd_frame_zero(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_frame_zero()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/os/linux/ |
H A D | zpool_vdev_os.c | 265 check_slice(const char *path, blkid_cache cache, int force, boolean_t isspare) in check_slice() argument 310 check_disk(const char *path, blkid_cache cache, int force, in check_disk() argument 392 blkid_cache cache; in check_device() local [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_allocator.cpp | 110 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in DFsanAllocate() local 114 AllocatorCache *cache = &fallback_allocator_cache; in DFsanAllocate() local 145 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in dfsan_deallocate() local 149 AllocatorCache *cache = &fallback_allocator_cache; in dfsan_deallocate() local
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_mr.c | 66 struct mlx5_mr_cache *cache = &dev->cache; in order2idx() local 113 struct mlx5_mr_cache *cache = &dev->cache; in reg_mr_callback() local 155 struct mlx5_mr_cache *cache = &dev->cache; in add_keys() local 216 struct mlx5_mr_cache *cache = &dev->cache; in remove_keys() local 241 static int someone_adding(struct mlx5_mr_cache *cache) in someone_adding() 256 struct mlx5_mr_cache *cache = &dev->cache; in __cache_work_func() local 323 struct mlx5_mr_cache *cache = &dev->cache; in alloc_cached_mr() local 364 struct mlx5_mr_cache *cache = &dev->cache; in free_cached_mr() local 388 struct mlx5_mr_cache *cache = &dev->cache; in clean_keys() local 422 struct mlx5_mr_cache *cache = &dev->cache; in mlx5_mr_cache_init() local
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | UserIDResolver.cpp | 18 id_t id, Map &cache, in Get()
|
/freebsd/sys/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
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | rtree_tsd.h | 43 rtree_ctx_cache_elm_t cache[RTREE_CTX_NCACHE]; member
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 1253 avl_tree_t *cache, const char *path, const char *name, int order) in zpool_find_import_scan_add_slice() 1282 avl_tree_t *cache, const char *dir, int order) in zpool_find_import_scan_dir() 1337 avl_tree_t *cache, const char *dir, int order) in zpool_find_import_scan_path() 1385 avl_tree_t *cache; in zpool_find_import_scan() local 1448 pthread_mutex_t *lock, avl_tree_t *cache) in zpool_find_import_impl() 1588 avl_tree_t *cache, pthread_mutex_t *lock) in discover_cached_paths() 1727 avl_tree_t *cache = zutil_alloc(hdl, in zpool_find_import_cached() local 1811 avl_tree_t *cache; in zpool_find_import() local
|
/freebsd/sys/vm/ |
H A D | uma_core.c | 907 cache_bucket_pop(uma_cache_t cache, uma_cache_bucket_t bucket) in cache_bucket_pop() 926 cache_bucket_push(uma_cache_t cache, uma_cache_bucket_t bucket, void *item) in cache_bucket_push() 958 cache_bucket_unload_alloc(uma_cache_t cache) in cache_bucket_unload_alloc() 965 cache_bucket_unload_free(uma_cache_t cache) in cache_bucket_unload_free() 972 cache_bucket_unload_cross(uma_cache_t cache) in cache_bucket_unload_cross() 995 cache_bucket_load_alloc(uma_cache_t cache, uma_bucket_t b) in cache_bucket_load_alloc() 1002 cache_bucket_load_free(uma_cache_t cache, uma_bucket_t b) in cache_bucket_load_free() 1010 cache_bucket_load_cross(uma_cache_t cache, uma_bucket_t b) in cache_bucket_load_cross() 1048 cache_fetch_bucket(uma_zone_t zone, uma_cache_t cache, int domain) in cache_fetch_bucket() 1391 uma_cache_t cache; in cache_drain() local [all …]
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kdestroy.c | 36 static const char *cache; variable
|
/freebsd/contrib/unbound/dnscrypt/ |
H A D | dnscrypt.c | 109 dnsc_shared_secret_cache_insert(struct slabhash *cache, in dnsc_shared_secret_cache_insert() 143 dnsc_shared_secrets_lookup(struct slabhash* cache, in dnsc_shared_secrets_lookup() 179 dnsc_nonce_cache_insert(struct slabhash *cache, in dnsc_nonce_cache_insert() 215 dnsc_nonces_lookup(struct slabhash* cache, in dnsc_nonces_lookup()
|
/freebsd/crypto/heimdal/kcm/ |
H A D | cache.c | 190 kcm_ccache_data *cache) in kcm_free_ccache_data_internal() 377 kcm_ccache_data *cache) in kcm_zero_ccache_data_internal() 396 kcm_ccache cache) in kcm_zero_ccache_data()
|