OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:caching
(Results
1 - 3
of
3
) sorted by relevancy
/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/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/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
Completed in 52 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026