Home
last modified time | relevance | path

Searched refs:stale (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/.github/
H A Dstale.yml1 # Number of days of inactivity before an issue becomes stale
3 # Number of days of inactivity before a stale issue is closed
7 # Issues with these labels will never be considered stale
18 # Label to use when marking an issue as stale
20 # Comment to post when marking an issue as stale. Set to `false` to disable
22 This issue has been automatically marked as "stale" because it has not had
/f-stack/dpdk/lib/librte_ip_frag/
H A Dip_frag_internal.c225 struct ip_frag_pkt *pkt, *free, *stale, *lru; in ip_frag_find() local
233 stale = NULL; in ip_frag_find()
238 if ((pkt = ip_frag_lookup(tbl, key, tms, &free, &stale)) == NULL) { in ip_frag_find()
241 if (stale != NULL) { in ip_frag_find()
242 ip_frag_tbl_del(tbl, dr, stale); in ip_frag_find()
243 free = stale; in ip_frag_find()
286 struct ip_frag_pkt **free, struct ip_frag_pkt **stale) in ip_frag_lookup() argument
366 *stale = old; in ip_frag_lookup()
H A Dip_frag_common.h45 struct ip_frag_pkt **free, struct ip_frag_pkt **stale);
/f-stack/app/redis-5.0.5/tests/assets/
H A Ddefault.conf23 slave-serve-stale-data yes
/f-stack/app/redis-5.0.5/
H A Dredis.conf308 replica-serve-stale-data yes
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp.kshlib120 log_must mv $MMP_CACHE ${MMP_CACHE}.stale
/f-stack/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst84 both pop stale data and incorrect change the head pointer. By adding a
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru74 логах могли появляться сообщения "ignoring stale global SSL error ...
603 *) Добавление: поддержка расширений stale-while-revalidate и
604 stale-if-error в строке "Cache-Control" в заголовке ответа бэкенда.
1383 "ignoring stale global SSL error ... called a function you should not
H A DCHANGES71 *) Workaround: the "ignoring stale global SSL error ... bad length"
593 *) Feature: support of "stale-while-revalidate" and "stale-if-error"
1353 *) Bugfix: the "ignoring stale global SSL error ... called a function
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_05.rst351 stale resources used for inter-process communication.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt720 the GPE before enabling it, to prevent stale events from triggering
841 that any stale events are cleared out. In case of S0ix, events are
846 enabled so that any stale events are cleared out.