Searched refs:cache_timeout (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dcache_timer.c38 add_alarm(a, CONFIG(cache_timeout), 0);
44 add_alarm(a, CONFIG(cache_timeout), 0);
H A Dread_config_yy.y190 conf.cache_timeout = $2;
1875 if (CONFIG(cache_timeout) == 0)
1876 CONFIG(cache_timeout) = 180;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip.c222 long cache_timeout; member in struct:hostcache_prune_data
240 return !c->inuse && (data->now - c->timestamp >= data->cache_timeout);
247 hostcache_prune(struct curl_hash *hostcache, long cache_timeout, time_t now) argument
251 user.cache_timeout = cache_timeout;
301 user.cache_timeout = data->set.dns_cache_timeout;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dconntrackd.h100 int cache_timeout; /* cache entries timeout */ member in struct:ct_conf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dsm_ftl.c27 static int cache_timeout = 1000; variable
28 module_param(cache_timeout, bool, S_IRUGO);
29 MODULE_PARM_DESC(cache_timeout,
1077 mod_timer(&ftl->timer, jiffies + msecs_to_jiffies(cache_timeout));

Completed in 60 milliseconds