Searched refs:cache (Results 51 - 75 of 437) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/nscd/
H A Dcachelib.h36 CET_COMMON = 0, /* cache item is atomic */
37 CET_MULTIPART /* cache item is formed part by part */
41 CTT_FLUSH = 0, /* flush the cache - delete all obsolete items */
42 CTT_CLEAR = 1 /* delete all items in the cache */
45 /* cache deletion policy type enum */
220 typedef struct cache_ *cache; typedef in typeref:struct:cache_
231 * NOTE: all cache operations are thread-unsafe. You must ensure thread-safety
235 /* cache initialization/destruction routines */
236 cache init_cache(struct cache_params const *);
237 void destroy_cache(cache);
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dia64-tdep.c1011 /* Allocate and initialize a frame cache. */
1016 struct ia64_frame_cache *cache; local
1019 cache = FRAME_OBSTACK_ZALLOC (struct ia64_frame_cache);
1022 cache->base = 0;
1023 cache->pc = 0;
1024 cache->cfm = 0;
1025 cache->prev_cfm = 0;
1026 cache->sof = 0;
1027 cache->sol = 0;
1028 cache
1040 examine_prologue(CORE_ADDR pc, CORE_ADDR lim_pc, struct frame_info *next_frame, struct ia64_frame_cache *cache) argument
1504 struct ia64_frame_cache cache; local
1520 struct ia64_frame_cache *cache; local
1566 struct ia64_frame_cache *cache = local
1588 struct ia64_frame_cache *cache = local
1901 ia64_sigtramp_frame_init_saved_regs(struct ia64_frame_cache *cache) argument
1942 struct ia64_frame_cache *cache; local
1974 struct ia64_frame_cache *cache = local
1996 struct ia64_frame_cache *cache = local
2089 struct ia64_frame_cache *cache = local
[all...]
H A Damd64-tdep.c683 /* Allocate and initialize a frame cache. */
688 struct amd64_frame_cache *cache;
691 cache = FRAME_OBSTACK_ZALLOC (struct amd64_frame_cache);
694 cache->base = 0;
695 cache->sp_offset = -8;
696 cache->pc = 0;
701 cache->saved_regs[i] = -1;
702 cache->saved_sp = 0;
705 cache->frameless_p = 1;
707 return cache;
685 struct amd64_frame_cache *cache; local
720 amd64_analyze_prologue(CORE_ADDR pc, CORE_ADDR current_pc, struct amd64_frame_cache *cache) argument
761 struct amd64_frame_cache cache; local
777 struct amd64_frame_cache *cache; local
831 struct amd64_frame_cache *cache = local
847 struct amd64_frame_cache *cache = local
908 struct amd64_frame_cache *cache; local
937 struct amd64_frame_cache *cache = local
985 struct amd64_frame_cache *cache = local
[all...]
H A Dmemattr.h61 int cache; member in struct:mem_attrib
H A Dsparc-tdep.c503 /* Allocate and initialize a frame cache. */
508 struct sparc_frame_cache *cache;
511 cache = FRAME_OBSTACK_ZALLOC (struct sparc_frame_cache);
514 cache->base = 0;
515 cache->pc = 0;
518 cache->frameless_p = 1;
520 cache->struct_return_p = 0; argument
522 return cache;
527 struct sparc_frame_cache *cache)
573 cache
502 struct sparc_frame_cache *cache; local
589 struct sparc_frame_cache cache; local
610 struct sparc_frame_cache *cache; local
647 struct sparc_frame_cache *cache; local
677 struct sparc_frame_cache *cache = local
693 struct sparc_frame_cache *cache = local
788 struct sparc_frame_cache *cache = local
[all...]
H A Darm-tdep.c489 thumb_scan_prologue (CORE_ADDR prev_pc, struct arm_prologue_cache *cache) argument
529 cache->framesize = 0;
552 cache->framesize += 4;
553 cache->saved_regs[saved_reg[regno]].addr = -cache->framesize;
569 cache->frameoffset += offset;
572 cache->framesize -= offset;
577 cache->framereg = THUMB_FP_REGNUM;
579 cache->frameoffset = (insn & 0xff) << 2;
584 cache
670 arm_scan_prologue(struct frame_info *next_frame, struct arm_prologue_cache *cache) argument
913 struct arm_prologue_cache *cache; local
943 struct arm_prologue_cache *cache; local
985 struct arm_prologue_cache *cache; local
1027 struct arm_prologue_cache *cache; local
1046 struct arm_prologue_cache *cache; local
1074 struct arm_prologue_cache *cache; local
1095 struct arm_prologue_cache *cache; local
[all...]
/freebsd-11-stable/contrib/amd/
H A Dbootstrap35 # remove any remaining autom4te.cache directory
36 rm -fr autom4te.cache autom4te-*.cache
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h12 // DenseSlabAllocCache is a thread-local cache for DenseSlabAlloc.
31 IndexT cache[kSize]; member in class:__tsan::DenseSlabAllocCache
64 return c->cache[--c->pos];
71 c->cache[c->pos++] = idx;
83 IndexT idx = c->cache[--c->pos];
91 internal_memset(c->cache, 0, sizeof(c->cache));
124 c->cache[c->pos++] = idx;
132 IndexT idx = c->cache[--c->pos];
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DUserIDResolver.cpp17 id_t id, Map &cache,
21 auto iter_bool = cache.try_emplace(id, llvm::None);
16 Get( id_t id, Map &cache, llvm::Optional<std::string> (UserIDResolver::*do_get)(id_t)) argument
/freebsd-11-stable/contrib/gperf/
H A DMakefile.in57 $(RM) config.status config.log config.cache Makefile
61 $(RM) config.status config.log config.cache Makefile
/freebsd-11-stable/sbin/dump/
H A DMakefile20 SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
/freebsd-11-stable/tools/regression/zfs/zpool/remove/
H A Dcache.t12 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1}
13 expect_ok ${ZPOOL} add ${name0} cache ${disk2} ${disk3}
22 echo " cache"
38 echo " cache"
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h73 void kmem_cache_destroy(kmem_cache_t *cache);
74 void *kmem_cache_alloc(kmem_cache_t *cache, int flags);
75 void kmem_cache_free(kmem_cache_t *cache, void *buf);
89 #define kmem_cache_set_move(cache, movefunc) do { } while (0)
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c36 struct linux_kmem_cache *cache; member in struct:linux_kmem_rcu
45 (r)->cache->cache_size))
55 /* duplicate cache pointer */
56 rcu->cache = c;
72 uma_zfree(rcu->cache->cache_zone, LINUX_RCU_TO_KMEM(rcu));
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dpcy_tree.c149 const X509_POLICY_CACHE *cache; local
184 * First setup policy cache in all certificates apart from the trust
185 * anchor. Note any bad cache results on the way. Also can calculate
191 cache = policy_cache_set(x);
192 /* If cache NULL something bad happened: return immediately */
193 if (cache == NULL)
204 else if ((ret == 1) && !cache->data)
209 if ((cache->explicit_skip != -1)
210 && (cache->explicit_skip < explicit_policy))
211 explicit_policy = cache
333 tree_link_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache) argument
366 tree_add_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) argument
393 tree_link_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) argument
428 tree_link_any(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) argument
667 const X509_POLICY_CACHE *cache; local
[all...]
/freebsd-11-stable/usr.bin/svn/lib/libsvn_subr/
H A DMakefile16 cache-inprocess.c \
17 cache-membuffer.c \
18 cache-memcache.c \
19 cache-null.c \
20 cache.c \
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cache.c196 * RoCE providers and thus only updates the cache.
336 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache;
374 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache;
404 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache;
433 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache;
465 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache;
513 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache;
572 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache;
678 struct ib_gid_table **ports_table = ib_dev->cache.gid_cache;
792 pr_warn("failed to allocate ib gid cache fo
932 struct ib_pkey_cache *cache; local
959 struct ib_pkey_cache *cache; local
1000 struct ib_pkey_cache *cache; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.c1 /* dag_cache.c : DAG walker and node cache.
83 (extra walker iterations and possibly duplicated entries in the cache)
213 /* 1st level cache */
215 /* An entry in the first-level cache. REVISION and PATH form the key that
233 /* the node allocated in the cache's pool. NULL for empty entries. */
237 /* Number of entries in the cache. Keep this low to keep pressure on the
249 /* The actual cache structure. All nodes will be allocated in POOL.
251 exceeds a certain threshold, the pool will be cleared and the cache
256 /* fixed number of (possibly empty) cache entries */
287 * Return TRUE if the cache go
289 auto_clear_dag_cache(svn_fs_x__dag_cache_t* cache) argument
307 cache_lookup(svn_fs_x__dag_cache_t *cache, svn_fs_x__change_set_t change_set, const svn_string_t *path) argument
397 cache_lookup_last_path(svn_fs_x__dag_cache_t *cache, const svn_string_t *path) argument
432 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache; local
448 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache; local
508 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache; local
[all...]
/freebsd-11-stable/tools/regression/zfs/zpool/create/
H A Dcache.t12 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1}
23 echo " cache"
32 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1} ${disk2} ${disk3}
43 echo " cache"
54 expect_ok ${ZPOOL} create ${name0} mirror ${disk0} ${disk1} cache ${disk2} ${disk3}
67 echo " cache"
77 expect_ok ${ZPOOL} create ${name0} raidz1 ${disk0} ${disk1} ${disk2} cache ${disk3} ${disk4}
91 echo " cache"
101 expect_ok ${ZPOOL} create ${name0} raidz2 ${disk0} ${disk1} ${disk2} ${disk3} cache ${disk4} ${disk5}
116 echo " cache"
[all...]
/freebsd-11-stable/bin/pax/
H A DMakefile32 SRCS= ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c \
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dkdecode_ticket.c101 krb5_ccache cache; local
128 ret = krb5_cc_default(context, &cache);
143 ret = krb5_cc_get_principal(context, cache, &in.client);
152 ret = krb5_get_credentials(context, 0, cache, &in, &out);
H A Dkdestroy.c36 static const char *cache; variable
49 { "cache", 'c', arg_string, rk_UNCONST(&cache), "cache to destroy", "cache" },
120 if(cache == NULL) {
126 cache,
/freebsd-11-stable/sbin/geom/class/
H A DMakefile5 SUBDIR= cache
/freebsd-11-stable/sys/mips/mips/
H A Ddump_machdep.c36 #include <machine/cache.h>
/freebsd-11-stable/tools/regression/zfs/zpool/replace/
H A Dcache.t12 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1}
21 echo " cache"
35 echo " cache"

Completed in 428 milliseconds

1234567891011>>