Searched refs:last_flush (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsession.h17 u64 last_flush; member in struct:ordered_samples
H A Dsession.c412 s->ordered_samples.last_flush = iter->timestamp;
542 if (timestamp < s->ordered_samples.last_flush) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddefutil.h81 int last_flush; /* value of flush param for previous deflate call */ member in struct:deflate_state
H A Ddeflate.c261 s->last_flush = Z_NO_FLUSH;
336 old_flush = s->last_flush;
337 s->last_flush = flush;
371 s->last_flush = -1;
402 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
431 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_dma.c88 primary->last_flush = 0;
118 if (primary->tail == primary->last_flush) {
137 primary->last_flush = primary->tail;
174 primary->last_flush = 0;
880 dev_priv->prim.last_flush = 0;
H A Dmga_drv.h58 u32 last_flush; member in struct:drm_mga_primary_buffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c419 s->last_flush = Z_NO_FLUSH;
686 old_flush = s->last_flush;
687 s->last_flush = flush;
879 s->last_flush = -1;
912 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
942 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c384 s->last_flush = Z_NO_FLUSH;
573 old_flush = s->last_flush;
574 s->last_flush = flush;
766 s->last_flush = -1;
797 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
822 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-3945.h91 unsigned long last_flush; member in struct:iwl3945_rs_sta
H A Diwl-3945-rs.c244 rs_sta->last_flush = jiffies;
361 rs_sta->last_flush = jiffies;
536 time_after(jiffies, rs_sta->last_flush +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c384 s->last_flush = Z_NO_FLUSH;
573 old_flush = s->last_flush;
574 s->last_flush = flush;
766 s->last_flush = -1;
797 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
822 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c384 s->last_flush = Z_NO_FLUSH;
573 old_flush = s->last_flush;
574 s->last_flush = flush;
766 s->last_flush = -1;
797 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
822 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.h108 int last_flush; /* value of flush param for previous deflate call */ member in struct:internal_state
H A Ddeflate.c419 s->last_flush = Z_NO_FLUSH;
684 old_flush = s->last_flush;
685 s->last_flush = flush;
877 s->last_flush = -1;
910 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
940 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dneighbour.h159 unsigned long last_flush; member in struct:neigh_table
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dneighbour.c162 tbl->last_flush = jiffies;
270 time_after(now, tbl->last_flush + 5 * HZ))) {
1457 tbl->last_flush = now;
1749 unsigned int flush_delta = now - tbl->last_flush;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c351 int last_flush; /* value of flush param for previous deflate call */ member in struct:deflate_state
886 s->last_flush = Z_NO_FLUSH;
992 old_flush = s->last_flush;
993 s->last_flush = flush;
1027 s->last_flush = -1;
1058 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
1087 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c351 int last_flush; /* value of flush param for previous deflate call */ member in struct:deflate_state
886 s->last_flush = Z_NO_FLUSH;
992 old_flush = s->last_flush;
993 s->last_flush = flush;
1027 s->last_flush = -1;
1058 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
1087 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */

Completed in 385 milliseconds