Searched refs:flush (Results 201 - 225 of 607) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_sgdma.c118 dev_priv->engine.instmem.flush(nvbe->dev);
158 dev_priv->engine.instmem.flush(nvbe->dev);
278 dev_priv->engine.instmem.flush(dev);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipneigh.c56 fprintf(stderr, " ip neigh {show|flush} [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n");
92 perror("Failed to send flush request\n");
321 int do_show_or_flush(int argc, char **argv, int flush) argument
331 if (flush) {
359 if (flush)
387 if (flush) {
408 fprintf(stderr, "Nothing to flush.\n");
460 if (matches(*argv, "flush") == 0)
H A Difcfg59 ip -4 addr flush dev $dev $label || exit 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dstream.h38 int (*flush)(Stream_t *); member in struct:Class_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DAccessExample.cpp122 cout.flush();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestKeyRange.cpp107 cout.flush();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A DGENpage.S67 flush %g2;
H A Dclear_page.S22 * Then we do a normal TLB flush on exit. We need only
67 flush %g1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.h52 void (*flush)(struct drm_device *dev, member in struct:intel_ring_buffer
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Daf_inet6.c852 int flush = 1; local
868 flush += ntohs(iph->payload_len) != skb_gro_len(skb);
888 flush--;
908 NAPI_GRO_CB(p)->flush |= flush;
911 NAPI_GRO_CB(skb)->flush |= flush;
924 NAPI_GRO_CB(skb)->flush |= flush;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkgdb.h268 * @flush: Pointer to a function that will flush any pending writes.
281 void (*flush) (void); member in struct:kgdb_io
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/lib/
H A DMakefile11 flush.o ip_fast_csum.o do_csum.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/include/mach/
H A Ddma.h22 uint32_t flush[6]; member in struct:msm_dmov_errdata
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ns9xxx/include/mach/
H A Duncompress.h159 static void flush(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Duncompress.h56 static inline void flush(void) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml-ostream.h98 vtable->flush (first_arg);
H A Dhtml-styled-ostream.h101 vtable->flush (first_arg);
H A Dstyled-ostream.h103 vtable->flush (first_arg);
H A Dterm-styled-ostream.h101 vtable->flush (first_arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dmisc.c113 flush();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmux.c765 AVPacket *pkt, int flush)
786 flush = 1;
788 if (s->max_interleave_delta > 0 && s->packet_buffer && !flush) {
813 flush = 1;
817 if (stream_count && flush) {
842 * @param flush 1 if no further packets are available as input and all
847 static int interleave_packet(AVFormatContext *s, AVPacket *out, AVPacket *in, int flush) argument
850 int ret = s->oformat->interleave_packet(s, out, in, flush);
855 return ff_interleave_packet_per_dts(s, out, in, flush);
860 int ret, flush local
764 ff_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c411 int flush));
531 local int deflate_fast OF((deflate_state *s, int flush));
532 local int deflate_slow OF((deflate_state *s, int flush));
731 int deflate (strm, flush)
733 int flush;
767 * a previous flush, we're done for now.
771 if (flush != Z_NO_FLUSH && flush != Z_FINISH)
783 (flush == Z_FINISH && state->status != FINISH_STATE)) {
786 if (flush
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c411 int flush));
531 local int deflate_fast OF((deflate_state *s, int flush));
532 local int deflate_slow OF((deflate_state *s, int flush));
731 int deflate (strm, flush)
733 int flush;
767 * a previous flush, we're done for now.
771 if (flush != Z_NO_FLUSH && flush != Z_FINISH)
783 (flush == Z_FINISH && state->status != FINISH_STATE)) {
786 if (flush
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dexternal_inject.c270 .flush = external_inject_ct_flush,
280 .flush = external_inject_exp_flush,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfiles.cpp179 m_stream->flush();
202 m_stream->flush();

Completed in 414 milliseconds

1234567891011>>