Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 134) sorted by relevance

123456

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_tnt_cache.c34 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 Dpt_msec_cache.c36 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 Dspl_kmem.c142 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()
305 spl_kmem_cache_inuse(kmem_cache_t *cache) in spl_kmem_cache_inuse()
311 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 Dsanitizer_allocator.cpp49 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()
H A Dsanitizer_allocator_combined.h44 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/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c71 } 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/crypto/openssl/crypto/x509/
H A Dpcy_cache.c30 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 Dpcy_tree.c102 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 Dpcy_map.c26 X509_POLICY_CACHE *cache = x->policy_cache; in ossl_policy_cache_set_mapping() local
/freebsd/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c108 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 Dbench.py58 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 Dusb_busdma.c165 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 Dinputstr.c197 #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 Dusb_busdma_loader.c96 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 Dzpool_vdev_os.c265 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/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h31 uint8_t cache; member
167 rc_shift_low_dummy(uint64_t *low, uint64_t *cache_size, uint8_t *cache, in rc_shift_low_dummy()
275 uint8_t cache = rc->cache; in rc_encode_dummy() local
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp107 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in DFsanAllocate() local
111 AllocatorCache *cache = &fallback_allocator_cache; in DFsanAllocate() local
142 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in dfsan_deallocate() local
146 AllocatorCache *cache = &fallback_allocator_cache; in dfsan_deallocate() local
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c66 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 DUserIDResolver.cpp18 id_t id, Map &cache, in Get()
/freebsd/sys/contrib/ck/src/
H A Dck_hp.c190 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 Drtree_tsd.h43 rtree_ctx_cache_elm_t cache[RTREE_CTX_NCACHE]; member
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1252 avl_tree_t *cache, const char *path, const char *name, int order) in zpool_find_import_scan_add_slice()
1281 avl_tree_t *cache, const char *dir, int order) in zpool_find_import_scan_dir()
1336 avl_tree_t *cache, const char *dir, int order) in zpool_find_import_scan_path()
1384 avl_tree_t *cache; in zpool_find_import_scan() local
1447 pthread_mutex_t *lock, avl_tree_t *cache) in zpool_find_import_impl()
1573 avl_tree_t *cache, pthread_mutex_t *lock) in discover_cached_paths()
1712 avl_tree_t *cache = zutil_alloc(hdl, in zpool_find_import_cached() local
1796 avl_tree_t *cache; in zpool_find_import() local
/freebsd/crypto/heimdal/kuser/
H A Dkdestroy.c36 static const char *cache; variable
/freebsd/sys/vm/
H A Duma_core.c958 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()
1391 uma_cache_t cache; in cache_drain() local
1442 uma_cache_t cache; in cache_drain_safe_cpu() local
3679 uma_cache_t cache; in uma_zalloc_smr() local
3706 uma_cache_t cache; in uma_zalloc_arg() local
4433 uma_cache_t cache; in uma_zfree_smr() local
4487 uma_cache_t cache; in uma_zfree_arg() local
5421 uma_cache_t cache; local
[all …]
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c109 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()

123456