Home
last modified time | relevance | path

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

1234567891011

/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);
H A Dfpga.c85 int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn() argument
96 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() argument
134 int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn() argument
142 int fpga_cs_fn(int assert_cs, int flush, int cookie) in fpga_cs_fn() argument
159 int fpga_wdata_fn(unsigned char data, int flush, int cookie) in fpga_wdata_fn() argument
/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);
H A Daltera.h94 typedef int (*Altera_config_fn)( int assert_config, int flush, int cookie );
97 typedef int (*Altera_clk_fn)( int assert_clk, int flush, int cookie );
98 typedef int (*Altera_data_fn)( int assert_data, int flush, int cookie );
99 typedef int(*Altera_write_fn)(const void *buf, size_t len, int flush, int cookie);
/openbmc/qemu/tests/qemu-iotests/
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
41 qemu-io: Failed to flush the L2 table cache: No space left on device
42 qemu-io: Failed to flush the refcount block cache: No space left on device
48 qemu-io: Failed to flush the L2 table cache: No space left on device
49 qemu-io: Failed to flush the refcount block cache: No space left on device
131 qemu-io: Failed to flush the L2 table cache: Input/output error
132 qemu-io: Failed to flush the refcount block cache: Input/output error
[all …]
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
41 qemu-io: Failed to flush the L2 table cache: No space left on device
42 qemu-io: Failed to flush the refcount block cache: No space left on device
48 qemu-io: Failed to flush the L2 table cache: No space left on device
49 qemu-io: Failed to flush the refcount block cache: No space left on device
129 qemu-io: Failed to flush the L2 table cache: Input/output error
130 qemu-io: Failed to flush the refcount block cache: Input/output error
[all …]
H A D142119 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.no-flush=on | grep -e "Cache" -e "[Cc]ann…
121 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.no-flush=on | grep -e "Cache" -e "[C…
123 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.no-flush=on | grep -e "Cache" -e …
125 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.no-flush=on | grep -e "Cache…
260 …rv_bkfile" -drive "$drv_bk" -drive "$drv_file" -drive "$drv_img",cache.no-flush=on | grep -e "Cach…
262 …un_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file",cache.no-flush=on -drive "$drv_im…
264 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk",cache.no-flush=on -drive "$drv_f…
266 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile",cache.no-flush=on -drive "$drv_bk" -drive "$drv_f…
H A D142.out83 cache.no-flush=on on none0
90 cache.no-flush=on on file
97 cache.no-flush=on on backing
104 cache.no-flush=on on backing-file
159 cache.no-flush=on on none0
166 cache.no-flush=on on file
173 cache.no-flush=on on backing
180 cache.no-flush=on on backing-file
235 cache.no-flush=on on none0
242 cache.no-flush=on on file
[all …]
H A D191.out150 "no-flush": false,
179 "no-flush": false,
221 "no-flush": false,
250 "no-flush": false,
292 "no-flush": false,
321 "no-flush": false,
351 "no-flush": false,
380 "no-flush": false,
565 "no-flush": false,
594 "no-flush": false,
[all …]
H A D29746 sys.stdout.flush()
56 sys.stdout.flush()
H A D13695 def accounted_ops(self, read = False, write = False, flush = False): argument
109 if flush:
113 def accounted_latency(self, read = False, write = False, flush = False): argument
123 if flush:
190 total_flush_latency = self.accounted_latency(flush = True)
209 if (self.accounted_ops(read = True, write = True, flush = True) != 0):
/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.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 …]
/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/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/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()
/openbmc/qemu/qobject/
H A Djson-lexer.c264 static inline uint8_t next_state(JSONLexer *lexer, char ch, bool flush, in next_state() argument
271 *char_consumed = !flush && !(next & LOOKAHEAD); in next_state()
283 static void json_lexer_feed_char(JSONLexer *lexer, char ch, bool flush) in json_lexer_feed_char() argument
294 while (flush ? lexer->state != lexer->start_state : !char_consumed) { in json_lexer_feed_char()
295 new_state = next_state(lexer, ch, flush, &char_consumed); in json_lexer_feed_char()
297 assert(!flush); in json_lexer_feed_char()
/openbmc/openpower-hw-diags/test/
H A Dtest-root-cause-filter.cpp88 isoData.flush(); in TEST()
103 isoData.flush(); in TEST()
118 isoData.flush(); in TEST()
137 isoData.flush(); in TEST()
153 isoData.flush(); in TEST()
174 isoData.flush(); in TEST()
/openbmc/u-boot/board/astro/mcf5373l/
H A Dfpga.c65 int altera_config_fn(int assert_config, int flush, int cookie) in altera_config_fn() argument
101 int altera_write_fn(const void *buf, size_t len, int flush, int cookie) in altera_write_fn() argument
204 int xilinx_pgm_config_fn(int assert, int flush, int cookie) in xilinx_pgm_config_fn() argument
301 int xilinx_clk_config_fn(int assert_clk, int flush, int cookie) in xilinx_clk_config_fn() argument
312 int xilinx_wr_config_fn(int assert_write, int flush, int cookie) in xilinx_wr_config_fn() argument
323 int xilinx_fastwr_config_fn(void *buf, size_t len, int flush, int cookie) in xilinx_fastwr_config_fn() argument
/openbmc/u-boot/lib/
H A Dgzip.c52 int r, flush, orig, window; in zzip() local
82 flush = (srclen > CONFIG_GZIP_COMPRESS_DEF_SZ)? in zzip()
90 r = deflate(&s, flush); in zzip()
/openbmc/qemu/migration/
H A Dmultifd-zlib.c111 int flush = Z_NO_FLUSH; in multifd_zlib_send_prepare() local
114 flush = Z_SYNC_FLUSH; in multifd_zlib_send_prepare()
138 ret = deflate(zs, flush); in multifd_zlib_send_prepare()
236 int flush = Z_NO_FLUSH; in multifd_zlib_recv() local
241 flush = Z_SYNC_FLUSH; in multifd_zlib_recv()
256 ret = inflate(zs, flush); in multifd_zlib_recv()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dparse.py45 f.flush()
359 f.flush()
362 f.flush()
366 f.flush()
376 f.flush()
387 f.flush()
390 f.flush()
428 f.flush()
444 in_file.flush()
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/
H A Drunfvp.py65 tf.flush()
74 tf.flush()
111 fvpconf.flush()
143 fvpconf.flush()
/openbmc/qemu/scripts/qemu-guest-agent/fsfreeze-hook.d/
H A Dmysql-flush.sh.sample9 FIFO=/var/run/mysql-flush.fifo
32 INNODB_STATUS=$(mktemp /tmp/mysql-flush.XXXXXX)
/openbmc/u-boot/board/spear/x600/
H A Dfpga.c40 static int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn() argument
122 static int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn() argument
131 static int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn() argument

1234567891011