Home
last modified time | relevance | path

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

12345678910>>...36

/openbmc/linux/arch/x86/hyperv/
H A Dmmu.c64 struct hv_tlb_flush *flush; in hyperv_flush_tlb_multi() local
78 if (unlikely(!flush)) { in hyperv_flush_tlb_multi()
90 flush->flags = 0; in hyperv_flush_tlb_multi()
92 flush->address_space = 0; in hyperv_flush_tlb_multi()
96 flush->processor_mask = 0; in hyperv_flush_tlb_multi()
143 max_gvas = (PAGE_SIZE - sizeof(*flush)) / sizeof(flush->gva_list[0]); in hyperv_flush_tlb_multi()
148 flush, NULL); in hyperv_flush_tlb_multi()
152 flush, NULL); in hyperv_flush_tlb_multi()
192 flush->flags = 0; in hyperv_flush_tlb_others_ex()
194 flush->address_space = 0; in hyperv_flush_tlb_others_ex()
[all …]
H A Dnested.c22 struct hv_guest_mapping_flush *flush; in hyperv_flush_guest_mapping() local
32 flush = *this_cpu_ptr(hyperv_pcpu_input_arg); in hyperv_flush_guest_mapping()
34 if (unlikely(!flush)) { in hyperv_flush_guest_mapping()
39 flush->address_space = as; in hyperv_flush_guest_mapping()
40 flush->flags = 0; in hyperv_flush_guest_mapping()
43 flush, NULL); in hyperv_flush_guest_mapping()
56 struct hv_guest_mapping_flush_list *flush, in hyperv_fill_flush_guest_mapping_list() argument
102 if (unlikely(!flush)) { in hyperv_flush_guest_mapping_range()
107 flush->address_space = as; in hyperv_flush_guest_mapping_range()
108 flush->flags = 0; in hyperv_flush_guest_mapping_range()
[all …]
/openbmc/linux/fs/btrfs/
H A Dspace-info.c432 flush)) { in btrfs_try_granting_tickets()
1060 space_info->flush = 0; in btrfs_async_reclaim_metadata_space()
1072 space_info->flush = 0; in btrfs_async_reclaim_metadata_space()
1188 flush = FLUSH_DELALLOC; in btrfs_preempt_reclaim_metadata_space()
1193 flush = COMMIT_TRANS; in btrfs_preempt_reclaim_metadata_space()
1277 space_info->flush = 0; in btrfs_async_reclaim_data_space()
1288 space_info->flush = 0; in btrfs_async_reclaim_data_space()
1305 space_info->flush = 0; in btrfs_async_reclaim_data_space()
1338 space_info->flush = 0; in btrfs_async_reclaim_data_space()
1510 switch (flush) { in handle_reserve_ticket()
[all …]
H A Ddelalloc-space.c120 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_FLUSH_DATA; in btrfs_alloc_data_chunk_ondemand() local
126 flush = BTRFS_RESERVE_FLUSH_FREE_SPACE_INODE; in btrfs_alloc_data_chunk_ondemand()
128 return btrfs_reserve_data_bytes(fs_info, bytes, flush); in btrfs_alloc_data_chunk_ondemand()
136 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_FLUSH_DATA; in btrfs_check_data_free_space() local
145 flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_check_data_free_space()
147 flush = BTRFS_RESERVE_FLUSH_FREE_SPACE_INODE; in btrfs_check_data_free_space()
149 ret = btrfs_reserve_data_bytes(fs_info, len, flush); in btrfs_check_data_free_space()
315 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_FLUSH_ALL; in btrfs_delalloc_reserve_metadata() local
328 flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_delalloc_reserve_metadata()
331 flush = BTRFS_RESERVE_FLUSH_LIMIT; in btrfs_delalloc_reserve_metadata()
[all …]
/openbmc/linux/net/ipv4/
H A Dtcp_offload.c193 int flush = 1; in tcp_gro_receive() local
236 flush = NAPI_GRO_CB(p)->flush; in tcp_gro_receive()
242 flush |= *(u32 *)((u8 *)th + i) ^ in tcp_gro_receive()
252 flush |= NAPI_GRO_CB(p)->flush_id; in tcp_gro_receive()
265 flush |= (len - 1) >= mss; in tcp_gro_receive()
269 flush |= p->decrypted ^ skb->decrypted; in tcp_gro_receive()
272 if (flush || skb_gro_receive(p, skb)) { in tcp_gro_receive()
284 flush = len < mss; in tcp_gro_receive()
294 NAPI_GRO_CB(skb)->flush |= (flush != 0); in tcp_gro_receive()
321 if (!NAPI_GRO_CB(skb)->flush && in tcp4_gro_receive()
[all …]
/openbmc/linux/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.c255 long (*flush)(void *src, unsigned long size), in unxz()
271 if (fill == NULL && flush == NULL) in unxz()
279 if (flush == NULL) { in unxz()
301 if (fill == NULL && flush == NULL) { in unxz()
327 if (flush != NULL && (b.out_pos == b.out_size in unxz()
334 if (flush(b.out, b.out_pos) != (long)b.out_pos) in unxz()
344 if (flush != NULL) in unxz()
384 if (flush != NULL) in unxz()
402 long (*flush)(void*, unsigned long), in __decompress()
407 return unxz(buf, len, fill, flush, out_buf, pos, error); in __decompress()
H A Ddecompress_unzstd.c167 long (*flush)(void*, unsigned long), in __unzstd()
191 if (fill == NULL && flush == NULL) in __unzstd()
227 if (flush != NULL) { in __unzstd()
308 if (flush != NULL && out.pos > 0) { in __unzstd()
309 if (out.pos != flush(out.dst, out.pos)) { in __unzstd()
335 long (*flush)(void*, unsigned long), in unzstd()
340 return __unzstd(buf, len, fill, flush, out_buf, 0, pos, error); in unzstd()
345 long (*flush)(void*, unsigned long), in __decompress()
350 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()
/openbmc/u-boot/board/armadeus/apf27/
H A Dfpga.h14 extern int fpga_pgm_fn(int assert_pgm, int flush, int cookie);
15 extern int fpga_cs_fn(int assert_cs, int flush, int cookie);
18 extern int fpga_clk_fn(int assert_clk, int flush, int cookie);
19 extern int fpga_wr_fn(int assert_write, int flush, int cookie);
21 extern int fpga_wdata_fn(unsigned char data, int flush, int cookie);
/openbmc/qemu/tests/qemu-iotests/
H A D026.out17 qemu-io: Failed to flush the L2 table cache: Input/output error
18 qemu-io: Failed to flush the refcount block cache: Input/output error
24 qemu-io: Failed to flush the L2 table cache: Input/output error
25 qemu-io: Failed to flush the refcount block cache: Input/output error
129 qemu-io: Failed to flush the L2 table cache: Input/output error
136 qemu-io: Failed to flush the L2 table cache: Input/output error
177 qemu-io: Failed to flush the L2 table cache: Input/output error
184 qemu-io: Failed to flush the L2 table cache: Input/output error
225 qemu-io: Failed to flush the L2 table cache: Input/output error
232 qemu-io: Failed to flush the L2 table cache: Input/output error
[all …]
H A D026.out.nocache17 qemu-io: Failed to flush the L2 table cache: Input/output error
18 qemu-io: Failed to flush the refcount block cache: Input/output error
24 qemu-io: Failed to flush the L2 table cache: Input/output error
25 qemu-io: Failed to flush the refcount block cache: Input/output error
131 qemu-io: Failed to flush the L2 table cache: Input/output error
139 qemu-io: Failed to flush the L2 table cache: Input/output error
185 qemu-io: Failed to flush the L2 table cache: Input/output error
192 qemu-io: Failed to flush the L2 table cache: Input/output error
233 qemu-io: Failed to flush the L2 table cache: Input/output error
240 qemu-io: Failed to flush the L2 table cache: Input/output error
[all …]
/openbmc/u-boot/include/
H A Dxilinx.h70 typedef int (*xilinx_pgm_fn)(int assert_pgm, int flush, int cookie);
74 typedef int (*xilinx_clk_fn)(int assert_clk, int flush, int cookie);
75 typedef int (*xilinx_cs_fn)(int assert_cs, int flush, int cookie);
76 typedef int (*xilinx_wr_fn)(int assert_write, int flush, int cookie);
78 typedef int (*xilinx_wdata_fn)(unsigned char data, int flush, int cookie);
83 typedef int (*xilinx_bwr_fn)(void *buf, size_t len, int flush, int cookie);
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c331 int flush in zlib_deflate() argument
338 flush > Z_FINISH || flush < 0) { in zlib_deflate()
351 s->last_flush = flush; in zlib_deflate()
394 flush != Z_FINISH) { in zlib_deflate()
453 if (flush != Z_FINISH) return Z_OK; in zlib_deflate()
866 int flush in deflate_stored() argument
912 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_stored()
925 int flush in deflate_fast() argument
1008 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_fast()
1019 int flush in deflate_slow() argument
[all …]
/openbmc/linux/Documentation/arch/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 …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dnexthop.sh147 $IP nexthop flush &> /dev/null
182 $IP nexthop flush &> /dev/null
202 $IP nexthop flush &> /dev/null
247 $IP nexthop flush &> /dev/null
267 $IP nexthop flush &> /dev/null
289 $IP nexthop flush &> /dev/null
314 $IP nexthop flush &> /dev/null
343 $IP nexthop flush &> /dev/null
373 $IP nexthop flush &> /dev/null
422 $IP nexthop flush &> /dev/null
[all …]
/openbmc/linux/include/net/
H A Dgro.h36 u16 flush; member
105 NAPI_GRO_CB(skb)->flush |= 1;
120 NAPI_GRO_CB(skb)->flush |= 1;
354 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final() argument
357 NAPI_GRO_CB(skb)->flush |= flush; in skb_gro_flush_final()
361 int flush, in skb_gro_flush_final_remcsum() argument
365 NAPI_GRO_CB(skb)->flush |= flush; in skb_gro_flush_final_remcsum()
373 NAPI_GRO_CB(skb)->flush |= flush; in skb_gro_flush_final()
377 int flush, in skb_gro_flush_final_remcsum() argument
380 NAPI_GRO_CB(skb)->flush |= flush; in skb_gro_flush_final_remcsum()
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch4 Subject: [PATCH] Fix: rotation-destroy-flush: fix session daemon abort if no
7 Testing rotation-destroy-flush when no lttng kernel modules present, it would
32 .../ust/rotation-destroy-flush/test_rotation_destroy_flush | 6 +++---
35 …ests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush b/tests/regression/ust/rota…
37 --- a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush
38 +++ b/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush
/openbmc/u-boot/lib/zlib/
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)
H A Ddeflate.c582 int ZEXPORT deflate (strm, flush) in deflate() argument
584 int flush;
590 flush > Z_BLOCK || flush < 0) {
602 s->last_flush = flush;
803 flush != Z_FINISH) {
1462 int flush;
1507 FLUSH_BLOCK(s, flush == Z_FINISH);
1520 int flush;
1616 int flush;
1741 int flush;
[all …]
/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c121 int flush, in dfltcc_deflate() argument
136 if (flush == Z_FULL_FLUSH) in dfltcc_deflate()
144 no_flush = flush == Z_NO_FLUSH; in dfltcc_deflate()
159 if (flush == Z_FINISH) in dfltcc_deflate()
162 if (flush == Z_FULL_FLUSH) in dfltcc_deflate()
217 need_empty_block = flush == Z_FINISH && param->bcf && !param->bhf; in dfltcc_deflate()
225 if (flush == Z_FINISH && !param->bcf) in dfltcc_deflate()
292 if (flush == Z_FINISH) { in dfltcc_deflate()
301 if (flush == Z_FULL_FLUSH) in dfltcc_deflate()
303 *result = flush == Z_NO_FLUSH ? need_more : block_done; in dfltcc_deflate()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_tlb_flush.c219 flush->flags = HV_FLUSH_ALL_VIRTUAL_ADDRESS_SPACES; in sender_guest_code()
220 flush->processor_mask = BIT(WORKER_VCPU_ID_1); in sender_guest_code()
231 flush->flags = HV_FLUSH_ALL_VIRTUAL_ADDRESS_SPACES; in sender_guest_code()
232 flush->processor_mask = BIT(WORKER_VCPU_ID_1); in sender_guest_code()
233 flush->gva_list[0] = (u64)data->test_pages; in sender_guest_code()
247 flush->processor_mask = 0; in sender_guest_code()
260 flush->gva_list[0] = (u64)data->test_pages; in sender_guest_code()
375 flush->processor_mask = BIT(WORKER_VCPU_ID_1); in sender_guest_code()
388 flush->processor_mask = BIT(WORKER_VCPU_ID_1); in sender_guest_code()
389 flush->gva_list[0] = (u64)data->test_pages; in sender_guest_code()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddaemonize.py28 sys.stdout.flush()
29 sys.stderr.flush()
99 sys.stdout.flush()
100 sys.stderr.flush()
/openbmc/linux/drivers/md/
H A Ddm-delay.c38 struct delay_class flush; member
132 if (dc->flush.dev) in delay_dtr()
133 dm_put_device(ti, dc->flush.dev); in delay_dtr()
206 ret = delay_class_ctr(ti, &dc->flush, argv); in delay_ctr()
216 ret = delay_class_ctr(ti, &dc->flush, argv + 3); in delay_ctr()
222 ret = delay_class_ctr(ti, &dc->flush, argv + 6); in delay_ctr()
299 c = &dc->flush; in delay_map()
323 DMEMIT("%u %u %u", dc->read.ops, dc->write.ops, dc->flush.ops); in delay_status()
334 DMEMIT_DELAY_CLASS(&dc->flush); in delay_status()
356 ret = fn(ti, dc->flush.dev, dc->flush.start, ti->len, data); in delay_iterate_devices()
/openbmc/qemu/block/
H A Dqed-table.c68 unsigned int index, unsigned int n, bool flush) in qed_write_table() argument
98 trace_qed_write_table_cb(s, table, flush, ret); in qed_write_table()
103 if (flush) { in qed_write_table()
184 bool flush) in qed_write_l2_table() argument
188 request->l2_table->table, index, n, flush); in qed_write_l2_table()
193 bool flush) in qed_write_l2_table_sync() argument
195 return qed_write_l2_table(s, request, index, n, flush); in qed_write_l2_table_sync()

12345678910>>...36