Searched refs:_cache (Results 1 – 3 of 3) sorted by relevance
54 } _cache; variable56 #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 …]
35 typedef struct _cache { struct36 struct _cache *next; argument
989 #define MPFR_DECL_INIT_CACHE(_cache,_func) \ argument990 mpfr_cache_t MPFR_THREAD_ATTR _cache = \