/freebsd-src/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-src/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) kmem_cache_destroy() argument 191 kmem_cache_alloc(kmem_cache_t * cache,int flags) kmem_cache_alloc() argument 206 kmem_cache_free(kmem_cache_t * cache,void * buf) kmem_cache_free() argument 240 kmem_cache_reap_soon(kmem_cache_t * cache) kmem_cache_reap_soon() argument 305 spl_kmem_cache_inuse(kmem_cache_t * cache) spl_kmem_cache_inuse() argument 311 spl_kmem_cache_entry_size(kmem_cache_t * cache) spl_kmem_cache_entry_size() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator.cpp | 49 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc() argument 61 InternalAllocatorCache *cache) { in RawInternalRealloc() argument 71 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() argument 86 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, upt argument 93 InternalRealloc(void * addr,uptr size,InternalAllocatorCache * cache) InternalRealloc() argument 101 InternalReallocArray(void * addr,uptr count,uptr size,InternalAllocatorCache * cache) InternalReallocArray() argument 112 InternalCalloc(uptr count,uptr size,InternalAllocatorCache * cache) InternalCalloc() argument 125 InternalFree(void * addr,InternalAllocatorCache * cache) InternalFree() argument [all...] |
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()
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_disk_set_standard_lookup.c | 71 } cache[name_cache_size]; member 123 struct name_cache *cache = (struct name_cache *)data; in cleanup() local 141 lookup_name(struct name_cache *cache, in lookup_name() 186 lookup_uname_helper(struct name_cache *cache, id_t id) in lookup_uname_helper() 231 lookup_uname_helper(struct name_cache *cache, id_t id) in lookup_uname_helper() 255 lookup_gname_helper(struct name_cache *cache, id_t id) in lookup_gname_helper() 298 lookup_gname_helper(struct name_cache *cache, id_t id) in lookup_gname_helper()
|
/freebsd-src/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-src/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-src/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-src/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-src/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-src/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-src/contrib/xz/src/liblzma/rangecoder/ |
H A D | range_encoder.h | 30 uint8_t cache; member 166 rc_shift_low_dummy(uint64_t *low, uint64_t *cache_size, uint8_t *cache, in rc_shift_low_dummy() 274 uint8_t cache = rc->cache; in rc_encode_dummy() local
|
/freebsd-src/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() 310 check_disk(const char *path, blkid_cache cache, int force, in check_disk() 392 blkid_cache cache; in check_device() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_allocator.cpp | 111 allocated = allocator.Allocate(cache, size, alignment); in DFsanAllocate() local 146 allocator.Deallocate(cache, p); in dfsan_deallocate() local 107 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); DFsanAllocate() local 142 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); dfsan_deallocate() local
|
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | UserIDResolver.cpp | 18 id_t id, Map &cache, in Get()
|
/freebsd-src/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-src/contrib/jemalloc/include/jemalloc/internal/ |
H A D | rtree_tsd.h | 43 rtree_ctx_cache_elm_t cache[RTREE_CTX_NCACHE]; member
|
/freebsd-src/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 1252 zpool_find_import_scan_add_slice(libpc_handle_t * hdl,pthread_mutex_t * lock,avl_tree_t * cache,const char * path,const char * name,int order) zpool_find_import_scan_add_slice() argument 1281 zpool_find_import_scan_dir(libpc_handle_t * hdl,pthread_mutex_t * lock,avl_tree_t * cache,const char * dir,int order) zpool_find_import_scan_dir() argument 1336 zpool_find_import_scan_path(libpc_handle_t * hdl,pthread_mutex_t * lock,avl_tree_t * cache,const char * dir,int order) zpool_find_import_scan_path() argument 1384 avl_tree_t *cache; zpool_find_import_scan() local 1447 zpool_find_import_impl(libpc_handle_t * hdl,importargs_t * iarg,pthread_mutex_t * lock,avl_tree_t * cache) zpool_find_import_impl() argument 1573 discover_cached_paths(libpc_handle_t * hdl,nvlist_t * nv,avl_tree_t * cache,pthread_mutex_t * lock) discover_cached_paths() argument 1712 avl_tree_t *cache = zutil_alloc(hdl, zpool_find_import_cached() local 1796 avl_tree_t *cache; zpool_find_import() local [all...] |
/freebsd-src/crypto/heimdal/kuser/ |
H A D | kdestroy.c | 36 static const char *cache; variable
|
/freebsd-src/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() argument 926 cache_bucket_push(uma_cache_t cache,uma_cache_bucket_t bucket,void * item) cache_bucket_push() argument 958 cache_bucket_unload_alloc(uma_cache_t cache) cache_bucket_unload_alloc() argument 965 cache_bucket_unload_free(uma_cache_t cache) cache_bucket_unload_free() argument 972 cache_bucket_unload_cross(uma_cache_t cache) cache_bucket_unload_cross() argument 995 cache_bucket_load_alloc(uma_cache_t cache,uma_bucket_t b) cache_bucket_load_alloc() argument 1002 cache_bucket_load_free(uma_cache_t cache,uma_bucket_t b) cache_bucket_load_free() argument 1010 cache_bucket_load_cross(uma_cache_t cache,uma_bucket_t b) cache_bucket_load_cross() argument 1048 cache_fetch_bucket(uma_zone_t zone,uma_cache_t cache,int domain) cache_fetch_bucket() argument 1391 uma_cache_t cache; cache_drain() local 1442 uma_cache_t cache; cache_drain_safe_cpu() local 3671 cache_alloc_item(uma_zone_t zone,uma_cache_t cache,uma_cache_bucket_t bucket,void * udata,int flags) cache_alloc_item() argument 3685 cache_alloc_retry(uma_zone_t zone,uma_cache_t cache,void * udata,int flags) cache_alloc_retry() argument 3714 uma_cache_t cache; uma_zalloc_smr() local 3741 uma_cache_t cache; uma_zalloc_arg() local 3786 cache_alloc(uma_zone_t zone,uma_cache_t cache,void * udata,int flags) cache_alloc() argument 4468 uma_cache_t cache; uma_zfree_smr() local 4522 uma_cache_t cache; uma_zfree_arg() local 4745 cache_free(uma_zone_t zone,uma_cache_t cache,void * udata,int itemdomain) cache_free() argument 5456 uma_cache_t cache; global() local 5513 uma_cache_t cache; global() local [all...] |
/freebsd-src/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()
|