| /f-stack/app/redis-5.0.5/src/ |
| H A D | expire.c | 150 int expired; in activeExpireCycle() local 182 expired = 0; in activeExpireCycle() 195 if (activeExpireCycleTryExpire(db,de,now)) expired++; in activeExpireCycle() 203 total_expired += expired; in activeExpireCycle() 229 } while (expired > ACTIVE_EXPIRE_CYCLE_LOOKUPS_PER_LOOP/4); in activeExpireCycle() 304 int expired = 0; in expireSlaveKeys() local 309 expired = 1; in expireSlaveKeys() 316 if (expire && !expired) { in expireSlaveKeys()
|
| /f-stack/app/micro_thread/ |
| H A D | heap_timer.h | 47 void set_expired_time(uint64_t expired) { in set_expired_time() argument 48 _time_expired = expired; in set_expired_time()
|
| H A D | mt_cache.h | 62 uint32_t expired; member 67 void sk_buffer_mng_init(TSkBuffMng* mng, uint32_t expired, uint32_t size = SK_DFLT_BUFF_SIZE);
|
| H A D | mt_cache.cpp | 91 void sk_buffer_mng_init(TSkBuffMng* mng, uint32_t expired, uint32_t size) in sk_buffer_mng_init() argument 94 mng->expired = expired; in sk_buffer_mng_init() 154 if ((now - item->last_time) < mng->expired) in recycle_sk_buffer()
|
| H A D | mt_net.h | 108 void SetExpiredTime(uint64_t expired) { in SetExpiredTime() argument 109 _expired = expired; in SetExpiredTime()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | prof_structs.h | 151 bool expired; member
|
| H A D | prof_inlines_b.h | 29 } else if (unlikely(tdata->expired)) { in prof_tdata_get()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | timer_lib.rst | 55 until an entry which has not yet expired has been encountered. 56 …ce in the case where there are entries in the timer list but none of those timers have yet expired,
|
| H A D | event_timer_adapter.rst | 75 If the application wishes to rearm the timer after it has expired, it should
|
| H A D | rte_flow.rst | 2718 | ``aged`` | out | Aging timeout expired |
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | replication-psync.tcl | 151 test_psync {backlog expired} 3 100000000 1 3 {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-arb-gpio-challenge.txt | 39 6. Go back to 1 (until retry time has expired).
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 183 SLIST_ENTRY(dyn_ipv4_state) expired; 208 SLIST_ENTRY(dyn_ipv6_state) expired; 2064 next = SLIST_NEXT(s, expired); \ in dyn_free_states() 2075 s, dyn_ ## name ## _state, expired); \ in dyn_free_states() 2286 SLIST_INSERT_HEAD(&expired_ ## af, s, expired); \ in dyn_expire_states() 2340 dyn_ipv4_state, expired); in dyn_expire_states() 2343 dyn_ipv6_state, expired); in dyn_expire_states() 3240 DYN_FREE_STATES_FORCED(, s4, ipv4, expired_ipv4, expired); in ipfw_dyn_uninit() 3242 DYN_FREE_STATES_FORCED(, s6, ipv6, expired_ipv6, expired); in ipfw_dyn_uninit()
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | multi.tcl | 224 test {WATCH will not consider touched expired keys} {
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | prof.c | 1276 if (!tdata->expired) { in prof_tdata_merge_iter() 1922 tdata->expired = false; in prof_tdata_init_impl() 2040 if (!tdata->expired) { in prof_tdata_expire() 2041 tdata->expired = true; in prof_tdata_expire()
|
| /f-stack/app/redis-5.0.5/ |
| H A D | 00-RELEASENOTES | 742 1. Fix RESTORE mismatch reply when certain keys already expired. 749 4. Don't evict expired keys when the KEYS command is called, in order to 750 avoid a mass deletion event. However expired keys are not displayed 881 if we read a expired key, misses++ 901 do not delete expired keys in KEYS command 909 migrate: fix mismatch of RESTORE reply when some keys have expired. 2003 Do not migrate already expired keys. 2741 Remove AOF optimization to skip expired keys. 2942 … do a failover, eighter by manual or not, other local slaves will delete the expired keys properly.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | idle-states.yaml | 112 has not expired. The abortable nature of the PREP period can be ignored
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 694 например, "FAILED:certificate has expired".
|
| H A D | CHANGES | 681 reason, for example, "FAILED:certificate has expired". 1249 *) Bugfix: OCSP stapling might return an expired OCSP response in some 3954 *) Bugfix: an expired cached response might stick in the "UPDATING"
|
| /f-stack/freebsd/contrib/edk2/ |
| H A D | MdePkg.dec | 1916 ## Status code value for indicating a watchdog timer has expired.
|