HomeSort by: relevance | last modified time | path
    Searched refs:caching (Results 1 - 13 of 13) sorted by relevancy

  /src/tests/fs/tmpfs/
t_readdir.sh 72 atf_test_case caching
75 "readdir caching variables"
114 atf_add_test_case caching
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_domain.c 240 args->caching = I915_CACHING_CACHED;
244 args->caching = I915_CACHING_DISPLAY;
248 args->caching = I915_CACHING_NONE;
265 switch (args->caching) {
293 * The caching mode of proxy object is handled by its generator, and
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 111 int caching; /* flag 1/0 if caching is enabled */ member in struct:ldaptclobj
728 if (ldaptcl->caching)
939 /* Caching control within the search: if the "cache" control array */
940 /* value is set, disable/enable caching accordingly */
943 if (cacheThis >= 0 && ldaptcl->caching != cacheThis) {
946 Tcl_SetStringObj(resultObj, "Caching never before enabled, I have no timeout value to use", -1);
972 /* Following the search, if we changed the caching behavior, change */
975 if (cacheThis >= 0 && ldaptcl->caching != cacheThis) {
1080 ldaptcl->caching = 1
    [all...]
  /src/external/bsd/unbound/dist/contrib/
unbound.spec 1 Summary: Validating, recursive, and caching DNS resolver
14 Unbound is a validating, recursive, and caching DNS resolver.
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 998 uint32_t caching = proposed_placement & TTM_PL_MASK_CACHING; local
1002 * Keep current caching if possible.
1005 if ((cur_placement & caching) != 0)
1006 result |= (cur_placement & caching);
1007 else if ((man->default_caching & caching) != 0)
1009 else if ((TTM_PL_FLAG_CACHED & caching) != 0)
1011 else if ((TTM_PL_FLAG_WC & caching) != 0)
1013 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0)
  /src/external/mit/libuv/dist/
LINKS.md 14 * [Knot DNS Resolver](https://www.knot-resolver.cz/): A minimalistic DNS caching resolver
  /src/external/mpl/bind/dist/fuzz/isc_lex_getmastertoken.in/
named.conf 545 * ncache negative caching
  /src/external/mpl/bind/dist/fuzz/isc_lex_gettoken.in/
named.conf 541 * ncache negative caching
  /src/external/gpl2/gettext/dist/djgpp/
config.bat 9 Rem if caching is wanted or not
18 set CACHING=enabled
19 if not "%CACHING%" == "enabled" goto SmallEnv
55 if "%1" == "no-cache" set CACHING=disabled
56 if "%1" == "no-CACHE" set CACHING=disabled
57 if "%1" == "NO-CACHE" set CACHING=disabled
58 if not "%CACHING%" == "disabled" goto SmallEnv
125 if "%CACHING%" == "enabled" echo --cache-file=%XSRC%/djgpp/config.cache >> arguments
136 set CACHING=
338 set CACHING=
    [all...]
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i915_drm.h 1283 * Special GPU caching mode which is coherent with the scanout engines.
1294 * Handle of the buffer to set/get the caching level of. */
1300 * bits0-15 are for generic caching control (i.e. the above defined
1302 * (e.g. l3$ caching on gen7). */
1303 __u32 caching; member in struct:drm_i915_gem_caching
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
attrib.d 1142 should be expanded at most once. Achieved by caching the result
1218 // used only for caching the enclosing symbol
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
ir.d 23 // another variable to tweak behavior of caching generated Tries for character classes
31 //accessor with caching
621 This is an intended form for caching and storage of frequently
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
iteration.d 180 of when the range ends, and correctly stop caching elements when needed.
676 // Test the caching stuff.

Completed in 79 milliseconds