Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 1006) sorted by relevance

12345678910>>...41

/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dmmu.c60 struct hv_tlb_flush *flush; in hyperv_flush_tlb_others() local
83 flush = *flush_pcpu; in hyperv_flush_tlb_others()
85 if (unlikely(!flush)) { in hyperv_flush_tlb_others()
95 flush->address_space = virt_to_phys(info->mm->pgd); in hyperv_flush_tlb_others()
96 flush->address_space &= CR3_ADDR_MASK; in hyperv_flush_tlb_others()
97 flush->flags = 0; in hyperv_flush_tlb_others()
99 flush->address_space = 0; in hyperv_flush_tlb_others()
100 flush->flags = HV_FLUSH_ALL_VIRTUAL_ADDRESS_SPACES; in hyperv_flush_tlb_others()
103 flush->processor_mask = 0; in hyperv_flush_tlb_others()
105 flush->flags |= HV_FLUSH_ALL_PROCESSORS; in hyperv_flush_tlb_others()
[all …]
H A Dnested.c23 struct hv_guest_mapping_flush *flush; in hyperv_flush_guest_mapping() local
36 flush = *flush_pcpu; in hyperv_flush_guest_mapping()
38 if (unlikely(!flush)) { in hyperv_flush_guest_mapping()
43 flush->address_space = as; in hyperv_flush_guest_mapping()
44 flush->flags = 0; in hyperv_flush_guest_mapping()
47 flush, NULL); in hyperv_flush_guest_mapping()
60 struct hv_guest_mapping_flush_list *flush, in hyperv_fill_flush_guest_mapping_list() argument
77 flush->gpa_list[gpa_n].page.additional_pages = additional_pages; in hyperv_fill_flush_guest_mapping_list()
78 flush->gpa_list[gpa_n].page.largepage = false; in hyperv_fill_flush_guest_mapping_list()
79 flush->gpa_list[gpa_n].page.basepfn = cur; in hyperv_fill_flush_guest_mapping_list()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dflush.hpp40 bool flush(T& t) in flush() function
41 { return detail::flush_device_impl<T>::flush(detail::unwrap(t)); } in flush()
44 bool flush(T& t, Sink& snk) in flush() function
45 { return detail::flush_filter_impl<T>::flush(detail::unwrap(t), snk); } in flush()
68 static bool flush(T& t) in flush() function
75 static bool flush(T& t) in flush() function
82 static bool flush(T& t) { return t.flush(); } in flush() function
88 static bool flush(T&) { return true; } in flush() function
110 static bool flush(T& t, Sink& snk) { return t.flush(snk); } in flush() function
116 static bool flush(T&, Sink&) { return false; } in flush() function
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_offload.c192 int flush = 1; in tcp_gro_receive() local
238 flush = NAPI_GRO_CB(p)->flush; in tcp_gro_receive()
239 flush |= (__force int)(flags & TCP_FLAG_CWR); in tcp_gro_receive()
240 flush |= (__force int)((flags ^ tcp_flag_word(th2)) & in tcp_gro_receive()
242 flush |= (__force int)(th->ack_seq ^ th2->ack_seq); in tcp_gro_receive()
244 flush |= *(u32 *)((u8 *)th + i) ^ in tcp_gro_receive()
254 flush |= NAPI_GRO_CB(p)->flush_id; in tcp_gro_receive()
260 flush |= (len - 1) >= mss; in tcp_gro_receive()
261 flush |= (ntohl(th2->seq) + skb_gro_len(p)) ^ ntohl(th->seq); in tcp_gro_receive()
263 flush |= p->decrypted ^ skb->decrypted; in tcp_gro_receive()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_inflate.c44 long (*flush)(void*, unsigned long), in __gunzip()
53 if (flush) { in __gunzip()
82 strm->workspace = malloc(flush ? zlib_inflate_workspacesize() : in __gunzip()
138 if (!flush) { in __gunzip()
159 if (flush && strm->next_out > out_buf) { in __gunzip()
161 if (l != flush(out_buf, l)) { in __gunzip()
193 if (flush) in __gunzip()
202 long (*flush)(void*, unsigned long), in gunzip()
207 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); in gunzip()
212 long (*flush)(void*, unsigned long), in __decompress()
[all …]
H A Ddecompress_unxz.c257 long (*flush)(void *src, unsigned long size), in unxz()
273 if (fill == NULL && flush == NULL) in unxz()
281 if (flush == NULL) { in unxz()
303 if (fill == NULL && flush == NULL) { in unxz()
329 if (flush != NULL && (b.out_pos == b.out_size in unxz()
336 if (flush(b.out, b.out_pos) != (long)b.out_pos) in unxz()
346 if (flush != NULL) in unxz()
386 if (flush != NULL) in unxz()
404 long (*flush)(void*, unsigned long), in __decompress()
409 return unxz(buf, len, fill, flush, out_buf, pos, error); in __decompress()
H A Ddecompress_unzstd.c165 long (*flush)(void*, unsigned long), in __unzstd()
189 if (fill == NULL && flush == NULL) in __unzstd()
225 if (flush != NULL) { in __unzstd()
306 if (flush != NULL && out.pos > 0) { in __unzstd()
307 if (out.pos != flush(out.dst, out.pos)) { in __unzstd()
333 long (*flush)(void*, unsigned long), in unzstd()
338 return __unzstd(buf, len, fill, flush, out_buf, 0, pos, error); in unzstd()
343 long (*flush)(void*, unsigned long), in __decompress()
348 return __unzstd(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
H A Ddecompress_unlz4.c33 long (*flush)(void *, unsigned long), in unlz4()
52 } else if (!flush) { in unlz4()
174 if (flush && flush(outp, dest_len) != dest_len) in unlz4()
209 long (*flush)(void*, unsigned long), in __decompress()
215 return unlz4(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()
H A Ddecompress_unlzo.c100 long (*flush)(void *, unsigned long), in unlzo()
113 } else if (!flush) { in unlzo()
244 if (flush && flush(out_buf, dst_len) != dst_len) in unlzo()
280 long (*flush)(void*, unsigned long), in __decompress()
285 return unlzo(buf, len, fill, flush, out_buf, pos, error); in __decompress()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dspace-info.c300 enum btrfs_reserve_flush_enum flush) in calc_available_free_space() argument
327 if (flush == BTRFS_RESERVE_FLUSH_ALL) in calc_available_free_space()
336 enum btrfs_reserve_flush_enum flush) in btrfs_can_overcommit() argument
346 avail = calc_available_free_space(fs_info, space_info, flush); in btrfs_can_overcommit()
371 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_try_granting_tickets() local
386 flush)) { in btrfs_try_granting_tickets()
401 flush = BTRFS_RESERVE_FLUSH_ALL; in btrfs_try_granting_tickets()
936 space_info->flush = 0; in btrfs_async_reclaim_metadata_space()
948 space_info->flush = 0; in btrfs_async_reclaim_metadata_space()
983 space_info->flush = 0; in btrfs_async_reclaim_metadata_space()
[all …]
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeflate.c60 #define DEFLATE_HOOK(strm, flush, bstate) 0 argument
69 typedef block_state (*compress_func) (deflate_state *s, int flush);
73 static block_state deflate_stored (deflate_state *s, int flush);
74 static block_state deflate_fast (deflate_state *s, int flush);
75 static block_state deflate_slow (deflate_state *s, int flush);
331 int flush in zlib_deflate() argument
338 flush > Z_FINISH || flush < 0) { in zlib_deflate()
344 (s->status == FINISH_STATE && flush != Z_FINISH)) { in zlib_deflate()
351 s->last_flush = flush; in zlib_deflate()
393 } else if (strm->avail_in == 0 && flush <= old_flush && in zlib_deflate()
[all …]
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dtlb.rst12 from areas other than the one we are trying to flush will be
21 1. The size of the flush being performed. A flush of the entire
25 be no collateral damage caused by doing the global flush, and
26 all of the individual flush will have ended up being wasted
29 damage we do with a full flush. So, the larger the TLB, the
30 more attractive an individual flush looks. Data and
37 especially the contents of the TLB during a given flush. The
38 sizes of the flush will vary greatly depending on the workload as
48 This will cause us to do the global flush for more cases.
53 Despite the fact that a single individual flush on x86 is
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dblk-flush.c118 return 1 << ffz(rq->flush.seq); in blk_flush_cur_seq()
132 rq->end_io = rq->flush.saved_end_io; in blk_flush_restore_request()
172 BUG_ON(rq->flush.seq & seq); in blk_flush_complete_seq()
173 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()
258 list_for_each_entry_safe(rq, n, running, flush.list) { in flush_end_io()
291 list_first_entry(pending, struct request, flush.list); in blk_kick_flush()
435 memset(&rq->flush, 0, sizeof(rq->flush)); in blk_insert_flush()
[all …]
/OK3568_Linux_fs/u-boot/board/armadeus/apf27/
H A Dfpga.h15 extern int fpga_pgm_fn(int assert_pgm, int flush, int cookie);
16 extern int fpga_cs_fn(int assert_cs, int flush, int cookie);
19 extern int fpga_clk_fn(int assert_clk, int flush, int cookie);
20 extern int fpga_wr_fn(int assert_write, int flush, int cookie);
22 extern int fpga_wdata_fn(unsigned char data, int flush, int cookie);
/OK3568_Linux_fs/u-boot/include/
H A Dxilinx.h67 typedef int (*xilinx_pgm_fn)(int assert_pgm, int flush, int cookie);
71 typedef int (*xilinx_clk_fn)(int assert_clk, int flush, int cookie);
72 typedef int (*xilinx_cs_fn)(int assert_cs, int flush, int cookie);
73 typedef int (*xilinx_wr_fn)(int assert_write, int flush, int cookie);
75 typedef int (*xilinx_wdata_fn)(unsigned char data, int flush, int cookie);
80 typedef int (*xilinx_bwr_fn)(void *buf, size_t len, int flush, int cookie);
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
582 int ZEXPORT deflate (strm, flush) in deflate() argument
584 int flush;
590 flush > Z_BLOCK || flush < 0) {
595 if (s->status == FINISH_STATE && flush != Z_FINISH) {
[all …]
H A Ddeflate.h319 # define _tr_tally_lit(s, c, flush) \ argument
324 flush = (s->last_lit == s->lit_bufsize-1); \
326 # define _tr_tally_dist(s, distance, length, flush) \ argument
334 flush = (s->last_lit == s->lit_bufsize-1); \
337 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
338 # define _tr_tally_dist(s, distance, length, flush) \ argument
339 flush = _tr_tally(s, distance, length)
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-delay.c37 struct delay_class flush; member
131 if (dc->flush.dev) in delay_dtr()
132 dm_put_device(ti, dc->flush.dev); in delay_dtr()
205 ret = delay_class_ctr(ti, &dc->flush, argv); in delay_ctr()
215 ret = delay_class_ctr(ti, &dc->flush, argv + 3); in delay_ctr()
221 ret = delay_class_ctr(ti, &dc->flush, argv + 6); in delay_ctr()
290 c = &dc->flush; in delay_map()
315 DMEMIT("%u %u %u", dc->read.ops, dc->write.ops, dc->flush.ops); in delay_status()
326 DMEMIT_DELAY_CLASS(&dc->flush); in delay_status()
344 ret = fn(ti, dc->flush.dev, dc->flush.start, ti->len, data); in delay_iterate_devices()
/OK3568_Linux_fs/kernel/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c102 int flush, in dfltcc_deflate() argument
121 no_flush = flush == Z_NO_FLUSH; in dfltcc_deflate()
127 if (flush == Z_FINISH && strm->avail_in == 0 && !param->cf) { in dfltcc_deflate()
186 need_empty_block = flush == Z_FINISH && param->bcf && !param->bhf; in dfltcc_deflate()
194 if (flush == Z_FINISH && !param->bcf) in dfltcc_deflate()
261 if (flush == Z_FINISH) { in dfltcc_deflate()
270 if (flush == Z_FULL_FLUSH) in dfltcc_deflate()
272 *result = flush == Z_NO_FLUSH ? need_more : block_done; in dfltcc_deflate()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dqueue.h73 #pragma omp flush in _RestrictedBoundedConcurrentQueue()
103 #pragma omp flush in pop_front()
118 #pragma omp flush in pop_front()
130 #pragma omp flush in pop_back()
145 #pragma omp flush in pop_back()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dqueue.h73 #pragma omp flush in _RestrictedBoundedConcurrentQueue()
103 #pragma omp flush in pop_front()
118 #pragma omp flush in pop_front()
130 #pragma omp flush in pop_back()
145 #pragma omp flush in pop_back()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_offload.c34 NAPI_GRO_CB(skb)->flush |= 1, NULL : \
194 u16 flush = 1; in ipv6_gro_receive() local
210 flush += ntohs(iph->payload_len) != skb_gro_len(skb); in ipv6_gro_receive()
232 flush--; in ipv6_gro_receive()
265 NAPI_GRO_CB(p)->flush |= !!(first_word & htonl(0x0FF00000)); in ipv6_gro_receive()
266 NAPI_GRO_CB(p)->flush |= flush; in ipv6_gro_receive()
276 NAPI_GRO_CB(skb)->flush |= flush; in ipv6_gro_receive()
287 skb_gro_flush_final(skb, pp, flush); in ipv6_gro_receive()
298 NAPI_GRO_CB(skb)->flush = 1; in sit_ip6ip6_gro_receive()
313 NAPI_GRO_CB(skb)->flush = 1; in ip4ip6_gro_receive()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_buffer.c92 u32 flush = 0; in etnaviv_cmd_select_pipe() local
103 flush = VIVS_GL_FLUSH_CACHE_PE2D; in etnaviv_cmd_select_pipe()
105 flush = VIVS_GL_FLUSH_CACHE_DEPTH | VIVS_GL_FLUSH_CACHE_COLOR; in etnaviv_cmd_select_pipe()
107 CMD_LOAD_STATE(buffer, VIVS_GL_FLUSH_CACHE, flush); in etnaviv_cmd_select_pipe()
236 u32 link_target, flush = 0; in etnaviv_buffer_end() local
243 flush = VIVS_GL_FLUSH_CACHE_PE2D; in etnaviv_buffer_end()
245 flush = VIVS_GL_FLUSH_CACHE_DEPTH | in etnaviv_buffer_end()
251 if (flush) { in etnaviv_buffer_end()
267 CMD_LOAD_STATE(buffer, VIVS_GL_FLUSH_CACHE, flush); in etnaviv_buffer_end()
414 u32 flush = VIVS_MMUv2_CONFIGURATION_MODE_MASK | in etnaviv_buffer_queue() local
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddaemonize.py28 sys.stdout.flush()
29 sys.stderr.flush()
99 sys.stdout.flush()
100 sys.stderr.flush()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dstat.rst44 flush I/Os requests number of flush I/Os processed
45 flush ticks milliseconds total wait time for flush requests
53 flush I/Os
56 These values increment when an flush I/O request completes.
58 Block layer combines flush requests and executes at most one at a time.
59 This counts flush requests executed by disk. Not tracked for partitions.
75 read ticks, write ticks, discard ticks, flush ticks

12345678910>>...41