Home
last modified time | relevance | path

Searched full:caching (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/freebsd/share/doc/smm/06.nfs/
H A D2.t53 The basic principal is that the protocol will disable client caching of a
60 There are three types of leases: read caching, write caching and non-caching.
63 A read caching lease allows for client data caching, but no file modifications
65 A write caching lease allows for client caching of writes,
85 among the NQNFS clients by disabling client caching whenever a server file
88 a write caching lease and any other client,
121 an expired write caching lease to push dirty writes.
148 the LRU inode cache, but this should only reduce the client caching performance
179 server network connection is severed just before a write caching lease expires,
183 is intrinsic in any delay write caching scheme unless the server is required to
[all …]
/freebsd/usr.sbin/nscd/
H A Dnscd.830 .Nd "name service caching daemon"
40 is the system caching daemon.
51 utility supports two types of caching:
55 .It Common caching
57 This type of caching supports policies which are applied when maximum
66 This type of caching is used with the
69 .It Multipart caching
71 This type of caching is intended to be used with the
H A Dconfig.h60 * of three different types (for usual read/write caching, for multipart
61 * caching and for caching of the negative results) for that cache entry.
70 * which are used for it. There is one for positive caching, one for
71 * negative caching, and several (one per each euid/egid) for
72 * multipart caching.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_session_cache_mode.pod5 SSL_CTX_set_session_cache_mode, SSL_CTX_get_session_cache_mode - enable/disable session caching
16 SSL_CTX_set_session_cache_mode() enables/disables session caching
48 No session caching for client or server takes place.
85 automatically stored there. If external session caching callbacks are in use,
95 session caching (callback) that is configured for the SSL_CTX. This flag will
98 in any SSL/TLS servers where external caching is configured, any successful
H A DSSL_CTX_sess_set_get_cb.pod5 …e_cb, SSL_CTX_sess_get_get_cb - provide callback functions for server side external session caching
52 In order to allow external session caching, synchronization with the internal
58 session caching is enabled (see L<SSL_CTX_set_session_cache_mode(3)>). The
92 session caching was disabled. The get_session_cb() is passed the
H A DX509_LOOKUP_hash_dir.pod65 caching policy.
130 It does no caching of its own, but can use a caching L<ossl_store(7)>
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_session_cache_mode.364 SSL_CTX_set_session_cache_mode, SSL_CTX_get_session_cache_mode \- enable/disable session caching
75 \&\fBSSL_CTX_set_session_cache_mode()\fR enables/disables session caching
103 No session caching for client or server takes place.
135 automatically stored there. If external session caching callbacks are in use,
144 session caching (callback) that is configured for the SSL_CTX. This flag will
147 in any SSL/TLS servers where external caching is configured, any successful
H A DSSL_CTX_sess_set_get_cb.364 …_cb, SSL_CTX_sess_get_get_cb \- provide callback functions for server side external session caching
110 In order to allow external session caching, synchronization with the internal
116 session caching is enabled (see \fBSSL_CTX_set_session_cache_mode\fR\|(3)). The
150 session caching was disabled. The \fBget_session_cb()\fR is passed the
H A DX509_LOOKUP_hash_dir.3123 caching policy.
185 It does no caching of its own, but can use a caching \fBossl_store\fR\|(7)
/freebsd/share/man/man5/
H A Dfusefs.5
/freebsd/sbin/mdconfig/
H A Dmdconfig.8208 backed devices: enable/disable caching of data in system caches.
212 The caching policy for the vnode is used initially.
214 This caching policy is retained if the
217 Otherwise, caching is limited
223 The result is that with normal (non-zfs) caching,
229 option tends to waste memory by giving unwanted double caching,
/freebsd/lib/libc/locale/
H A DDESIGN.xlocale72 Caching
75 The existing locale implementation included several ad-hoc caching layers.
76 None of these were thread safe. Caching is only really of use for supporting
80 The current xlocale implementation removes the caching entirely. This pattern
89 If, in the future, it is determined that caching is beneficial, it can be added
/freebsd/tools/build/options/
H A DWITHOUT_NS_CACHING1 Disable name caching in the
4 The generic caching daemon,
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_readdir.sh72 atf_test_case caching
75 "readdir caching variables"
114 atf_add_test_case caching
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c154 panic("caching state %d\n", cstate); in ttm_caching_state_to_vm()
305 * Select the right pool or requested caching state and ttm flags. */
383 * Because changing page caching is costly in ttm_page_pool_free()
482 /* Set page caching */ in ttm_set_pages_caching()
501 * Free pages the pages that failed to change the caching state. If there is
502 * any pages that have changed their caching state already put them to the
518 * Allocate new pages with correct caching.
533 /* allocate array for page caching change */ in ttm_alloc_new_pages()
543 * setting the caching state */ in ttm_alloc_new_pages()
622 * Can't change page caching if in irqsave context. We have to in ttm_page_pool_fill_locked()
H A Dttm_bo_driver.h103 * @caching_state: The current caching state of the pages.
106 * This is a structure holding the pages, caching- and aperture binding
136 * This is a structure holding the pages, caching- and aperture binding
244 * @available_caching: A mask of available caching types, TTM_PL_FLAG_XX,
246 * @default_caching: The default caching policy used for a buffer object
660 * This is used when changing caching attributes of the pages from
668 * @ttm A struct ttm_tt the backing pages of which will change caching policy.
669 * @placement: Flag indicating the desired caching policy.
671 * This function will change caching policy of any default kernel mappings of
982 * @c_state: Caching state.
[all …]
/freebsd/contrib/unbound/doc/
H A DFEATURES13 Caching service.
23 RFC 1034-1035: as a recursive, caching server. Not authoritative.
28 RFC 4033-4035: as a validating caching server (unbound daemon).
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCaching.h1 //===- Caching.h - LLVM Local File Cache ------------------------*- C++ -*-===//
10 // simplifies caching files on the local filesystem in a directory whose
70 /// messages for errors during caching. The temporary file prefix is used in the
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h95 // Observer API. No-op for non-caching implementation.
107 /// Add to observer if the Info is caching.
110 /// Eventually add other features such as caching/ser/deserializing
/freebsd/share/man/man4/
H A Dsyncache.42 .\" syncache - TCP SYN caching to handle SYN flood DoS.
20 MIBs for controlling TCP SYN caching
49 MIB is used to control the TCP SYN caching in the system, which
H A Dda.456 the caching control page.
69 (Read Cache Disable) bit in the caching control mode page.
93 (Write Cache Enable) bit in the caching control mode page.
/freebsd/tools/lua/
H A Dtemplate.lua207 local caching
209 caching = enabled(var.template_cache)
211 caching = true
224 function template.caching(enable) function
225 if enable ~= nil then caching = enable == true end
226 return caching
353 if caching then cache[cache_key] = func end
/freebsd/usr.sbin/bootparamd/bootparamd/
H A DREADME34 It is kept simple, e g there is no caching of data, but the bootparameter file
58 Maybe match by comparing the inet address instead. (But beware that caching
/freebsd/usr.sbin/mfiutil/
H A Dmfi_volume.c126 printf("%s caching of I/O writes\n", in update_cache_policy()
130 printf("%s caching of I/O reads\n", in update_cache_policy()
143 printf("%s write caching with bad BBU\n", in update_cache_policy()
322 printf(" I/O caching: "); in volume_cache()
340 printf(" write caching: %s\n", in volume_cache()
/freebsd/contrib/unbound/validator/
H A Dval_neg.h2 * validator/val_neg.h - validator aggressive negative caching functions.
40 * The functions help with aggressive negative caching.
92 * Per Zone aggressive negative caching data.
132 * Data element for aggressive negative caching.

12345678910>>...22