Home
last modified time | relevance | path

Searched refs:_cache (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/lib/device/
H A Ddev-cache.c54 } _cache; variable
56 #define _alloc(x) dm_pool_zalloc(_cache.mem, (x))
57 #define _free(x) dm_pool_free(_cache.mem, (x))
58 #define _strdup(x) dm_pool_strdup(_cache.mem, (x))
147 if (_cache.preferred_names_matcher) in dev_set_preferred_name()
168 if (_cache.preferred_names_matcher) { in _compare_paths()
169 m0 = dm_regex_match(_cache.preferred_names_matcher, path0); in _compare_paths()
170 m1 = dm_regex_match(_cache.preferred_names_matcher, path1); in _compare_paths()
258 if (!(sl->str = dm_pool_strdup(_cache.mem, path))) in _add_alias()
290 if (dm_hash_lookup(_cache.names, path)) in _insert_dev()
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h1412 #define MPFR_DECL_INIT_CACHE(_cache,_func) \ argument
1414 MPFR_LOCK_INIT( (_cache)->lock), \
1415 MPFR_LOCK_CLEAR((_cache)->lock)) \
1416 MPFR_CACHE_ATTR mpfr_cache_t _cache = {{ \
1420 MPFR_MAKE_VARFCT (mpfr_cache_t,_cache)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d83 to store the result in a _cache.
95 call to `cacheBidirectional`. Furthermore, a bidirectional _cache will
100 as `cache` would be unable to _cache the random accesses.