Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 25 of 214) sorted by relevance

123456789

/openbmc/u-boot/board/armadeus/apf27/
H A Dfpga.c85 int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn()
96 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
134 int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn()
142 int fpga_cs_fn(int assert_cs, int flush, int cookie) in fpga_cs_fn()
159 int fpga_wdata_fn(unsigned char data, int flush, int cookie) in fpga_wdata_fn()
/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()
101 int altera_write_fn(const void *buf, size_t len, int flush, int cookie) in altera_write_fn()
204 int xilinx_pgm_config_fn(int assert, int flush, int cookie) in xilinx_pgm_config_fn()
301 int xilinx_clk_config_fn(int assert_clk, int flush, int cookie) in xilinx_clk_config_fn()
312 int xilinx_wr_config_fn(int assert_write, int flush, int cookie) in xilinx_wr_config_fn()
323 int xilinx_fastwr_config_fn(void *buf, size_t len, int flush, int cookie) in xilinx_fastwr_config_fn()
/openbmc/linux/arch/x86/hyperv/
H A Dnested.c22 struct hv_guest_mapping_flush *flush; in hyperv_flush_guest_mapping() local
56 struct hv_guest_mapping_flush_list *flush, in hyperv_fill_flush_guest_mapping_list()
89 struct hv_guest_mapping_flush_list *flush; in hyperv_flush_guest_mapping_range() local
H A Dmmu.c64 struct hv_tlb_flush *flush; in hyperv_flush_tlb_multi() local
177 struct hv_tlb_flush_ex *flush; in hyperv_flush_tlb_others_ex() local
/openbmc/linux/fs/btrfs/
H A Dspace-info.c346 enum btrfs_reserve_flush_enum flush) in calc_available_free_space()
382 enum btrfs_reserve_flush_enum flush) in btrfs_can_overcommit()
417 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_try_granting_tickets() local
1153 enum btrfs_flush_state flush; in btrfs_preempt_reclaim_metadata_space() local
1506 enum btrfs_reserve_flush_enum flush) in handle_reserve_ticket()
1552 static inline bool is_normal_flushing(enum btrfs_reserve_flush_enum flush) in is_normal_flushing()
1576 static inline bool can_steal(enum btrfs_reserve_flush_enum flush) in can_steal()
1586 static inline bool can_ticket(enum btrfs_reserve_flush_enum flush) in can_ticket()
1609 enum btrfs_reserve_flush_enum flush) in __reserve_bytes()
1759 enum btrfs_reserve_flush_enum flush) in btrfs_reserve_metadata_bytes()
[all …]
H A Ddelalloc-space.c120 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_FLUSH_DATA; in btrfs_alloc_data_chunk_ondemand() local
136 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_FLUSH_DATA; in btrfs_check_data_free_space() local
315 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_FLUSH_ALL; in btrfs_delalloc_reserve_metadata() local
/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()
122 static int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
131 static int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn()
/openbmc/qemu/block/
H A Dqed-table.c68 unsigned int index, unsigned int n, bool flush) in qed_write_table()
184 bool flush) in qed_write_l2_table()
193 bool flush) in qed_write_l2_table_sync()
/openbmc/u-boot/board/theadorable/
H A Dfpga.c46 static int fpga_config_fn(int assert, int flush, int cookie) in fpga_config_fn()
61 static int fpga_write_fn(const void *buf, size_t len, int flush, int cookie) in fpga_write_fn()
/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c60 #define DEFLATE_HOOK(strm, flush, bstate) 0 argument
331 int flush in zlib_deflate()
866 int flush in deflate_stored()
925 int flush in deflate_fast()
1019 int flush in deflate_slow()
/openbmc/openpower-hw-diags/test/
H A Dsim-hw-access.hpp70 void flush() in flush() function in sim::ScomAccess
160 void flush() in flush() function in sim::CfamAccess
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c582 int ZEXPORT deflate (strm, flush) in deflate() argument
1460 local block_state deflate_stored(s, flush) in deflate_stored() argument
1518 local block_state deflate_fast(s, flush) in deflate_fast() argument
1614 local block_state deflate_slow(s, flush) in deflate_slow() argument
1739 local block_state deflate_rle(s, flush) in deflate_rle() argument
1805 local block_state deflate_huff(s, flush) in deflate_huff() argument
H A Ddeflate.h319 # define _tr_tally_lit(s, c, flush) \ argument
326 # define _tr_tally_dist(s, distance, length, flush) \ argument
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
/openbmc/linux/include/net/
H A Dgro.h36 u16 flush; member
363 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final()
370 int flush, in skb_gro_flush_final_remcsum()
380 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final()
386 int flush, in skb_gro_flush_final_remcsum()
/openbmc/qemu/qobject/
H A Djson-lexer.c264 static inline uint8_t next_state(JSONLexer *lexer, char ch, bool flush, in next_state()
283 static void json_lexer_feed_char(JSONLexer *lexer, char ch, bool flush) in json_lexer_feed_char()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_buffer.c93 u32 flush = 0; in etnaviv_cmd_select_pipe() local
237 u32 link_target, flush = 0; in etnaviv_buffer_end() local
415 u32 flush = VIVS_MMUv2_CONFIGURATION_MODE_MASK | in etnaviv_buffer_queue() local
/openbmc/qemu/migration/
H A Dmultifd-zlib.c127 int flush = Z_NO_FLUSH; in zlib_send_prepare() local
269 int flush = Z_NO_FLUSH; in zlib_recv_pages() local
/openbmc/linux/drivers/i2c/busses/
H A Di2c-diolan-u2c.c156 static int diolan_write_cmd(struct i2c_diolan_u2c *dev, bool flush) in diolan_write_cmd()
164 static int diolan_usb_cmd(struct i2c_diolan_u2c *dev, u8 command, bool flush) in diolan_usb_cmd()
173 bool flush) in diolan_usb_cmd_data()
183 u8 d2, bool flush) in diolan_usb_cmd_data2()
/openbmc/linux/arch/arm/include/debug/
H A Duncompress.h7 static inline void flush(void) {} in flush() function
/openbmc/linux/arch/arm/mach-footbridge/include/mach/
H A Duncompress.h27 static inline void flush(void) in flush() function
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dcache.S58 flush: label
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h45 static inline void flush(void) in flush() function
/openbmc/linux/lib/zlib_inflate/
H A Dinflate.c23 #define INFLATE_TYPEDO_HOOK(strm, flush) do {} while (0) argument
331 int zlib_inflate(z_streamp strm, int flush) in zlib_inflate()
/openbmc/u-boot/board/teejet/mt_ventoux/
H A Dmt_ventoux.c178 int fpga_wr_fn(int nassert_write, int flush, int cookie) in fpga_wr_fn()
185 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_inflate.h20 #define INFLATE_TYPEDO_HOOK(strm, flush) \ argument

123456789