/linux-4.1.27/lib/ |
D | decompress_inflate.c | 39 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 …]
|
D | decompress_unxz.c | 253 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()
|
D | decompress_unlz4.c | 36 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()
|
D | decompress_unlzo.c | 114 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()
|
D | decompress_unlzma.c | 283 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()
|
D | decompress_bunzip2.c | 680 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/ |
D | tcp_offload.c | 190 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 …]
|
D | udp_offload.c | 300 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()
|
D | gre_offload.c | 127 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()
|
D | geneve.c | 159 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()
|
D | af_inet.c | 1304 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()
|
D | fou.c | 266 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/ |
D | Makefile | 5 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
|
D | Kconfig.cache | 53 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
|
D | cache-dbg-flush-by-tag.S | 34 # firstly flush the dcache
|
D | cache-dbg-flush-by-reg.S | 33 # firstly flush the dcache
|
D | cache-inv-by-reg.S | 136 # writeback mode, in which case we would be in flush and invalidate by
|
/linux-4.1.27/Documentation/x86/ |
D | tlb.txt | 5 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/ |
D | blk-flush.c | 115 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 …]
|
D | blk-settings.c | 838 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()
|
D | Makefile | 6 blk-flush.o blk-settings.o blk-ioc.o blk-map.o \
|
/linux-4.1.27/lib/zlib_deflate/ |
D | deflate.c | 66 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/ |
D | ip6_offload.c | 176 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()
|
D | udp_offload.c | 135 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()
|
D | tcpv6_offload.c | 22 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/ |
D | tlb-flush.S | 41 # 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
|
D | Makefile | 8 pgalloc.o highmem.o fault.o extable.o cache-page.o tlb-flush.o tlb-miss.o \
|
/linux-4.1.27/arch/tile/kernel/ |
D | smp.c | 175 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/ |
D | cache-v4.S | 43 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
|
D | proc-arm940.S | 54 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
|
D | proc-arm720.S | 82 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)
|
D | cache-fa.S | 74 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
|
D | proc-xsc3.S | 61 @ 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
|
D | proc-arm946.S | 61 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
|
D | proc-fa526.S | 116 mcr p15, 0, ip, c7, c5, 4 @ prefetch flush 155 mcr p15, 0, r0, c7, c5, 4 @ prefetch flush
|
D | tlb-fa.S | 64 mcr p15, 0, r3, c7, c5, 4 @ prefetch flush (isb)
|
D | proc-sa1100.S | 188 mcr p15, 0, ip, c8, c7, 0 @ flush I+D TLBs 189 mcr p15, 0, ip, c7, c7, 0 @ flush I&D cache
|
D | tlb-v6.S | 87 mcr p15, 0, r2, c7, c5, 4 @ prefetch flush (isb)
|
D | proc-v7-2level.S | 44 mcr p15, 0, r2, c7, c5, 6 @ flush BTAC/BTB
|
D | proc-xscale.S | 74 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/ |
D | cache.c | 468 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/ |
D | vmwgfx_overlay.c | 71 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/ |
D | xilinx_vdma.txt | 18 - 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/ |
D | speakup_dectlk.c | 55 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()
|
D | speakup_apollo.c | 119 .flush = spk_synth_flush, 164 synth->flush(synth); in do_catch_up()
|
D | speakup_decext.c | 138 .flush = synth_flush, 179 synth->flush(synth); in do_catch_up()
|
D | speakup_keypc.c | 116 .flush = synth_flush, 202 synth->flush(synth); in do_catch_up()
|
D | speakup_acntpc.c | 125 .flush = synth_flush, 201 synth->flush(synth); in do_catch_up()
|
D | speakup_dtlk.c | 139 .flush = synth_flush, 213 synth->flush(synth); in do_catch_up()
|
D | speakup_txprt.c | 107 .flush = spk_synth_flush,
|
D | speakup_bns.c | 107 .flush = spk_synth_flush,
|
D | speakup_dummy.c | 109 .flush = spk_synth_flush,
|
D | speakup_spkout.c | 114 .flush = synth_flush,
|
D | speakup_acntsa.c | 110 .flush = spk_synth_flush,
|
D | speakup_decpc.c | 230 .flush = synth_flush, 395 synth->flush(synth); in do_catch_up()
|
D | spk_types.h | 174 void (*flush)(struct spk_synth *synth); member
|
D | speakup_ltlk.c | 122 .flush = spk_synth_flush,
|
D | speakup_audptr.c | 115 .flush = synth_flush,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | rammcp77.c | 71 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/ |
D | i2c-diolan-u2c.c | 161 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/ |
D | mn10300-serial-low.S | 72 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
|
D | smp-low.S | 54 # Cache flush IPI interrupt handler
|
D | gdb-io-serial-low.S | 62 movhu (XIRQxICR(GDBPORT_SERIAL_IRQ)),d2 # flush
|
D | gdb-io-ttysm-low.S | 58 movhu (GxICR(SCgRXIRQ)),d2 # flush
|
D | head.S | 61 movhu (a1),d3 # flush 271 movhu (a0),d0 # flush
|
/linux-4.1.27/arch/s390/mm/ |
D | pgtable.c | 63 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/ |
D | eth.c | 402 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/ |
D | cache-ucv2.S | 34 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
|
D | Makefile | 6 obj-y += flush.o ioremap.o
|
/linux-4.1.27/drivers/nfc/microread/ |
D | i2c.c | 169 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/ |
D | head-xscale.S | 17 @ Be sure to flush kernel binary out of the cache, 27 mcr p15, 0, r0, c7, c7, 0 @ flush I & D caches
|
D | head.S | 632 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 …]
|
D | misc.c | 96 flush(); in putstr()
|
/linux-4.1.27/kernel/debug/ |
D | gdbstub.c | 133 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/ |
D | zlib.h | 217 extern int zlib_deflate (z_streamp strm, int flush); 337 extern int zlib_inflate (z_streamp strm, int flush);
|
D | efi.h | 358 u32 flush; member 378 u64 flush; member 398 void *flush; member 760 u32 flush; member 774 u64 flush; member 792 void *flush; member
|
D | dm-dirty-log.h | 77 int (*flush)(struct dm_dirty_log *log); member
|
D | kgdb.h | 277 void (*flush) (void); member
|
/linux-4.1.27/arch/sparc/mm/ |
D | ultra.S | 42 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 …]
|
D | tsunami.S | 43 flush %o1 45 flush %o1 + 4
|
D | swift.S | 214 flush %o1 216 flush %o1 + 4
|
/linux-4.1.27/drivers/tty/ |
D | n_r3964.c | 379 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/ |
D | ramht.c | 54 bar->flush(bar); in nvkm_ramht_insert() 73 bar->flush(bar); in nvkm_ramht_remove()
|
/linux-4.1.27/fs/ecryptfs/ |
D | file.c | 254 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/ |
D | writeback_cache_control.txt | 17 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/ |
D | cachetlb.txt | 19 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 …]
|
D | io_ordering.txt | 5 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
|
D | hsi.txt | 57 - flush the HSI port
|
/linux-4.1.27/arch/arm/include/debug/ |
D | uncompress.h | 6 static inline void flush(void) {} in flush() function
|
/linux-4.1.27/include/linux/decompress/ |
D | unlzma.h | 6 long (*flush)(void*, unsigned long),
|
D | unlzo.h | 6 long (*flush)(void*, unsigned long),
|
D | inflate.h | 6 long (*flush)(void*, unsigned long),
|
D | unlz4.h | 6 long (*flush)(void*, unsigned long),
|
D | bunzip2.h | 6 long (*flush)(void*, unsigned long),
|
D | unxz.h | 15 long (*flush)(void *src, unsigned long size),
|
D | generic.h | 6 long (*flush)(void*, unsigned long),
|
/linux-4.1.27/arch/sh/mm/ |
D | Makefile | 10 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/ |
D | uncompress.h | 30 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-versatile/include/mach/ |
D | uncompress.h | 36 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-gemini/include/mach/ |
D | uncompress.h | 33 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-dove/include/mach/ |
D | uncompress.h | 29 static void flush(void) in flush() function
|
/linux-4.1.27/fs/f2fs/ |
D | trace.c | 83 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/ |
D | uncompress.h | 15 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-spear/include/mach/ |
D | uncompress.h | 33 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-w90x900/include/mach/ |
D | uncompress.h | 40 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-ks8695/include/mach/ |
D | uncompress.h | 28 static inline void flush(void) in flush() function
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv50.c | 56 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()
|
D | g84.c | 75 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()
|
D | gf100.c | 95 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()
|
D | gk104.c | 115 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/ |
D | uncompress.h | 34 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-iop33x/include/mach/ |
D | uncompress.h | 21 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-ebsa110/include/mach/ |
D | uncompress.h | 30 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-clps711x/include/mach/ |
D | uncompress.h | 46 static inline void flush(void) in flush() function
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | selftest.c | 81 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/ |
D | uncompress.h | 50 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-iop32x/include/mach/ |
D | uncompress.h | 21 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-orion5x/include/mach/ |
D | uncompress.h | 30 static void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/ |
D | uncompress.h | 44 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-mv78xx0/include/mach/ |
D | uncompress.h | 28 static void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
D | uncompress.h | 34 static void flush(void) in flush() function
|
/linux-4.1.27/arch/arm64/mm/ |
D | Makefile | 2 cache.o copypage.o flush.o \
|
/linux-4.1.27/arch/arm/mach-realview/include/mach/ |
D | uncompress.h | 66 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/x86/power/ |
D | hibernate_asm_64.S | 66 movq %cr3, %rcx; # flush TLB 118 movq %cr3, %rcx; # flush TLB
|
D | hibernate_asm_32.S | 38 movl %cr3, %eax; # flush TLB
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig.debug | 10 bool "D-cache flush debugging"
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | bar.h | 18 void (*flush)(struct nvkm_bar *); member
|
D | mmu.h | 60 void (*flush)(struct nvkm_vm *); member
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
D | uncompress.h | 53 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/arm/mach-ep93xx/include/mach/ |
D | uncompress.h | 51 static inline void flush(void) in flush() function
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_crtc.c | 85 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/ |
D | uncompress.h | 58 static inline void flush(void) in flush() function
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 38 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/ |
D | mmu.c | 1183 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/ |
D | gf100.c | 166 bar->flush(bar); in gf100_vm_flush() 224 priv->base.flush = gf100_vm_flush; in gf100_mmu_ctor()
|
D | nv50.c | 157 bar->flush(bar); in nv50_vm_flush() 228 priv->base.flush = nv50_vm_flush; in nv50_mmu_ctor()
|
D | base.c | 70 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()
|
D | nv04.c | 106 priv->base.flush = nv04_vm_flush; in nv04_mmu_ctor()
|
D | nv41.c | 113 priv->base.flush = nv41_vm_flush; in nv41_mmu_ctor()
|
/linux-4.1.27/fs/exofs/ |
D | file.c | 76 .flush = exofs_flush,
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_trace.h | 478 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)
|
D | intel_ringbuffer.c | 2334 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/ |
D | uncompress.h | 43 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 614 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/ |
D | GENpatch.S | 23 flush %g2;
|
D | U3patch.S | 23 flush %g2;
|
D | NG2patch.S | 23 flush %g2;
|
D | NGpatch.S | 23 flush %g2;
|
D | NG4patch.S | 23 flush %g2;
|
D | GENpage.S | 67 flush %g2;
|
D | clear_page.S | 67 flush %g1
|
/linux-4.1.27/drivers/mtd/ |
D | mtd_blkdevs.c | 91 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/ |
D | dm-table.c | 1317 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/ |
D | ircomm_param.h | 142 int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush);
|
/linux-4.1.27/include/linux/hsi/ |
D | hsi.h | 247 int (*flush)(struct hsi_client *cl); member 390 return hsi_get_port(cl)->flush(cl); in hsi_flush()
|
/linux-4.1.27/drivers/ide/ |
D | ide-gd.c | 74 drive->disk_ops->flush(drive); in ide_gd_remove() 137 drive->disk_ops->flush(drive); 262 drive->disk_ops->flush(drive);
|
D | ide-disk.c | 525 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/ |
D | uncompress.h | 62 static inline void flush(void) in flush() function
|
/linux-4.1.27/arch/um/kernel/ |
D | tlb.c | 390 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/ |
D | blktrans.h | 73 int (*flush)(struct mtd_blktrans_dev *dev); member
|
/linux-4.1.27/include/crypto/ |
D | mcryptd.h | 84 struct delayed_work flush; member
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
D | crunch-bits.S | 90 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/ |
D | cifsfs.c | 917 .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/ |
D | memory.txt | 34 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/ |
D | xfs-delayed-logging-design.txt | 19 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/ |
D | aoedev.c | 304 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/ |
D | hci_ldisc.c | 233 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()
|
D | hci_uart.h | 63 int (*flush)(struct hci_uart *hu); member
|
D | hci_bcm.c | 138 .flush = bcm_flush,
|
D | hci_h4.c | 156 .flush = h4_flush,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | nv50.c | 204 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/ |
D | inflate.c | 317 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/ |
D | udev.txt | 23 SUBSYSTEM=="aoe", KERNEL=="flush", NAME="etherd/%k", GROUP="disk", MODE="0220"
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | dev.h | 47 void (*flush)(struct host1x_cdma *cdma); member 240 host->cdma_op->flush(cdma); in host1x_hw_cdma_flush()
|
/linux-4.1.27/drivers/iommu/ |
D | intel-iommu.c | 1376 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/ |
D | README | 38 obvious targets include making sure we don't flush the TLB
|
/linux-4.1.27/arch/ia64/lib/ |
D | Makefile | 11 flush.o ip_fast_csum.o do_csum.o \
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
D | gf100.c | 106 bar->flush(bar); in gf100_sw_vblsem_release()
|
/linux-4.1.27/drivers/md/bcache/ |
D | request.c | 916 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/ |
D | ircomm_param.c | 98 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/ |
D | uncompress.h | 108 static inline void flush(void) in flush() function
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_gpu.h | 51 void (*flush)(struct msm_gpu *gpu); member
|
/linux-4.1.27/drivers/nfc/pn544/ |
D | i2c.c | 391 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/ |
D | dn_fib.h | 88 int (*flush)(struct dn_fib_table *t); member
|
/linux-4.1.27/fs/nfs/ |
D | nfs4file.c | 177 .flush = nfs_file_flush,
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid-picolcd | 42 to flush it's tiny changes explicitely at higher than default rate.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
D | nv50.c | 101 bar->flush(bar); in nv50_mpeg_context_ctor()
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-bus-xen-backend | 39 Number of flush requests from the frontend.
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2800soc.c | 160 .flush = rt2x00mac_flush,
|
/linux-4.1.27/fs/jffs2/ |
D | TODO | 4 space it could take. Let GC flush the outstanding writes because the
|
/linux-4.1.27/arch/tile/lib/ |
D | usercopy_32.S | 108 1: { flush r0; addi r1, r1, -CHIP_FLUSH_STRIDE() }
|
D | usercopy_64.S | 108 1: { flush r0; addi r1, r1, -CHIP_FLUSH_STRIDE() }
|
/linux-4.1.27/include/uapi/drm/ |
D | r128_drm.h | 248 int flush; member
|
/linux-4.1.27/drivers/gpu/drm/msm/adreno/ |
D | a4xx_gpu.c | 133 gpu->funcs->flush(gpu); in a4xx_me_init() 523 .flush = adreno_flush,
|
/linux-4.1.27/kernel/ |
D | acct.c | 184 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/ |
D | locking.txt | 117 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/ |
D | cache.c | 479 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/ |
D | sha1_mb.c | 379 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/ |
D | head.S | 143 movc p0.c5, r0, #14 @ flush dcache
|
/linux-4.1.27/Documentation/networking/ |
D | mac80211-auth-assoc-deauth.txt | 87 mac80211->driver: flush frames
|