Searched refs:CACHE_TTL (Results 1 – 3 of 3) sorted by relevance
65 #define CACHE_TTL (60 * 10) macro483 time_t ttl = CACHE_TTL + gethrestime_sec(); in kidmap_cache_add_sid2uid()572 time_t ttl = CACHE_TTL + gethrestime_sec(); in kidmap_cache_add_sid2gid()660 time_t ttl = CACHE_TTL + gethrestime_sec(); in kidmap_cache_add_sid2pid()
60 #define CACHE_TTL (60 * 10) macro797 time_t ttl = CACHE_TTL + time(NULL); in idmap_cache_add_sid2uid()909 time_t ttl = CACHE_TTL + time(NULL); in idmap_cache_add_sid2gid()1019 time_t ttl = CACHE_TTL + time(NULL); in idmap_cache_add_sid2pid()1198 time_t ttl = CACHE_TTL + time(NULL); in idmap_cache_add_winname2uid()1328 time_t ttl = CACHE_TTL + time(NULL); in idmap_cache_add_winname2gid()
86 #define CACHE_TTL 180 macro215 ad_cache->ac_maxtime = time(NULL) + CACHE_TTL; in add_cache()