| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | cache.c | 27 svn_cache__set_error_handler(svn_cache__t *cache, in svn_cache__set_error_handler() 38 svn_cache__is_cachable(svn_cache__t *cache, in svn_cache__is_cachable() 51 handle_error(svn_cache__t *cache, in handle_error() 69 svn_cache__t *cache, in svn_cache__get() 100 svn_cache__t *cache, in svn_cache__has_key() 119 svn_cache__set(svn_cache__t *cache, in svn_cache__set() 136 svn_cache__t *cache, in svn_cache__iter() 157 svn_cache__t *cache, in svn_cache__get_partial() 191 svn_cache__set_partial(svn_cache__t *cache, in svn_cache__set_partial() 208 svn_cache__get_info(svn_cache__t *cache, in svn_cache__get_info()
|
| HD | cache-membuffer.c | 642 read_lock_cache(svn_membuffer_t *cache) in read_lock_cache() argument 665 write_lock_cache(svn_membuffer_t *cache, svn_boolean_t *success) in write_lock_cache() 702 force_write_lock_cache(svn_membuffer_t *cache) in force_write_lock_cache() 722 unlock_cache(svn_membuffer_t *cache, svn_error_t *err) in unlock_cache() 746 #define WITH_READ_LOCK(cache, expr) \ argument 762 #define WITH_WRITE_LOCK(cache, expr) \ argument 783 is_group_initialized(svn_membuffer_t *cache, apr_uint32_t group_index) in is_group_initialized() 796 initialize_group(svn_membuffer_t *cache, apr_uint32_t group_index) in initialize_group() 828 allocate_spare_group(svn_membuffer_t *cache) in allocate_spare_group() 859 free_spare_group(svn_membuffer_t *cache, in free_spare_group() [all …]
|
| HD | cache-inprocess.c | 141 insert_page(inprocess_cache_t *cache, in insert_page() 155 move_page_to_front(inprocess_cache_t *cache, in move_page_to_front() 174 duplicate_key(inprocess_cache_t *cache, in duplicate_key() 187 inprocess_cache_t *cache, in inprocess_cache_get_internal() 220 inprocess_cache_t *cache = cache_void; in inprocess_cache_get() local 252 inprocess_cache_t *cache, in inprocess_cache_has_key_internal() 267 inprocess_cache_t *cache = cache_void; in inprocess_cache_has_key() local 287 erase_page(inprocess_cache_t *cache, in erase_page() 314 inprocess_cache_set_internal(inprocess_cache_t *cache, in inprocess_cache_set_internal() 446 inprocess_cache_t *cache = cache_void; in inprocess_cache_set() local [all …]
|
| HD | cache_config.c | 82 svn_membuffer_t *cache = NULL; in initialize_cache() local 161 static svn_membuffer_t *cache = NULL; in svn_cache__get_global_membuffer_cache() local
|
| HD | cache-memcache.c | 83 memcache_t *cache, in build_key() 142 memcache_t *cache = cache_void; in memcache_internal_get() local 186 memcache_t *cache = cache_void; in memcache_get() local 248 memcache_t *cache = cache_void; in memcache_internal_set() local 270 memcache_t *cache = cache_void; in memcache_set() local 384 memcache_t *cache = cache_void; in memcache_get_info() local 414 memcache_t *cache = apr_pcalloc(pool, sizeof(*cache)); in svn_cache__create_memcache() local
|
| /NextBSD/sys/cddl/compat/opensolaris/kern/ |
| HD | opensolaris_kmem.c | 139 struct kmem_cache *cache = private; in kmem_std_constructor() local 147 struct kmem_cache *cache = private; in kmem_std_destructor() local 157 kmem_cache_t *cache; in kmem_cache_create() local 179 kmem_cache_destroy(kmem_cache_t *cache) in kmem_cache_destroy() 188 kmem_cache_alloc(kmem_cache_t *cache, int flags) in kmem_cache_alloc() 203 kmem_cache_free(kmem_cache_t *cache, void *buf) in kmem_cache_free() 216 kmem_cache_reap_now(kmem_cache_t *cache) in kmem_cache_reap_now()
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_read_disk_set_standard_lookup.c | 72 } cache[name_cache_size]; member 124 struct name_cache *cache = (struct name_cache *)data; in cleanup() local 142 lookup_name(struct name_cache *cache, in lookup_name() 187 lookup_uname_helper(struct name_cache *cache, id_t id) in lookup_uname_helper() 232 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()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_allocator.cc | 33 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache) { in RawInternalAlloc() 38 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() 91 void *InternalAlloc(uptr size, InternalAllocatorCache *cache) { in InternalAlloc() 101 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree()
|
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | pcy_cache.c | 80 X509_POLICY_CACHE *cache = x->policy_cache; in policy_cache_create() local 125 X509_POLICY_CACHE *cache; in policy_cache_new() local 219 void policy_cache_free(X509_POLICY_CACHE *cache) in policy_cache_free() 243 X509_POLICY_DATA *policy_cache_find_data(const X509_POLICY_CACHE *cache, in policy_cache_find_data()
|
| HD | pcy_tree.c | 149 const X509_POLICY_CACHE *cache; in tree_init() local 334 const X509_POLICY_CACHE *cache) in tree_link_nodes() 367 const X509_POLICY_CACHE *cache, in tree_add_unmatched() 394 const X509_POLICY_CACHE *cache, in tree_link_unmatched() 429 const X509_POLICY_CACHE *cache, in tree_link_any() 667 const X509_POLICY_CACHE *cache; in tree_evaluate() local
|
| /NextBSD/cddl/compat/opensolaris/lib/libumem/ |
| HD | umem.c | 110 umem_cache_t *cache = malloc(sizeof(umem_cache_t)); in umem_cache_create() local 125 void *umem_cache_alloc(umem_cache_t *cache, int flags) in umem_cache_alloc() 155 void umem_cache_free(umem_cache_t *cache, void *buffer) in umem_cache_free() 166 void umem_cache_destroy(umem_cache_t *cache) in umem_cache_destroy()
|
| /NextBSD/gnu/usr.bin/gdb/kgdb/ |
| HD | trgt_i386.c | 185 struct kgdb_tss_cache *cache; in kgdb_trgt_tss_cache() local 204 struct kgdb_tss_cache *cache; in kgdb_trgt_dblfault_this_id() local 216 struct kgdb_tss_cache *cache; in kgdb_trgt_dblfault_prev_register() local 280 struct kgdb_frame_cache *cache; in kgdb_trgt_frame_cache() local 311 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_this_id() local 323 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_prev_register() local
|
| HD | trgt_sparc64.c | 97 struct kgdb_frame_cache *cache; in kgdb_trgt_frame_cache() local 119 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_this_id() local 131 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_prev_register() local
|
| HD | trgt_amd64.c | 120 struct kgdb_frame_cache *cache; in kgdb_trgt_frame_cache() local 138 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_this_id() local 150 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_prev_register() local
|
| HD | trgt_mips.c | 159 struct kgdb_frame_cache *cache; in kgdb_trgt_frame_cache() local 177 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_this_id() local 190 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_prev_register() local
|
| HD | trgt_powerpc.c | 111 struct kgdb_frame_cache *cache; in kgdb_trgt_frame_cache() local 129 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_this_id() local 142 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_prev_register() local
|
| HD | trgt_arm.c | 126 struct kgdb_frame_cache *cache; in kgdb_trgt_frame_cache() local 148 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_this_id() local 160 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_prev_register() local
|
| HD | trgt_powerpc64.c | 108 struct kgdb_frame_cache *cache; in kgdb_trgt_frame_cache() local 126 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_this_id() local 139 struct kgdb_frame_cache *cache; in kgdb_trgt_trapframe_prev_register() local
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | sparc64-sol2-tdep.c | 54 struct sparc_frame_cache *cache; in sparc64_sol2_sigtramp_frame_cache() local 109 struct sparc_frame_cache *cache = in sparc64_sol2_sigtramp_frame_this_id() local 123 struct sparc_frame_cache *cache = in sparc64_sol2_sigtramp_frame_prev_register() local
|
| HD | sparcobsd-tdep.c | 73 struct sparc_frame_cache *cache; in sparc32obsd_frame_cache() local 105 struct sparc_frame_cache *cache = in sparc32obsd_frame_this_id() local 118 struct sparc_frame_cache *cache = in sparc32obsd_frame_prev_register() local
|
| HD | sparc-sol2-tdep.c | 79 struct sparc_frame_cache *cache; in sparc32_sol2_sigtramp_frame_cache() local 130 struct sparc_frame_cache *cache = in sparc32_sol2_sigtramp_frame_this_id() local 144 struct sparc_frame_cache *cache = in sparc32_sol2_sigtramp_frame_prev_register() local
|
| HD | sparc64obsd-tdep.c | 106 struct sparc_frame_cache *cache; in sparc64obsd_frame_cache() local 141 struct sparc_frame_cache *cache = in sparc64obsd_frame_this_id() local 154 struct sparc_frame_cache *cache = in sparc64obsd_frame_prev_register() local
|
| /NextBSD/contrib/wpa/src/ap/ |
| HD | vlan_util.c | 36 struct nl_cache *cache = NULL; in vlan_add() local 142 struct nl_cache *cache = NULL; in vlan_rem() local
|
| /NextBSD/sys/ofed/drivers/infiniband/core/ |
| HD | cache.c | 77 struct ib_gid_cache *cache; in ib_get_cached_gid() local 106 struct ib_gid_cache *cache; in ib_find_cached_gid() local 143 struct ib_pkey_cache *cache; in ib_get_cached_pkey() local 172 struct ib_pkey_cache *cache; in ib_find_cached_pkey() local 217 struct ib_pkey_cache *cache; in ib_find_exact_cached_pkey() local
|
| /NextBSD/sys/dev/usb/ |
| HD | usb_busdma.c | 169 usbd_copy_in(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_in() 198 usbd_copy_in_user(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_in_user() 228 struct usb_page_cache *cache; member 243 usbd_m_copy_in(struct usb_page_cache *cache, usb_frlength_t dst_offset, in usbd_m_copy_in() 289 usbd_copy_out(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out() 318 usbd_copy_out_user(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out_user() 347 usbd_frame_zero(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_frame_zero()
|