Searched refs:cache (Results 251 - 275 of 391) sorted by relevance

<<111213141516

/freebsd-13-stable/contrib/byacc/
H A Dconfigure219 -cache-file | --cache-file | --cache-fil | --cache-fi \
220 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
222 -cache-file=* | --cache-file=* | --cache
[all...]
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h297 void wpa_ft_pmk_cache_deinit(struct wpa_ft_pmk_cache *cache);
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx_x509.c34 extern void policy_cache_free(X509_POLICY_CACHE *cache);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlfunc.c116 f->cache = NULL;
H A Dlgc.c164 ** barrier for prototypes. When creating first closure (cache is
174 if (p->cache == NULL) { /* first time? */
458 if (f->cache && iswhite(obj2gco(f->cache)))
459 f->cache = NULL; /* allow cache to be collected */
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c63 * allocating memory. They do this by keeping a per-cpu cache of recently
82 * cache. This allows the Linux VM to repeatedly reclaim objects from the
83 * cache when memory is low satisfy other memory allocations. Alternately,
84 * setting this value to KMC_RECLAIM_ONCE limits how aggressively the cache
214 spl_kmem_cache_inuse(kmem_cache_t *cache) argument
216 return (cache->skc_obj_total);
221 spl_kmem_cache_entry_size(kmem_cache_t *cache) argument
223 return (cache->skc_obj_size);
320 * Update slab/objects counters in the cache, then remove the
668 * Create a object cache base
[all...]
/freebsd-13-stable/sys/dev/beri/virtio/
H A Dvirtio_mmio_platform.c55 #include <machine/cache.h>
241 /* Writeback, invalidate cache */
/freebsd-13-stable/sys/mips/mips/
H A Ddb_interface.c55 #include <machine/cache.h>
H A Dminidump_machdep.c54 #include <machine/cache.h>
178 /* Flush cache */
H A Dmp_machdep.c55 #include <machine/cache.h>
287 * We assume that the L1 cache on the APs is identical to the one
H A Dcache.c1 /* $NetBSD: cache.c,v 1.33 2005/12/24 23:24:01 perry Exp $ */
79 #include <machine/cache.h>
258 /* Check that all cache ops are set up. */
263 panic("no icache_sync_all cache op");
265 panic("no icache_sync_range cache op");
267 panic("no icache_sync_range_index cache op");
283 /* L2 data cache */
/freebsd-13-stable/sys/kern/
H A Dsubr_kobj.c124 ops->cache[i] = &null_method;
/freebsd-13-stable/sys/mips/malta/
H A Dgt_pci_bus_space.c93 #include <machine/cache.h>
/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_machdep.c63 #include <machine/cache.h>
/freebsd-13-stable/usr.sbin/mptutil/
H A Dmpt_volume.c213 warnx("volume cache: %s", ac > 3 ? "extra arguments" :
222 warnx("volume cache: invalid flag, must be 'enable' or 'disable'\n");
255 warnx("volume cache unchanged");
266 warnc(error, "volume cache change failed");
271 MPT_COMMAND(volume, cache, volume_cache);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c330 wpa_printf(MSG_ERROR, DRV_PREFIX "Unable to get link cache: %s",
340 goto cache;
347 goto cache;
351 cache:
1065 static struct rtnl_link * lookup_sc(struct nl_cache *cache, int parent, u64 sci) argument
1077 match = nl_cache_find(cache, (struct nl_object *) needle);
/freebsd-13-stable/crypto/heimdal/kcm/
H A Dprotocol.c186 * Create a new credentials cache. To mitigate DoS attacks we will
965 /* Check if new credential cache exists, if not create one. */
1034 kcm_ccache cache; local
1044 ret = kcm_ccache_resolve_by_uuid(context, uuid, &cache);
1048 ret = kcm_access(context, client, opcode, cache);
1053 ret = krb5_store_stringz(response, cache->name);
1055 kcm_release_ccache(context, cache);
/freebsd-13-stable/tools/regression/zfs/zpool/offline/
H A Doption-t.t1002 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1} ${disk2}
1012 echo " cache"
1028 echo " cache"
1038 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1} ${disk2}
1048 echo " cache"
1064 echo " cache"
1073 expect_ok ${ZPOOL} create ${name0} ${disk0} cache ${disk1} ${disk2}
1084 echo " cache"
1100 echo " cache"
/freebsd-13-stable/contrib/sqlite3/tea/
H A DMakefile.in351 -rm -f config.h config.cache config.log config.status
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL89 $ apt-cache search Text::Template
/freebsd-13-stable/targets/pseudo/userland/lib/
H A DMakefile.depend11 lib/geom/cache \
/freebsd-13-stable/contrib/subversion/
H A Dbuild.conf59 subversion/libsvn_fs_fs/rep-cache-db.h
60 subversion/libsvn_fs_x/rep-cache-db.h
457 sources = rep-cache-db.sql
463 sources = rep-cache-db.sql
936 [cache-test]
937 description = Test in-memory cache
940 sources = cache-test.c
1582 error-test error-code-test cache-test spillbuf-test crypto-test
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in434 rm -f $(CLEANFILES) Makefile config.cache config.log config.status \
438 rm -rf autom4te.cache tests/DIFF tests/NEW
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1246 // the same cache for the duration of the whole analysis.
1253 SVal cache(SymbolRef Sym, SVal V) { function in class:Simplifier
1259 return cache(Sym, SVB.makeSymbolVal(Sym));
1267 // No cache here.
1306 return cache(
1328 return cache(
/freebsd-13-stable/contrib/apr-util/xlate/
H A Dxlate.c135 /* TODO: add the table to the cache */
177 /* TODO: add the table to the cache */
225 /* search cache of codepage pairs; we may be able to avoid the
229 set found to non-zero if found in the cache

Completed in 139 milliseconds

<<111213141516