Home
last modified time | relevance | path

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

123

/linux-4.4.14/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.4.14/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()
Daf_inet.c1299 int flush = 1; in inet_gro_receive() local
1325 flush = (u16)((ntohl(*(__be32 *)iph) ^ skb_gro_len(skb)) | (id & ~IP_DF)); in inet_gro_receive()
1348 NAPI_GRO_CB(p)->flush |= in inet_gro_receive()
1360 NAPI_GRO_CB(p)->flush |= flush; in inet_gro_receive()
1363 NAPI_GRO_CB(skb)->flush |= flush; in inet_gro_receive()
1381 NAPI_GRO_CB(skb)->flush |= flush; in inet_gro_receive()
Dfou.c262 int flush = 1; in gue_gro_receive() local
322 flush = 0; in gue_gro_receive()
359 NAPI_GRO_CB(skb)->flush |= flush; in gue_gro_receive()
/linux-4.4.14/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-reg.S33 # firstly flush the dcache
Dcache-dbg-flush-by-tag.S34 # firstly flush the dcache
Dcache-inv-by-reg.S136 # writeback mode, in which case we would be in flush and invalidate by
/linux-4.4.14/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.4.14/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.4.14/block/
Dblk-flush.c116 return 1 << ffz(rq->flush.seq); in blk_flush_cur_seq()
130 rq->end_io = rq->flush.saved_end_io; in blk_flush_restore_request()
174 BUG_ON(rq->flush.seq & seq); in blk_flush_complete_seq()
175 rq->flush.seq |= seq; in blk_flush_complete_seq()
188 list_move_tail(&rq->flush.list, pending); in blk_flush_complete_seq()
192 list_move_tail(&rq->flush.list, &fq->flush_data_in_flight); in blk_flush_complete_seq()
204 list_del_init(&rq->flush.list); in blk_flush_complete_seq()
249 list_for_each_entry_safe(rq, n, running, flush.list) { in flush_end_io()
294 list_first_entry(pending, struct request, flush.list); in blk_kick_flush()
433 memset(&rq->flush, 0, sizeof(rq->flush)); in blk_insert_flush()
[all …]
Dblk-settings.c832 void blk_queue_flush(struct request_queue *q, unsigned int flush) in blk_queue_flush() argument
834 WARN_ON_ONCE(flush & ~(REQ_FLUSH | REQ_FUA)); in blk_queue_flush()
836 if (WARN_ON_ONCE(!(flush & REQ_FLUSH) && (flush & REQ_FUA))) in blk_queue_flush()
837 flush &= ~REQ_FUA; in blk_queue_flush()
839 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.4.14/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.4.14/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.4.14/tools/testing/nvdimm/test/
Dnfit.c143 void **flush; member
457 t->flush[i] = test_alloc(t, 8, &t->flush_dma[i]); in nfit_test0_alloc()
458 if (!t->flush[i]) in nfit_test0_alloc()
498 struct acpi_nfit_flush_address *flush; in nfit_test0_setup() local
922 flush = nfit_buf + offset; in nfit_test0_setup()
923 flush->header.type = ACPI_NFIT_TYPE_FLUSH_ADDRESS; in nfit_test0_setup()
924 flush->header.length = sizeof(struct acpi_nfit_flush_address); in nfit_test0_setup()
925 flush->device_handle = handle[0]; in nfit_test0_setup()
926 flush->hint_count = 1; in nfit_test0_setup()
927 flush->hint_address[0] = t->flush_dma[0]; in nfit_test0_setup()
[all …]
/linux-4.4.14/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.4.14/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.S47 mcr p15, 0, r2, c7, c5, 6 @ flush BTAC/BTB
/linux-4.4.14/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.4.14/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()
Dvmwgfx_cmdbuf.c960 size_t size, bool flush) in vmw_cmdbuf_commit_cur() argument
970 if (flush) in vmw_cmdbuf_commit_cur()
1017 struct vmw_cmdbuf_header *header, bool flush) in vmw_cmdbuf_commit() argument
1020 vmw_cmdbuf_commit_cur(man, size, flush); in vmw_cmdbuf_commit()
1031 if (flush) in vmw_cmdbuf_commit()
/linux-4.4.14/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.4.14/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_acntpc.c125 .flush = synth_flush,
201 synth->flush(synth); in do_catch_up()
Dspeakup_keypc.c116 .flush = synth_flush,
202 synth->flush(synth); in do_catch_up()
Dspeakup_dtlk.c139 .flush = synth_flush,
213 synth->flush(synth); in do_catch_up()
Dspeakup_bns.c107 .flush = spk_synth_flush,
Dspeakup_dummy.c109 .flush = spk_synth_flush,
Dspeakup_txprt.c107 .flush = spk_synth_flush,
Dspeakup_spkout.c114 .flush = synth_flush,
Dspeakup_acntsa.c110 .flush = spk_synth_flush,
Dspeakup_decpc.c231 .flush = synth_flush,
396 synth->flush(synth); in do_catch_up()
Dspk_types.h174 void (*flush)(struct spk_synth *synth); member
Dspeakup_ltlk.c122 .flush = spk_synth_flush,
/linux-4.4.14/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.4.14/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.4.14/Documentation/features/vm/TLB/
Darch-support.txt2 # Feature name: batch-unmap-tlb-flush
4 # description: arch supports deferral of TLB flush until multiple pages are unmapped
/linux-4.4.14/net/ethernet/
Deth.c404 int flush = 1; in eth_gro_receive() local
415 flush = 0; in eth_gro_receive()
433 flush = 1; in eth_gro_receive()
444 NAPI_GRO_CB(skb)->flush |= flush; in eth_gro_receive()
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
Dbase.c29 if (bar && bar->func->flush) in nvkm_bar_flush()
30 bar->func->flush(bar); in nvkm_bar_flush()
Dgk20a.c30 .flush = g84_bar_flush,
Dpriv.h15 void (*flush)(struct nvkm_bar *); member
Dg84.c49 .flush = g84_bar_flush,
Dgf100.c175 .flush = g84_bar_flush,
/linux-4.4.14/Documentation/DocBook/
Dsh.xml.db1 API-sq-flush-range
12 API---flush-tlb-slot
Dz8530book.xml.db21 API-z8530-flush-fifo
Dscsi.xml.db26 API-scsi-eh-flush-done-q
91 API-scsi-flush-work
/linux-4.4.14/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.4.14/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.4.14/include/linux/
Dzlib.h217 extern int zlib_deflate (z_streamp strm, int flush);
337 extern int zlib_inflate (z_streamp strm, int flush);
Ddm-dirty-log.h77 int (*flush)(struct dm_dirty_log *log); member
Defi.h362 u32 flush; member
382 u64 flush; member
402 void *flush; member
770 u32 flush; member
784 u64 flush; member
802 void *flush; member
Dkgdb.h277 void (*flush) (void); member
/linux-4.4.14/arch/s390/mm/
Dpgtable.c301 int flush = 0; in __gmap_unlink_by_vmaddr() local
306 flush = (*entry != _SEGMENT_ENTRY_INVALID); in __gmap_unlink_by_vmaddr()
310 return flush; in __gmap_unlink_by_vmaddr()
340 int flush; in gmap_unmap_segment() local
347 flush = 0; in gmap_unmap_segment()
350 flush |= __gmap_unmap_by_gaddr(gmap, to + off); in gmap_unmap_segment()
352 if (flush) in gmap_unmap_segment()
371 int flush; in gmap_map_segment() local
379 flush = 0; in gmap_map_segment()
383 flush |= __gmap_unmap_by_gaddr(gmap, to + off); in gmap_map_segment()
[all …]
/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Drammcp77.c39 u32 flush = ((ram->base.size - (ram->poller_base + 0x40)) >> 5) - 1; in mcp77_ram_init() local
48 nvkm_wr32(device, 0x100c24, flush); in mcp77_ram_init()
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/memory-controllers/
Dath79-ddr-controller.txt4 to flush the FIFO between various devices and the DDR. This is mainly used
5 by the IRQ controller to flush the FIFO before running the interrupt handler
/linux-4.4.14/drivers/nfc/fdp/
Di2c.c158 goto flush; in fdp_nci_i2c_read()
174 goto flush; in fdp_nci_i2c_read()
186 goto flush; in fdp_nci_i2c_read()
198 flush: in fdp_nci_i2c_read()
/linux-4.4.14/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()
350 .flush = ecryptfs_flush,
369 .flush = ecryptfs_flush,
/linux-4.4.14/arch/powerpc/kernel/
Diommu.c340 if (tbl->it_ops->flush) in iommu_alloc()
341 tbl->it_ops->flush(tbl); in iommu_alloc()
427 if (tbl->it_ops->flush) in iommu_free()
428 tbl->it_ops->flush(tbl); in iommu_free()
537 if (tbl->it_ops->flush) in ppc_iommu_map_sg()
538 tbl->it_ops->flush(tbl); in ppc_iommu_map_sg()
603 if (tbl->it_ops->flush) in ppc_iommu_unmap_sg()
604 tbl->it_ops->flush(tbl); in ppc_iommu_unmap_sg()
935 if (tbl->it_ops->flush) in iommu_flush_tce()
936 tbl->it_ops->flush(tbl); in iommu_flush_tce()
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dqca,ath79-cpu-intc.txt3 On most SoC the IRQ controller need to flush the DDR FIFO before running
21 buffer flush
/linux-4.4.14/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.4.14/arch/arm/include/debug/
Duncompress.h6 static inline void flush(void) {} in flush() function
/linux-4.4.14/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.4.14/include/linux/decompress/
Dunlzma.h6 long (*flush)(void*, unsigned long),
Dunlz4.h6 long (*flush)(void*, unsigned long),
Dunlzo.h6 long (*flush)(void*, unsigned long),
Dinflate.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.4.14/arch/arm/mach-versatile/include/mach/
Duncompress.h36 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-footbridge/include/mach/
Duncompress.h30 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-gemini/include/mach/
Duncompress.h33 static inline void flush(void) in flush() function
/linux-4.4.14/fs/f2fs/
Dtrace.c83 void f2fs_trace_ios(struct f2fs_io_info *fio, int flush) in f2fs_trace_ios() argument
89 if (flush) { in f2fs_trace_ios()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dbase.c80 if (ltc->func->flush) in nvkm_ltc_flush()
81 ltc->func->flush(ltc); in nvkm_ltc_flush()
Dgk104.c49 .flush = gf100_ltc_flush,
Dpriv.h22 void (*flush)(struct nvkm_ltc *); member
Dgm107.c142 .flush = gf100_ltc_flush,
/linux-4.4.14/arch/arm/mach-dove/include/mach/
Duncompress.h29 static void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/
Duncompress.h15 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-spear/include/mach/
Duncompress.h33 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-w90x900/include/mach/
Duncompress.h40 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-ks8695/include/mach/
Duncompress.h28 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-mmp/include/mach/
Duncompress.h34 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-clps711x/include/mach/
Duncompress.h46 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-ebsa110/include/mach/
Duncompress.h30 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-iop33x/include/mach/
Duncompress.h21 static inline void flush(void) in flush() function
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_crtc.c90 uint32_t flush = 0; in crtc_flush() local
94 flush |= pipe2flush(pipe_id); in crtc_flush()
97 flush |= ovlp2flush(mdp4_crtc->ovlp); in crtc_flush()
99 DBG("%s: flush=%08x", mdp4_crtc->name, flush); in crtc_flush()
101 mdp4_crtc->flushed_mask = flush; in crtc_flush()
103 mdp4_write(mdp4_kms, REG_MDP4_OVERLAY_FLUSH, flush); in crtc_flush()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dselftest.c81 bool flush; member
288 if ((state == NULL) || state->flush) in efx_loopback_rx_packet()
536 state->flush = false; in efx_test_loopback()
626 state->flush = true; in efx_test_loopbacks()
635 state->flush = true; in efx_test_loopbacks()
668 state->flush = true; in efx_test_loopbacks()
/linux-4.4.14/arch/arm/mach-lpc32xx/include/mach/
Duncompress.h50 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-iop32x/include/mach/
Duncompress.h21 static inline void flush(void) in flush() function
/linux-4.4.14/arch/x86/kvm/
Dmmu.c1215 bool flush = false; in __rmap_write_protect() local
1218 flush |= spte_write_protect(kvm, sptep, pt_protect); in __rmap_write_protect()
1220 return flush; in __rmap_write_protect()
1238 bool flush = false; in __rmap_clear_dirty() local
1241 flush |= spte_clear_dirty(kvm, sptep); in __rmap_clear_dirty()
1243 return flush; in __rmap_clear_dirty()
1261 bool flush = false; in __rmap_set_dirty() local
1264 flush |= spte_set_dirty(kvm, sptep); in __rmap_set_dirty()
1266 return flush; in __rmap_set_dirty()
1363 bool flush = false; in kvm_zap_rmapp() local
[all …]
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
Duncompress.h44 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-orion5x/include/mach/
Duncompress.h30 static void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-mv78xx0/include/mach/
Duncompress.h28 static void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
Duncompress.h34 static void flush(void) in flush() function
/linux-4.4.14/drivers/hwtracing/intel_th/
Dgth.h33 TH_OUTPUT_PARM(flush),
/linux-4.4.14/arch/arm/mach-realview/include/mach/
Duncompress.h66 static inline void flush(void) in flush() function
/linux-4.4.14/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.4.14/arch/sparc/
DKconfig.debug10 bool "D-cache flush debugging"
/linux-4.4.14/arch/arm64/mm/
DMakefile2 cache.o copypage.o flush.o \
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Duncompress.h53 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-ep93xx/include/mach/
Duncompress.h51 static inline void flush(void) in flush() function
/linux-4.4.14/arch/arm/mach-netx/include/mach/
Duncompress.h58 static inline void flush(void) in flush() function
/linux-4.4.14/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()
991 int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp) in ath_rx_tasklet() argument
1153 ath_rx_buf_relink(sc, bf, flush); in ath_rx_tasklet()
1154 if (!flush) in ath_rx_tasklet()
1156 } else if (!flush) { in ath_rx_tasklet()
/linux-4.4.14/fs/exofs/
Dfile.c76 .flush = exofs_flush,
/linux-4.4.14/arch/arm/mach-davinci/include/mach/
Duncompress.h43 static inline void flush(void) in flush() function
/linux-4.4.14/arch/sparc/lib/
DNG2patch.S23 flush %g2;
DGENpatch.S23 flush %g2;
DNGpatch.S23 flush %g2;
DU3patch.S23 flush %g2;
DNG4patch.S23 flush %g2;
DGENpage.S67 flush %g2;
Dclear_page.S67 flush %g1
/linux-4.4.14/drivers/mtd/
Dmtd_blkdevs.c91 return tr->flush(dev); in do_blktrans_request()
300 ret = dev->tr->flush ? dev->tr->flush(dev) : 0; in blktrans_ioctl()
411 if (tr->flush) in add_mtd_blktrans_dev()
/linux-4.4.14/drivers/md/
Ddm-table.c1327 unsigned flush = (*(unsigned *)data); in device_flush_capable() local
1330 return q && (q->flush_flags & flush); in device_flush_capable()
1333 static bool dm_table_supports_flush(struct dm_table *t, unsigned flush) in dm_table_supports_flush() argument
1354 ti->type->iterate_devices(ti, device_flush_capable, &flush)) in dm_table_supports_flush()
1485 unsigned flush = 0; in dm_table_set_restrictions() local
1498 flush |= REQ_FLUSH; in dm_table_set_restrictions()
1500 flush |= REQ_FUA; in dm_table_set_restrictions()
1502 blk_queue_flush(q, flush); in dm_table_set_restrictions()
/linux-4.4.14/include/net/irda/
Dircomm_param.h142 int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush);
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dpriv.h34 void (*flush)(struct nvkm_vm *); member
Dbase.c70 mmu->func->flush(vm); in nvkm_vm_map_at()
128 mmu->func->flush(vm); in nvkm_vm_map_sg_table()
166 mmu->func->flush(vm); in nvkm_vm_map_sg()
213 mmu->func->flush(vm); in nvkm_vm_unmap_at()
Dnv41.c130 .flush = nv41_vm_flush,
Dnv04.c142 .flush = nv04_vm_flush,
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/i915/
Di915_trace.h514 TP_PROTO(struct drm_i915_gem_request *req, u32 invalidate, u32 flush),
515 TP_ARGS(req, invalidate, flush),
521 __field(u32, flush)
528 __entry->flush = flush;
533 __entry->invalidate, __entry->flush)
Dintel_ringbuffer.c2480 u32 invalidate, u32 flush) in gen6_bsd_ring_flush() argument
2600 u32 invalidate, u32 flush) in gen6_ring_flush() argument
2675 ring->flush = gen8_render_ring_flush; in intel_init_render_ring_buffer()
2690 ring->flush = gen7_render_ring_flush; in intel_init_render_ring_buffer()
2692 ring->flush = gen6_render_ring_flush; in intel_init_render_ring_buffer()
2721 ring->flush = gen4_render_ring_flush; in intel_init_render_ring_buffer()
2731 ring->flush = gen2_render_ring_flush; in intel_init_render_ring_buffer()
2733 ring->flush = gen4_render_ring_flush; in intel_init_render_ring_buffer()
2808 ring->flush = gen6_bsd_ring_flush; in intel_init_bsd_ring_buffer()
2847 ring->flush = bsd_ring_flush; in intel_init_bsd_ring_buffer()
[all …]
/linux-4.4.14/arch/arm/mach-omap1/include/mach/
Duncompress.h62 static inline void flush(void) in flush() function
/linux-4.4.14/arch/um/kernel/
Dtlb.c400 void *flush = NULL; in flush_tlb_page() local
439 1, &flush); in flush_tlb_page()
441 else err = unmap(mm_id, address, PAGE_SIZE, 1, &flush); in flush_tlb_page()
444 err = protect(mm_id, address, PAGE_SIZE, prot, 1, &flush); in flush_tlb_page()
/linux-4.4.14/drivers/acpi/
Dnfit.c362 struct acpi_nfit_flush_address *flush) in add_flush() argument
364 size_t length = min_t(size_t, sizeof(*flush), flush->header.length); in add_flush()
369 if (memcmp(nfit_flush->flush, flush, length) == 0) { in add_flush()
378 nfit_flush->flush = flush; in add_flush()
381 flush->device_handle, flush->hint_count); in add_flush()
511 if (nfit_flush->flush->device_handle != in nfit_mem_init_bdw()
1426 if (nfit_flush && nfit_flush->flush->hint_count != 0) { in acpi_nfit_blk_region_enable()
1428 nfit_flush->flush->hint_address[0], 8); in acpi_nfit_blk_region_enable()
Dnfit.h70 struct acpi_nfit_flush_address *flush; member
/linux-4.4.14/include/linux/mtd/
Dblktrans.h73 int (*flush)(struct mtd_blktrans_dev *dev); member
/linux-4.4.14/include/crypto/
Dmcryptd.h84 struct delayed_work flush; member
/linux-4.4.14/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.4.14/net/8021q/
Dvlan.c629 int flush = 1; in vlan_gro_receive() local
647 flush = 0; in vlan_gro_receive()
667 NAPI_GRO_CB(skb)->flush |= flush; in vlan_gro_receive()
/linux-4.4.14/fs/cifs/
Dcifsfs.c924 .flush = cifs_flush,
940 .flush = cifs_flush,
957 .flush = cifs_flush,
972 .flush = cifs_flush,
987 .flush = cifs_flush,
1003 .flush = cifs_flush,
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/x86/xen/
Dmmu.c615 int flush = 0; in __xen_pgd_walk() local
659 flush |= (*func)(mm, virt_to_page(pud), PT_PUD); in __xen_pgd_walk()
674 flush |= (*func)(mm, virt_to_page(pmd), PT_PMD); in __xen_pgd_walk()
688 flush |= (*func)(mm, pte, PT_PTE); in __xen_pgd_walk()
696 flush |= (*func)(mm, virt_to_page(pgd), PT_PGD); in __xen_pgd_walk()
698 return flush; in __xen_pgd_walk()
743 int flush; in xen_pin_page() local
746 flush = 0; /* already pinned */ in xen_pin_page()
750 flush = 1; in xen_pin_page()
757 flush = 0; in xen_pin_page()
[all …]
/linux-4.4.14/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.4.14/Documentation/aoe/
Dudev.txt23 SUBSYSTEM=="aoe", KERNEL=="flush", NAME="etherd/%k", GROUP="disk", MODE="0220"
/linux-4.4.14/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.4.14/Documentation/ia64/
DREADME38 obvious targets include making sure we don't flush the TLB
/linux-4.4.14/arch/ia64/lib/
DMakefile11 flush.o ip_fast_csum.o do_csum.o \
/linux-4.4.14/drivers/iommu/
Dintel-iommu.c1552 iommu->flush.flush_iotlb(iommu, did, 0, 0, in iommu_flush_iotlb_psi()
1555 iommu->flush.flush_iotlb(iommu, did, addr | ih, mask, in iommu_flush_iotlb_psi()
2019 iommu->flush.flush_context(iommu, 0, in domain_context_mapping_one()
2023 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH); in domain_context_mapping_one()
2263 iommu->flush.flush_context(iommu, 0, 0, 0, in domain_context_clear_one()
2265 iommu->flush.flush_iotlb(iommu, 0, 0, 0, DMA_TLB_GLOBAL_FLUSH); in domain_context_clear_one()
2878 iommu->flush.flush_context = __iommu_flush_context; in intel_iommu_init_qi()
2879 iommu->flush.flush_iotlb = __iommu_flush_iotlb; in intel_iommu_init_qi()
2883 iommu->flush.flush_context = qi_flush_context; in intel_iommu_init_qi()
2884 iommu->flush.flush_iotlb = qi_flush_iotlb; in intel_iommu_init_qi()
[all …]
/linux-4.4.14/drivers/md/bcache/
Drequest.c925 struct bio *flush = bio_alloc_bioset(GFP_NOIO, 0, in cached_dev_write() local
928 flush->bi_rw = WRITE_FLUSH; in cached_dev_write()
929 flush->bi_bdev = bio->bi_bdev; in cached_dev_write()
930 flush->bi_end_io = request_endio; in cached_dev_write()
931 flush->bi_private = cl; in cached_dev_write()
933 closure_bio_submit(flush, cl); in cached_dev_write()
/linux-4.4.14/drivers/bluetooth/
Dhci_uart.h67 int (*flush)(struct hci_uart *hu); member
Dhci_ldisc.c231 hu->proto->flush(hu); in hci_uart_flush()
242 hdev->flush = NULL; in hci_uart_close()
599 hdev->flush = hci_uart_flush; in hci_uart_register_dev()
/linux-4.4.14/arch/tile/lib/
Dusercopy_64.S62 1: { flush r0; addi r1, r1, -CHIP_FLUSH_STRIDE() }
Dusercopy_32.S62 1: { flush r0; addi r1, r1, -CHIP_FLUSH_STRIDE() }
/linux-4.4.14/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.4.14/arch/sparc/kernel/
Durtt_fill.S32 flush %g1
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_gpu.h51 void (*flush)(struct msm_gpu *gpu); member
/linux-4.4.14/arch/arm/mach-rpc/include/mach/
Duncompress.h108 static inline void flush(void) in flush() function
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-intel_th-devices-gth35 Description: (RW) Force flush data from byte packing buffer for the output
Dsysfs-driver-hid-picolcd42 to flush it's tiny changes explicitely at higher than default rate.
/linux-4.4.14/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.4.14/include/net/
Ddn_fib.h88 int (*flush)(struct dn_fib_table *t); member
/linux-4.4.14/fs/jffs2/
DTODO4 space it could take. Let GC flush the outstanding writes because the
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2800soc.c160 .flush = rt2x00mac_flush,
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-xen-backend39 Number of flush requests from the frontend.

123