Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 200 of 429) sorted by relevance

123

/linux-4.1.27/lib/
Ddecompress_inflate.c39 long (*flush)(void*, unsigned long), in __gunzip()
48 if (flush) { in __gunzip()
77 strm->workspace = malloc(flush ? zlib_inflate_workspacesize() : in __gunzip()
125 if (!flush) { in __gunzip()
145 if (flush && strm->next_out > out_buf) { in __gunzip()
147 if (l != flush(out_buf, l)) { in __gunzip()
179 if (flush) in __gunzip()
188 long (*flush)(void*, unsigned long), in gunzip()
193 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); in gunzip()
198 long (*flush)(void*, unsigned long), in __decompress()
[all …]
Ddecompress_unxz.c253 long (*flush)(void *src, unsigned long size), in unxz()
269 if (fill == NULL && flush == NULL) in unxz()
277 if (flush == NULL) { in unxz()
299 if (fill == NULL && flush == NULL) { in unxz()
325 if (flush != NULL && (b.out_pos == b.out_size in unxz()
332 if (flush(b.out, b.out_pos) != (long)b.out_pos) in unxz()
342 if (flush != NULL) in unxz()
382 if (flush != NULL) in unxz()
400 long (*flush)(void*, unsigned long), in __decompress()
405 return unxz(buf, len, fill, flush, out_buf, pos, error); in __decompress()
Ddecompress_unlz4.c36 long (*flush)(void *, unsigned long), in unlz4()
55 } else if (!flush) { in unlz4()
167 if (flush && flush(outp, dest_len) != dest_len) in unlz4()
201 long (*flush)(void*, unsigned long), in __decompress()
207 return unlz4(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
Ddecompress_unlzo.c114 long (*flush)(void *, unsigned long), in unlzo()
127 } else if (!flush) { in unlzo()
258 if (flush && flush(out_buf, dst_len) != dst_len) in unlzo()
294 long (*flush)(void*, unsigned long), in __decompress()
299 return unlzo(buf, len, fill, flush, out_buf, pos, error); in __decompress()
Ddecompress_unlzma.c283 long (*flush)(void*, unsigned long); member
301 if (!wr->flush) { in peek_old_byte()
319 if (wr->flush && wr->buffer_pos == wr->header->dict_size) { in write_byte()
322 if (wr->flush((char *)wr->buffer, wr->header->dict_size) in write_byte()
539 long (*flush)(void*, unsigned long), in unlzma()
573 wr.flush = flush; in unlzma()
655 if (!wr.flush || wr.flush(wr.buffer, wr.buffer_pos) == wr.buffer_pos) in unlzma()
672 long (*flush)(void*, unsigned long), in __decompress()
677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
Ddecompress_bunzip2.c680 long (*flush)(void*, unsigned long), in bunzip2()
689 if (flush) in bunzip2()
711 if (!flush) in bunzip2()
714 if (i != flush(outbuf, i)) { in bunzip2()
740 if (flush) in bunzip2()
748 long (*flush)(void*, unsigned long), in __decompress()
753 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()
/linux-4.1.27/net/ipv4/
Dtcp_offload.c190 int flush = 1; in tcp_gro_receive() local
236 flush = NAPI_GRO_CB(p)->flush | NAPI_GRO_CB(p)->flush_id; in tcp_gro_receive()
237 flush |= (__force int)(flags & TCP_FLAG_CWR); in tcp_gro_receive()
238 flush |= (__force int)((flags ^ tcp_flag_word(th2)) & in tcp_gro_receive()
240 flush |= (__force int)(th->ack_seq ^ th2->ack_seq); in tcp_gro_receive()
242 flush |= *(u32 *)((u8 *)th + i) ^ in tcp_gro_receive()
247 flush |= (len - 1) >= mss; in tcp_gro_receive()
248 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq); in tcp_gro_receive()
250 if (flush || skb_gro_receive(head, skb)) { in tcp_gro_receive()
260 flush = len < mss; in tcp_gro_receive()
[all …]
Dudp_offload.c300 int flush = 1; in udp_gro_receive() local
321 flush = 0; in udp_gro_receive()
348 NAPI_GRO_CB(skb)->flush |= flush; in udp_gro_receive()
358 goto flush; in udp4_gro_receive()
361 if (NAPI_GRO_CB(skb)->flush) in udp4_gro_receive()
366 goto flush; in udp4_gro_receive()
374 flush: in udp4_gro_receive()
375 NAPI_GRO_CB(skb)->flush = 1; in udp4_gro_receive()
Dgre_offload.c127 int flush = 1; in gre_gro_receive() local
172 if ((greh->flags & GRE_CSUM) && !NAPI_GRO_CB(skb)->flush) { in gre_gro_receive()
180 flush = 0; in gre_gro_receive()
222 NAPI_GRO_CB(skb)->flush |= flush; in gre_gro_receive()
Dgeneve.c159 int flush = 1; in geneve_gro_receive() local
181 flush = 0; in geneve_gro_receive()
200 flush = 1; in geneve_gro_receive()
211 NAPI_GRO_CB(skb)->flush |= flush; in geneve_gro_receive()
Daf_inet.c1304 int flush = 1; in inet_gro_receive() local
1330 flush = (u16)((ntohl(*(__be32 *)iph) ^ skb_gro_len(skb)) | (id & ~IP_DF)); in inet_gro_receive()
1353 NAPI_GRO_CB(p)->flush |= in inet_gro_receive()
1365 NAPI_GRO_CB(p)->flush |= flush; in inet_gro_receive()
1368 NAPI_GRO_CB(skb)->flush |= flush; in inet_gro_receive()
1386 NAPI_GRO_CB(skb)->flush |= flush; in inet_gro_receive()
Dfou.c266 int flush = 1; in gue_gro_receive() local
326 flush = 0; in gue_gro_receive()
363 NAPI_GRO_CB(skb)->flush |= flush; in gue_gro_receive()
/linux-4.1.27/arch/mn10300/mm/
DMakefile5 cache-smp-wback-$(CONFIG_MN10300_CACHE_WBACK) := cache-smp-flush.o
10 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_ICACHE) += cache-flush-icache.o
13 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_TAG) += cache-flush-by-tag.o
14 cacheflush-$(CONFIG_MN10300_CACHE_FLUSH_BY_REG) += cache-flush-by-reg.o
17 cache-dbg-flush-by-tag.o cache-dbg-inv-by-tag.o
19 cache-dbg-flush-by-reg.o
DKconfig.cache53 prompt "CPU cache flush/invalidate method"
112 Set if the debugger needs to flush the dcache and invalidate the
121 Set if the debugger needs to flush the dcache and invalidate the
146 Set if the debugger does not need to flush the dcache and/or
Dcache-dbg-flush-by-tag.S34 # firstly flush the dcache
Dcache-dbg-flush-by-reg.S33 # firstly flush the dcache
Dcache-inv-by-reg.S136 # writeback mode, in which case we would be in flush and invalidate by
/linux-4.1.27/Documentation/x86/
Dtlb.txt5 from areas other than the one we are trying to flush will be
13 1. The size of the flush being performed. A flush of the entire
17 be no collateral damage caused by doing the global flush, and
18 all of the individual flush will have ended up being wasted
21 damage we do with a full flush. So, the larger the TLB, the
22 more attrative an individual flush looks. Data and
29 especially the contents of the TLB during a given flush. The
30 sizes of the flush will vary greatly depending on the workload as
40 This will cause us to do the global flush for more cases.
45 Despite the fact that a single individual flush on x86 is
[all …]
/linux-4.1.27/block/
Dblk-flush.c115 return 1 << ffz(rq->flush.seq); in blk_flush_cur_seq()
129 rq->end_io = rq->flush.saved_end_io; in blk_flush_restore_request()
173 BUG_ON(rq->flush.seq & seq); in blk_flush_complete_seq()
174 rq->flush.seq |= seq; in blk_flush_complete_seq()
187 list_move_tail(&rq->flush.list, pending); in blk_flush_complete_seq()
191 list_move_tail(&rq->flush.list, &fq->flush_data_in_flight); in blk_flush_complete_seq()
203 list_del_init(&rq->flush.list); in blk_flush_complete_seq()
243 list_for_each_entry_safe(rq, n, running, flush.list) { in flush_end_io()
288 list_first_entry(pending, struct request, flush.list); in blk_kick_flush()
420 memset(&rq->flush, 0, sizeof(rq->flush)); in blk_insert_flush()
[all …]
Dblk-settings.c838 void blk_queue_flush(struct request_queue *q, unsigned int flush) in blk_queue_flush() argument
840 WARN_ON_ONCE(flush & ~(REQ_FLUSH | REQ_FUA)); in blk_queue_flush()
842 if (WARN_ON_ONCE(!(flush & REQ_FLUSH) && (flush & REQ_FUA))) in blk_queue_flush()
843 flush &= ~REQ_FUA; in blk_queue_flush()
845 q->flush_flags = flush & (REQ_FLUSH | REQ_FUA); in blk_queue_flush()
DMakefile6 blk-flush.o blk-settings.o blk-ioc.o blk-map.o \
/linux-4.1.27/lib/zlib_deflate/
Ddeflate.c66 typedef block_state (*compress_func) (deflate_state *s, int flush);
70 static block_state deflate_stored (deflate_state *s, int flush);
71 static block_state deflate_fast (deflate_state *s, int flush);
72 static block_state deflate_slow (deflate_state *s, int flush);
329 int flush in zlib_deflate() argument
336 flush > Z_FINISH || flush < 0) { in zlib_deflate()
342 (s->status == FINISH_STATE && flush != Z_FINISH)) { in zlib_deflate()
349 s->last_flush = flush; in zlib_deflate()
391 } else if (strm->avail_in == 0 && flush <= old_flush && in zlib_deflate()
392 flush != Z_FINISH) { in zlib_deflate()
[all …]
/linux-4.1.27/net/ipv6/
Dip6_offload.c176 u16 flush = 1; in ipv6_gro_receive() local
192 flush += ntohs(iph->payload_len) != skb_gro_len(skb); in ipv6_gro_receive()
213 flush--; in ipv6_gro_receive()
239 NAPI_GRO_CB(p)->flush |= !!(first_word & htonl(0x0FF00000)); in ipv6_gro_receive()
240 NAPI_GRO_CB(p)->flush |= flush; in ipv6_gro_receive()
246 NAPI_GRO_CB(skb)->flush |= flush; in ipv6_gro_receive()
256 NAPI_GRO_CB(skb)->flush |= flush; in ipv6_gro_receive()
Dudp_offload.c135 goto flush; in udp6_gro_receive()
138 if (NAPI_GRO_CB(skb)->flush) in udp6_gro_receive()
143 goto flush; in udp6_gro_receive()
152 flush: in udp6_gro_receive()
153 NAPI_GRO_CB(skb)->flush = 1; in udp6_gro_receive()
Dtcpv6_offload.c22 if (!NAPI_GRO_CB(skb)->flush && in tcp6_gro_receive()
25 NAPI_GRO_CB(skb)->flush = 1; in tcp6_gro_receive()
/linux-4.1.27/arch/frv/mm/
Dtlb-flush.S41 # flush everything
85 # flush everything to do with one context
99 # specify the context we want to flush
126 # flush a range of addresses from the TLB
139 # specify the context we want to flush
153 # flush a range of addresses from the TLB
167 # specify the context we want to flush
180 bne icc0,#0,2b ; most likely a 1-page flush
DMakefile8 pgalloc.o highmem.o fault.o extable.o cache-page.o tlb-flush.o tlb-miss.o \
/linux-4.1.27/arch/tile/kernel/
Dsmp.c175 struct ipi_flush *flush = (struct ipi_flush *) info; in ipi_flush_icache_range() local
176 __flush_icache_range(flush->start, flush->end); in ipi_flush_icache_range()
181 struct ipi_flush flush = { start, end }; in flush_icache_range() local
189 on_each_cpu(ipi_flush_icache_range, &flush, 1); in flush_icache_range()
/linux-4.1.27/arch/arm/mm/
Dcache-v4.S43 mcr p15, 0, r0, c7, c7, 0 @ flush ID cache
62 mcr p15, 0, ip, c7, c7, 0 @ flush ID cache
118 mcr p15, 0, r0, c7, c7, 0 @ flush ID cache
Dproc-arm940.S54 mcr p15, 0, ip, c7, c5, 0 @ flush I cache
55 mcr p15, 0, ip, c7, c6, 0 @ flush D cache
112 mcr p15, 0, ip, c7, c6, 0 @ flush D cache
116 2: mcr p15, 0, r3, c7, c14, 2 @ clean/flush D index
166 2: mcr p15, 0, r3, c7, c14, 2 @ clean/flush D index
188 2: mcr p15, 0, r3, c7, c6, 2 @ flush D entry
235 mcr p15, 0, r3, c7, c14, 2 @ clean/flush D entry
Dproc-arm720.S82 mcr p15, 0, r1, c8, c7, 0 @ flush TLB (v4)
109 mcr p15, 0, ip, c8, c7, 0 @ flush TLB (v4)
124 mcr p15, 0, r0, c8, c7, 0 @ flush TLB (v4)
152 mcr p15, 0, r0, c8, c7, 0 @ flush TLB (v4)
Dcache-fa.S74 mcrne p15, 0, ip, c7, c5, 4 @ prefetch flush
91 bhs __flush_whole_cache @ flush whole D cache
102 mcrne p15, 0, ip, c7, c5, 4 @ prefetch flush
138 mcr p15, 0, r0, c7, c5, 4 @ prefetch flush
Dproc-xsc3.S61 @ flush instruction pipeline
178 mcrne p15, 0, ip, c7, c5, 4 @ prefetch flush
207 mcrne p15, 0, ip, c7, c5, 4 @ prefetch flush
234 mcr p15, 0, r0, c7, c5, 4 @ prefetch flush
255 mcr p15, 0, r0, c7, c5, 4 @ prefetch flush
367 mcr p15, 0, ip, c7, c5, 4 @ prefetch flush
435 mcr p15, 0, ip, c7, c5, 4 @ flush prefetch buffer
455 mcr p15, 0, ip, c7, c5, 4 @ prefetch flush
Dproc-arm946.S61 mcr p15, 0, ip, c7, c5, 0 @ flush I cache
62 mcr p15, 0, ip, c7, c6, 0 @ flush D cache
107 mcr p15, 0, ip, c7, c6, 0 @ flush D cache
111 2: mcr p15, 0, r3, c7, c14, 2 @ clean/flush D index
118 mcrne p15, 0, ip, c7, c5, 0 @ flush I cache
Dproc-fa526.S116 mcr p15, 0, ip, c7, c5, 4 @ prefetch flush
155 mcr p15, 0, r0, c7, c5, 4 @ prefetch flush
Dtlb-fa.S64 mcr p15, 0, r3, c7, c5, 4 @ prefetch flush (isb)
Dproc-sa1100.S188 mcr p15, 0, ip, c8, c7, 0 @ flush I+D TLBs
189 mcr p15, 0, ip, c7, c7, 0 @ flush I&D cache
Dtlb-v6.S87 mcr p15, 0, r2, c7, c5, 4 @ prefetch flush (isb)
Dproc-v7-2level.S44 mcr p15, 0, r2, c7, c5, 6 @ flush BTAC/BTB
Dproc-xscale.S74 sub pc, pc, #4 @ flush instruction pipeline
80 @ flush instruction pipeline
154 sub pc, pc, #4 @ flush pipeline
/linux-4.1.27/arch/metag/mm/
Dcache.c468 void *flush; in metag_code_cache_flush() local
488 flush = (void *)((int)start & ~(ICACHE_LINE_BYTES-1)); in metag_code_cache_flush()
505 PRIM_IFLUSH(flush, 3); in metag_code_cache_flush()
509 PRIM_IFLUSH(flush, 2); in metag_code_cache_flush()
511 PRIM_IFLUSH(flush, 1); in metag_code_cache_flush()
513 PRIM_IFLUSH(flush, 0); in metag_code_cache_flush()
514 flush += LOOP_INC; in metag_code_cache_flush()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c71 SVGAEscapeVideoFlush flush; member
85 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush()
86 cmd->flush.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_FLUSH; in fill_flush()
87 cmd->flush.streamId = stream_id; in fill_flush()
101 struct vmw_escape_video_flush *flush; in vmw_overlay_send_put() local
125 fifo_size = sizeof(*cmds) + sizeof(*flush) + sizeof(*items) * num_items; in vmw_overlay_send_put()
133 flush = (struct vmw_escape_video_flush *)&items[num_items]; in vmw_overlay_send_put()
172 fill_flush(flush, arg->stream_id); in vmw_overlay_send_put()
192 struct vmw_escape_video_flush flush; in vmw_overlay_send_stop() member
214 fill_flush(&cmds->flush, stream_id); in vmw_overlay_send_stop()
/linux-4.1.27/Documentation/devicetree/bindings/dma/xilinx/
Dxilinx_vdma.txt18 - xlnx,flush-fsync: Tells which channel to Flush on Frame sync.
20 {1}, flush both channels
21 {2}, flush mm2s channel
22 {3}, flush s2mm channel
45 xlnx,flush-fsync = <0x1>;
/linux-4.1.27/drivers/staging/speakup/
Dspeakup_dectlk.c55 static DECLARE_WAIT_QUEUE_HEAD(flush);
141 .flush = synth_flush,
187 wake_up_interruptible(&flush); in read_buff_add()
230 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); in do_catch_up()
235 finish_wait(&flush, &wait); in do_catch_up()
243 synth->flush(synth); in do_catch_up()
Dspeakup_apollo.c119 .flush = spk_synth_flush,
164 synth->flush(synth); in do_catch_up()
Dspeakup_decext.c138 .flush = synth_flush,
179 synth->flush(synth); in do_catch_up()
Dspeakup_keypc.c116 .flush = synth_flush,
202 synth->flush(synth); in do_catch_up()
Dspeakup_acntpc.c125 .flush = synth_flush,
201 synth->flush(synth); in do_catch_up()
Dspeakup_dtlk.c139 .flush = synth_flush,
213 synth->flush(synth); in do_catch_up()
Dspeakup_txprt.c107 .flush = spk_synth_flush,
Dspeakup_bns.c107 .flush = spk_synth_flush,
Dspeakup_dummy.c109 .flush = spk_synth_flush,
Dspeakup_spkout.c114 .flush = synth_flush,
Dspeakup_acntsa.c110 .flush = spk_synth_flush,
Dspeakup_decpc.c230 .flush = synth_flush,
395 synth->flush(synth); in do_catch_up()
Dspk_types.h174 void (*flush)(struct spk_synth *synth); member
Dspeakup_ltlk.c122 .flush = spk_synth_flush,
Dspeakup_audptr.c115 .flush = synth_flush,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Drammcp77.c71 u64 dniso, hostnb, flush; in mcp77_ram_init() local
79 flush = ((priv->base.size - (priv->poller_base + 0x40)) >> 5) - 1; in mcp77_ram_init()
88 nv_wr32(pfb, 0x100c24, flush); in mcp77_ram_init()
/linux-4.1.27/drivers/i2c/busses/
Di2c-diolan-u2c.c161 static int diolan_write_cmd(struct i2c_diolan_u2c *dev, bool flush) in diolan_write_cmd() argument
163 if (flush || dev->olen >= DIOLAN_FLUSH_LEN) in diolan_write_cmd()
169 static int diolan_usb_cmd(struct i2c_diolan_u2c *dev, u8 command, bool flush) in diolan_usb_cmd() argument
173 return diolan_write_cmd(dev, flush); in diolan_usb_cmd()
178 bool flush) in diolan_usb_cmd_data() argument
183 return diolan_write_cmd(dev, flush); in diolan_usb_cmd_data()
188 u8 d2, bool flush) in diolan_usb_cmd_data2() argument
194 return diolan_write_cmd(dev, flush); in diolan_usb_cmd_data2()
/linux-4.1.27/arch/mn10300/kernel/
Dmn10300-serial-low.S72 movhu (e3),d2 # flush
95 movhu (a2),d2 # flush
119 movhu (e3),d2 # flush
160 movhu (a2),d2 # flush
169 movhu (e3),d2 # flush
184 movhu (e3),d2 # flush
Dsmp-low.S54 # Cache flush IPI interrupt handler
Dgdb-io-serial-low.S62 movhu (XIRQxICR(GDBPORT_SERIAL_IRQ)),d2 # flush
Dgdb-io-ttysm-low.S58 movhu (GxICR(SCgRXIRQ)),d2 # flush
Dhead.S61 movhu (a1),d3 # flush
271 movhu (a0),d0 # flush
/linux-4.1.27/arch/s390/mm/
Dpgtable.c63 int flush; in crst_table_upgrade() local
66 flush = 0; in crst_table_upgrade()
92 flush = 1; in crst_table_upgrade()
99 if (flush) in crst_table_upgrade()
337 int flush = 0; in __gmap_unlink_by_vmaddr() local
342 flush = (*entry != _SEGMENT_ENTRY_INVALID); in __gmap_unlink_by_vmaddr()
346 return flush; in __gmap_unlink_by_vmaddr()
376 int flush; in gmap_unmap_segment() local
383 flush = 0; in gmap_unmap_segment()
386 flush |= __gmap_unmap_by_gaddr(gmap, to + off); in gmap_unmap_segment()
[all …]
/linux-4.1.27/net/ethernet/
Deth.c402 int flush = 1; in eth_gro_receive() local
413 flush = 0; in eth_gro_receive()
431 flush = 1; in eth_gro_receive()
442 NAPI_GRO_CB(skb)->flush |= flush; in eth_gro_receive()
/linux-4.1.27/arch/unicore32/mm/
Dcache-ucv2.S34 movc p0.c5, r0, #14 @ Dcache flush all
73 movc p0.c5, ip, #14 @ Dcache flush all
140 movc p0.c5, ip, #14 @ Dcache flush all
208 movc p0.c5, ip, #14 @ Dcache flush all
DMakefile6 obj-y += flush.o ioremap.o
/linux-4.1.27/drivers/nfc/microread/
Di2c.c169 goto flush; in microread_i2c_read()
175 goto flush; in microread_i2c_read()
192 goto flush; in microread_i2c_read()
202 flush: in microread_i2c_read()
/linux-4.1.27/arch/arm/boot/compressed/
Dhead-xscale.S17 @ Be sure to flush kernel binary out of the cache,
27 mcr p15, 0, r0, c7, c7, 0 @ flush I & D caches
Dhead.S632 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache
633 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache
642 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache
643 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache
743 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
750 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
764 mcrne p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
798 mcr p15, 0, r0, c8, c7, 0 @ flush UTLB
803 mcr p15, 0, r0, c8, c7, 0 @ flush UTLB
818 sub pc, lr, r0, lsr #32 @ properly flush pipeline
[all …]
Dmisc.c96 flush(); in putstr()
/linux-4.1.27/kernel/debug/
Dgdbstub.c133 if (dbg_io_ops->flush) in get_packet()
134 dbg_io_ops->flush(); in get_packet()
167 if (dbg_io_ops->flush) in put_packet()
168 dbg_io_ops->flush(); in put_packet()
188 if (dbg_io_ops->flush) in put_packet()
189 dbg_io_ops->flush(); in put_packet()
1143 if (dbg_io_ops->flush) in gdbstub_exit()
1144 dbg_io_ops->flush(); in gdbstub_exit()
/linux-4.1.27/include/linux/
Dzlib.h217 extern int zlib_deflate (z_streamp strm, int flush);
337 extern int zlib_inflate (z_streamp strm, int flush);
Defi.h358 u32 flush; member
378 u64 flush; member
398 void *flush; member
760 u32 flush; member
774 u64 flush; member
792 void *flush; member
Ddm-dirty-log.h77 int (*flush)(struct dm_dirty_log *log); member
Dkgdb.h277 void (*flush) (void); member
/linux-4.1.27/arch/sparc/mm/
Dultra.S42 flush %g3
74 flush %o4
106 flush %o4
130 flush %o3
141 flush %g6
144 flush %o1
163 flush %o0 + %g2
170 #error only page shift of 13 is supported by dcache flush
228 flush %o2
253 flush %o4
[all …]
Dtsunami.S43 flush %o1
45 flush %o1 + 4
Dswift.S214 flush %o1
216 flush %o1 + 4
/linux-4.1.27/drivers/tty/
Dn_r3964.c379 static void flush(struct r3964_info *pInfo) in flush() function
405 flush(pInfo); in trigger_transmit()
419 flush(pInfo); in retry_transmit()
430 flush(pInfo); in retry_transmit()
474 flush(pInfo); in transmit_block()
500 flush(pInfo); in on_receive_block()
514 flush(pInfo); in on_receive_block()
626 flush(pInfo); in receive_char()
704 flush(pInfo); in on_timeout()
714 flush(pInfo); in on_timeout()
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dramht.c54 bar->flush(bar); in nvkm_ramht_insert()
73 bar->flush(bar); in nvkm_ramht_remove()
/linux-4.1.27/fs/ecryptfs/
Dfile.c254 if (lower_file->f_op->flush) { in ecryptfs_flush()
256 return lower_file->f_op->flush(lower_file, td); in ecryptfs_flush()
351 .flush = ecryptfs_flush,
370 .flush = ecryptfs_flush,
/linux-4.1.27/Documentation/block/
Dwriteback_cache_control.txt17 a forced cache flush, and the Force Unit Access (FUA) flag for requests.
29 flush without any dependent I/O. It is recommend to use
30 the blkdev_issue_flush() helper for a pure cache flush.
55 bits need to be propagated to underlying devices, and a global flush needs
/linux-4.1.27/Documentation/
Dcachetlb.txt19 on a cpu (see mm_cpumask()), one need not perform a flush
28 invoke one of the following flush methods _after_ the page table
33 The most severe flush of all. After this interface runs,
129 The cache level flush will always be first, because this allows
295 of that page. It is important to flush here to handle
314 the actual flush if there are currently no user processes
322 made of this flag bit, and if set the flush is done and the flag
325 IMPORTANT NOTE: It is often important, if you defer the flush,
326 that the actual flush occurs on the same CPU
344 likely that you will need to flush the instruction cache
[all …]
Dio_ordering.txt5 chipset to flush pending writes to the device before any reads are posted. A
45 Here, the reads from safe_register will cause the I/O chipset to flush any
Dhsi.txt57 - flush the HSI port
/linux-4.1.27/arch/arm/include/debug/
Duncompress.h6 static inline void flush(void) {} in flush() function
/linux-4.1.27/include/linux/decompress/
Dunlzma.h6 long (*flush)(void*, unsigned long),
Dunlzo.h6 long (*flush)(void*, unsigned long),
Dinflate.h6 long (*flush)(void*, unsigned long),
Dunlz4.h6 long (*flush)(void*, unsigned long),
Dbunzip2.h6 long (*flush)(void*, unsigned long),
Dunxz.h15 long (*flush)(void *src, unsigned long size),
Dgeneric.h6 long (*flush)(void*, unsigned long),
/linux-4.1.27/arch/sh/mm/
DMakefile10 cacheops-$(CONFIG_CPU_SH4) := cache-sh4.o flush-sh4.o
11 cacheops-$(CONFIG_CPU_SH5) := cache-sh5.o flush-sh4.o
/linux-4.1.27/arch/arm/mach-footbridge/include/mach/
Duncompress.h30 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-versatile/include/mach/
Duncompress.h36 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-gemini/include/mach/
Duncompress.h33 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-dove/include/mach/
Duncompress.h29 static void flush(void) in flush() function
/linux-4.1.27/fs/f2fs/
Dtrace.c83 void f2fs_trace_ios(struct page *page, struct f2fs_io_info *fio, int flush) in f2fs_trace_ios() argument
89 if (flush) { in f2fs_trace_ios()
/linux-4.1.27/arch/arm/mach-iop13xx/include/mach/
Duncompress.h15 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-spear/include/mach/
Duncompress.h33 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-w90x900/include/mach/
Duncompress.h40 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-ks8695/include/mach/
Duncompress.h28 static inline void flush(void) in flush() function
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv50.c56 bar->flush(bar); in nv50_fifo_playlist_update_locked()
97 bar->flush(bar); in nv50_fifo_context_attach()
151 bar->flush(bar); in nv50_fifo_context_detach()
245 bar->flush(bar); in nv50_fifo_chan_ctor_dma()
308 bar->flush(bar); in nv50_fifo_chan_ctor_ind()
Dg84.c75 bar->flush(bar); in g84_fifo_context_attach()
123 bar->flush(bar); in g84_fifo_context_detach()
230 bar->flush(bar); in g84_fifo_chan_ctor_dma()
305 bar->flush(bar); in g84_fifo_chan_ctor_ind()
Dgf100.c95 bar->flush(bar); in gf100_fifo_runlist_update()
140 bar->flush(bar); in gf100_fifo_context_attach()
176 bar->flush(bar); in gf100_fifo_context_detach()
246 bar->flush(bar); in gf100_fifo_chan_ctor()
Dgk104.c115 bar->flush(bar); in gk104_fifo_runlist_update()
164 bar->flush(bar); in gk104_fifo_context_attach()
202 bar->flush(bar); in gk104_fifo_context_detach()
281 bar->flush(bar); in gk104_fifo_chan_ctor()
/linux-4.1.27/arch/arm/mach-mmp/include/mach/
Duncompress.h34 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-iop33x/include/mach/
Duncompress.h21 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-ebsa110/include/mach/
Duncompress.h30 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-clps711x/include/mach/
Duncompress.h46 static inline void flush(void) in flush() function
/linux-4.1.27/drivers/net/ethernet/sfc/
Dselftest.c81 bool flush; member
279 if ((state == NULL) || state->flush) in efx_loopback_rx_packet()
527 state->flush = false; in efx_test_loopback()
617 state->flush = true; in efx_test_loopbacks()
626 state->flush = true; in efx_test_loopbacks()
659 state->flush = true; in efx_test_loopbacks()
/linux-4.1.27/arch/arm/mach-lpc32xx/include/mach/
Duncompress.h50 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-iop32x/include/mach/
Duncompress.h21 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-orion5x/include/mach/
Duncompress.h30 static void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
Duncompress.h44 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-mv78xx0/include/mach/
Duncompress.h28 static void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/
Duncompress.h34 static void flush(void) in flush() function
/linux-4.1.27/arch/arm64/mm/
DMakefile2 cache.o copypage.o flush.o \
/linux-4.1.27/arch/arm/mach-realview/include/mach/
Duncompress.h66 static inline void flush(void) in flush() function
/linux-4.1.27/arch/x86/power/
Dhibernate_asm_64.S66 movq %cr3, %rcx; # flush TLB
118 movq %cr3, %rcx; # flush TLB
Dhibernate_asm_32.S38 movl %cr3, %eax; # flush TLB
/linux-4.1.27/arch/sparc/
DKconfig.debug10 bool "D-cache flush debugging"
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dbar.h18 void (*flush)(struct nvkm_bar *); member
Dmmu.h60 void (*flush)(struct nvkm_vm *); member
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Duncompress.h53 static inline void flush(void) in flush() function
/linux-4.1.27/arch/arm/mach-ep93xx/include/mach/
Duncompress.h51 static inline void flush(void) in flush() function
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_crtc.c85 uint32_t flush = 0; in crtc_flush() local
89 flush |= pipe2flush(pipe_id); in crtc_flush()
92 flush |= ovlp2flush(mdp4_crtc->ovlp); in crtc_flush()
94 DBG("%s: flush=%08x", mdp4_crtc->name, flush); in crtc_flush()
96 mdp4_write(mdp4_kms, REG_MDP4_OVERLAY_FLUSH, flush); in crtc_flush()
/linux-4.1.27/arch/arm/mach-netx/include/mach/
Duncompress.h58 static inline void flush(void) in flush() function
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Drecv.c38 bool flush) in ath_rx_buf_link() argument
65 else if (!flush) in ath_rx_buf_link()
72 bool flush) in ath_rx_buf_relink() argument
75 ath_rx_buf_link(sc, sc->rx.buf_hold, flush); in ath_rx_buf_relink()
997 int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp) in ath_rx_tasklet() argument
1159 ath_rx_buf_relink(sc, bf, flush); in ath_rx_tasklet()
1160 if (!flush) in ath_rx_tasklet()
1162 } else if (!flush) { in ath_rx_tasklet()
/linux-4.1.27/arch/x86/kvm/
Dmmu.c1183 bool flush = false; in __rmap_write_protect() local
1188 flush |= spte_write_protect(kvm, sptep, pt_protect); in __rmap_write_protect()
1192 return flush; in __rmap_write_protect()
1210 bool flush = false; in __rmap_clear_dirty() local
1215 flush |= spte_clear_dirty(kvm, sptep); in __rmap_clear_dirty()
1219 return flush; in __rmap_clear_dirty()
1237 bool flush = false; in __rmap_set_dirty() local
1242 flush |= spte_set_dirty(kvm, sptep); in __rmap_set_dirty()
1246 return flush; in __rmap_set_dirty()
1876 bool flush = false; in kvm_sync_pages() local
[all …]
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dgf100.c166 bar->flush(bar); in gf100_vm_flush()
224 priv->base.flush = gf100_vm_flush; in gf100_mmu_ctor()
Dnv50.c157 bar->flush(bar); in nv50_vm_flush()
228 priv->base.flush = nv50_vm_flush; in nv50_mmu_ctor()
Dbase.c70 mmu->flush(vm); in nvkm_vm_map_at()
128 mmu->flush(vm); in nvkm_vm_map_sg_table()
166 mmu->flush(vm); in nvkm_vm_map_sg()
213 mmu->flush(vm); in nvkm_vm_unmap_at()
Dnv04.c106 priv->base.flush = nv04_vm_flush; in nv04_mmu_ctor()
Dnv41.c113 priv->base.flush = nv41_vm_flush; in nv41_mmu_ctor()
/linux-4.1.27/fs/exofs/
Dfile.c76 .flush = exofs_flush,
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_trace.h478 TP_PROTO(struct intel_engine_cs *ring, u32 invalidate, u32 flush),
479 TP_ARGS(ring, invalidate, flush),
485 __field(u32, flush)
492 __entry->flush = flush;
497 __entry->invalidate, __entry->flush)
Dintel_ringbuffer.c2334 u32 invalidate, u32 flush) in gen6_bsd_ring_flush() argument
2446 u32 invalidate, u32 flush) in gen6_ring_flush() argument
2520 ring->flush = gen8_render_ring_flush; in intel_init_render_ring_buffer()
2534 ring->flush = gen7_render_ring_flush; in intel_init_render_ring_buffer()
2536 ring->flush = gen6_render_ring_flush; in intel_init_render_ring_buffer()
2565 ring->flush = gen4_render_ring_flush; in intel_init_render_ring_buffer()
2575 ring->flush = gen2_render_ring_flush; in intel_init_render_ring_buffer()
2577 ring->flush = gen4_render_ring_flush; in intel_init_render_ring_buffer()
2652 ring->flush = gen6_bsd_ring_flush; in intel_init_bsd_ring_buffer()
2691 ring->flush = bsd_ring_flush; in intel_init_bsd_ring_buffer()
[all …]
/linux-4.1.27/arch/arm/mach-davinci/include/mach/
Duncompress.h43 static inline void flush(void) in flush() function
/linux-4.1.27/arch/x86/xen/
Dmmu.c614 int flush = 0; in __xen_pgd_walk() local
658 flush |= (*func)(mm, virt_to_page(pud), PT_PUD); in __xen_pgd_walk()
673 flush |= (*func)(mm, virt_to_page(pmd), PT_PMD); in __xen_pgd_walk()
687 flush |= (*func)(mm, pte, PT_PTE); in __xen_pgd_walk()
695 flush |= (*func)(mm, virt_to_page(pgd), PT_PGD); in __xen_pgd_walk()
697 return flush; in __xen_pgd_walk()
742 int flush; in xen_pin_page() local
745 flush = 0; /* already pinned */ in xen_pin_page()
749 flush = 1; in xen_pin_page()
756 flush = 0; in xen_pin_page()
[all …]
/linux-4.1.27/arch/sparc/lib/
DGENpatch.S23 flush %g2;
DU3patch.S23 flush %g2;
DNG2patch.S23 flush %g2;
DNGpatch.S23 flush %g2;
DNG4patch.S23 flush %g2;
DGENpage.S67 flush %g2;
Dclear_page.S67 flush %g1
/linux-4.1.27/drivers/mtd/
Dmtd_blkdevs.c91 return tr->flush(dev); in do_blktrans_request()
304 ret = dev->tr->flush ? dev->tr->flush(dev) : 0; in blktrans_ioctl()
415 if (tr->flush) in add_mtd_blktrans_dev()
/linux-4.1.27/drivers/md/
Ddm-table.c1317 unsigned flush = (*(unsigned *)data); in device_flush_capable() local
1320 return q && (q->flush_flags & flush); in device_flush_capable()
1323 static bool dm_table_supports_flush(struct dm_table *t, unsigned flush) in dm_table_supports_flush() argument
1344 ti->type->iterate_devices(ti, device_flush_capable, &flush)) in dm_table_supports_flush()
1483 unsigned flush = 0; in dm_table_set_restrictions() local
1496 flush |= REQ_FLUSH; in dm_table_set_restrictions()
1498 flush |= REQ_FUA; in dm_table_set_restrictions()
1500 blk_queue_flush(q, flush); in dm_table_set_restrictions()
/linux-4.1.27/include/net/irda/
Dircomm_param.h142 int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush);
/linux-4.1.27/include/linux/hsi/
Dhsi.h247 int (*flush)(struct hsi_client *cl); member
390 return hsi_get_port(cl)->flush(cl); in hsi_flush()
/linux-4.1.27/drivers/ide/
Dide-gd.c74 drive->disk_ops->flush(drive); in ide_gd_remove()
137 drive->disk_ops->flush(drive);
262 drive->disk_ops->flush(drive);
Dide-disk.c525 unsigned flush = 0; in update_flush() local
549 flush = REQ_FLUSH; in update_flush()
554 blk_queue_flush(drive->queue, flush); in update_flush()
792 .flush = ide_disk_flush,
/linux-4.1.27/arch/arm/mach-omap1/include/mach/
Duncompress.h62 static inline void flush(void) in flush() function
/linux-4.1.27/arch/um/kernel/
Dtlb.c390 void *flush = NULL; in flush_tlb_page() local
429 1, &flush); in flush_tlb_page()
431 else err = unmap(mm_id, address, PAGE_SIZE, 1, &flush); in flush_tlb_page()
434 err = protect(mm_id, address, PAGE_SIZE, prot, 1, &flush); in flush_tlb_page()
/linux-4.1.27/include/linux/mtd/
Dblktrans.h73 int (*flush)(struct mtd_blktrans_dev *dev); member
/linux-4.1.27/include/crypto/
Dmcryptd.h84 struct delayed_work flush; member
/linux-4.1.27/arch/arm/mach-ep93xx/
Dcrunch-bits.S90 mov r2, r2 @ flush out enable (@@@)
235 ldr r2, [r4, #0x80] @ flush out enable (@@@)
243 ldr r5, [r4, #0x80] @ flush out enable (@@@)
/linux-4.1.27/fs/cifs/
Dcifsfs.c917 .flush = cifs_flush,
935 .flush = cifs_flush,
954 .flush = cifs_flush,
971 .flush = cifs_flush,
988 .flush = cifs_flush,
1006 .flush = cifs_flush,
/linux-4.1.27/Documentation/arm/
Dmemory.txt34 fffe0000 fffeffff XScale cache flush area. This is used
35 in proc-xscale.S to flush the whole data
/linux-4.1.27/Documentation/filesystems/
Dxfs-delayed-logging-design.txt19 This allows the log to avoid needing to flush each change to disk before
172 trying to get the lock on object A to flush it to the log buffer. This appears
192 Hence we avoid the need to lock items when we need to flush outstanding
344 the CIL would look like this before the flush:
364 And after the flush the CIL head is empty, and the checkpoint context log
390 start, while the checkpoint flush code works over the log vector chain to
446 that are currently committing to the log. When we flush a checkpoint, the
468 is, we need to flush the CIL and potentially wait for it to complete. This is a
470 and push if required. Indeed, placing the current sequence checkpoint flush in
547 checkpoint flush code.
[all …]
/linux-4.1.27/drivers/block/aoe/
Daoedev.c304 flush(const char __user *str, size_t cnt, int exiting) in flush() function
389 return flush(str, cnt, NOT_EXITING); in aoedev_flush()
519 flush(NULL, 0, EXITING); in aoedev_exit()
/linux-4.1.27/drivers/bluetooth/
Dhci_ldisc.c233 hu->proto->flush(hu); in hci_uart_flush()
247 hdev->flush = NULL; in hci_uart_close()
480 hdev->flush = hci_uart_flush; in hci_uart_register_dev()
Dhci_uart.h63 int (*flush)(struct hci_uart *hu); member
Dhci_bcm.c138 .flush = bcm_flush,
Dhci_h4.c156 .flush = h4_flush,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
Dnv50.c204 priv->base.flush = nv50_bar_flush; in nv50_bar_ctor()
206 priv->base.flush = g84_bar_flush; in nv50_bar_ctor()
/linux-4.1.27/lib/zlib_inflate/
Dinflate.c317 int zlib_inflate(z_streamp strm, int flush) in zlib_inflate() argument
393 if (flush == Z_BLOCK) goto inf_leave; in zlib_inflate()
732 if (flush == Z_PACKET_FLUSH && ret == Z_OK && in zlib_inflate()
736 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in zlib_inflate()
/linux-4.1.27/Documentation/aoe/
Dudev.txt23 SUBSYSTEM=="aoe", KERNEL=="flush", NAME="etherd/%k", GROUP="disk", MODE="0220"
/linux-4.1.27/drivers/gpu/host1x/
Ddev.h47 void (*flush)(struct host1x_cdma *cdma); member
240 host->cdma_op->flush(cdma); in host1x_hw_cdma_flush()
/linux-4.1.27/drivers/iommu/
Dintel-iommu.c1376 iommu->flush.flush_iotlb(iommu, did, 0, 0, in iommu_flush_iotlb_psi()
1379 iommu->flush.flush_iotlb(iommu, did, addr | ih, mask, in iommu_flush_iotlb_psi()
1879 iommu->flush.flush_context(iommu, 0, in domain_context_mapping_one()
1883 iommu->flush.flush_iotlb(iommu, id, 0, 0, DMA_TLB_DSI_FLUSH); in domain_context_mapping_one()
2125 iommu->flush.flush_context(iommu, 0, 0, 0, in iommu_detach_dev()
2127 iommu->flush.flush_iotlb(iommu, 0, 0, 0, DMA_TLB_GLOBAL_FLUSH); in iommu_detach_dev()
2756 iommu->flush.flush_context = __iommu_flush_context; in intel_iommu_init_qi()
2757 iommu->flush.flush_iotlb = __iommu_flush_iotlb; in intel_iommu_init_qi()
2761 iommu->flush.flush_context = qi_flush_context; in intel_iommu_init_qi()
2762 iommu->flush.flush_iotlb = qi_flush_iotlb; in intel_iommu_init_qi()
[all …]
/linux-4.1.27/Documentation/ia64/
DREADME38 obvious targets include making sure we don't flush the TLB
/linux-4.1.27/arch/ia64/lib/
DMakefile11 flush.o ip_fast_csum.o do_csum.o \
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dgf100.c106 bar->flush(bar); in gf100_sw_vblsem_release()
/linux-4.1.27/drivers/md/bcache/
Drequest.c916 struct bio *flush = bio_alloc_bioset(GFP_NOIO, 0, in cached_dev_write() local
919 flush->bi_rw = WRITE_FLUSH; in cached_dev_write()
920 flush->bi_bdev = bio->bi_bdev; in cached_dev_write()
921 flush->bi_end_io = request_endio; in cached_dev_write()
922 flush->bi_private = cl; in cached_dev_write()
924 closure_bio_submit(flush, cl, s->d); in cached_dev_write()
/linux-4.1.27/net/irda/ircomm/
Dircomm_param.c98 int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush) in ircomm_param_request() argument
142 if (flush) { in ircomm_param_request()
/linux-4.1.27/arch/arm/mach-rpc/include/mach/
Duncompress.h108 static inline void flush(void) in flush() function
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_gpu.h51 void (*flush)(struct msm_gpu *gpu); member
/linux-4.1.27/drivers/nfc/pn544/
Di2c.c391 goto flush; in pn544_hci_i2c_read()
397 goto flush; in pn544_hci_i2c_read()
414 goto flush; in pn544_hci_i2c_read()
424 flush: in pn544_hci_i2c_read()
/linux-4.1.27/include/net/
Ddn_fib.h88 int (*flush)(struct dn_fib_table *t); member
/linux-4.1.27/fs/nfs/
Dnfs4file.c177 .flush = nfs_file_flush,
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid-picolcd42 to flush it's tiny changes explicitely at higher than default rate.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
Dnv50.c101 bar->flush(bar); in nv50_mpeg_context_ctor()
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-xen-backend39 Number of flush requests from the frontend.
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2800soc.c160 .flush = rt2x00mac_flush,
/linux-4.1.27/fs/jffs2/
DTODO4 space it could take. Let GC flush the outstanding writes because the
/linux-4.1.27/arch/tile/lib/
Dusercopy_32.S108 1: { flush r0; addi r1, r1, -CHIP_FLUSH_STRIDE() }
Dusercopy_64.S108 1: { flush r0; addi r1, r1, -CHIP_FLUSH_STRIDE() }
/linux-4.1.27/include/uapi/drm/
Dr128_drm.h248 int flush; member
/linux-4.1.27/drivers/gpu/drm/msm/adreno/
Da4xx_gpu.c133 gpu->funcs->flush(gpu); in a4xx_me_init()
523 .flush = adreno_flush,
/linux-4.1.27/kernel/
Dacct.c184 if (file->f_op->flush) in close_work()
185 file->f_op->flush(file, NULL); in close_work()
/linux-4.1.27/Documentation/virtual/kvm/
Dlocking.txt117 3): flush tlbs due to spte updated
118 If the spte is updated from writable to readonly, we should flush all TLBs,
/linux-4.1.27/arch/microblaze/kernel/cpu/
Dcache.c479 wdc.flush); in __flush_dcache_all_wb()
499 CACHE_RANGE_LOOP_2(start, end, cpuinfo.dcache_line_length, wdc.flush); in __flush_dcache_range_wb()
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb.c379 struct mcryptd_alg_cstate *cstate, bool flush) in sha_finish_walk() argument
404 if (flush) in sha_finish_walk()
885 INIT_DELAYED_WORK(&cpu_state->flush, mcryptd_flusher); in sha1_mb_mod_init()
/linux-4.1.27/arch/unicore32/boot/compressed/
Dhead.S143 movc p0.c5, r0, #14 @ flush dcache
/linux-4.1.27/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt87 mac80211->driver: flush frames

123