Home
last modified time | relevance | path

Searched refs:write_point (Results 1 – 21 of 21) sorted by relevance

/linux/fs/bcachefs/
A Dalloc_foreground.c900 struct write_point *wp, in want_bucket()
1233 struct write_point *wp; in __writepoint_find()
1237 if (wp->write_point == write_point) in __writepoint_find()
1255 struct write_point *wp; in try_increase_writepoints()
1269 struct write_point *wp; in try_decrease_writepoints()
1306 wp = (struct write_point *) write_point; in writepoint_find()
1317 if (wp->write_point == write_point) in writepoint_find()
1347 wp->write_point = write_point; in writepoint_find()
1395 struct write_point *wp; in bch2_alloc_sectors_start_trans()
1564 struct write_point *wp; in bch2_fs_allocator_foreground_init()
[all …]
A Dalloc_foreground.h91 static inline void bch2_alloc_sectors_done_inlined(struct bch_fs *c, struct write_point *wp) in bch2_alloc_sectors_done_inlined()
107 struct write_point *wp, in bch2_open_bucket_get()
173 struct write_point **);
182 bch2_alloc_sectors_append_ptrs_inlined(struct bch_fs *c, struct write_point *wp, in bch2_alloc_sectors_append_ptrs_inlined()
208 void bch2_alloc_sectors_append_ptrs(struct bch_fs *, struct write_point *,
210 void bch2_alloc_sectors_done(struct bch_fs *, struct write_point *);
219 static inline struct write_point_specifier writepoint_ptr(struct write_point *wp) in writepoint_ptr()
A Dio_write_types.h70 struct write_point_specifier write_point; member
72 struct write_point *wp;
A Dalloc_types.h101 struct write_point { struct
106 unsigned long write_point; argument
A Dio_write.c574 static inline void wp_update_state(struct write_point *wp, bool running) in wp_update_state()
588 struct write_point *wp = op->wp; in CLOSURE_CALLBACK()
618 struct write_point *wp = in bch2_write_point_do_index_updates()
619 container_of(work, struct write_point, index_update_work); in bch2_write_point_do_index_updates()
689 struct write_point *wp, in init_append_extent()
714 struct write_point *wp, in bch2_write_bio_alloc()
820 } bch2_write_prep_encoded_data(struct bch_write_op *op, struct write_point *wp) in bch2_write_prep_encoded_data()
893 static int bch2_write_extent(struct bch_write_op *op, struct write_point *wp, in bch2_write_extent()
1401 struct write_point *wp = NULL; in __bch2_write()
1441 op->write_point, in __bch2_write()
[all …]
A Dbcachefs.h921 struct write_point btree_write_point;
922 struct write_point rebalance_write_point;
924 struct write_point write_points[WRITE_POINT_MAX];
991 struct write_point copygc_write_point;
A Dio_misc.c29 struct write_point_specifier write_point) in bch2_extent_fallocate() argument
76 struct write_point *wp; in bch2_extent_fallocate()
88 write_point, in bch2_extent_fallocate()
A Dio_write.h86 op->write_point = (struct write_point_specifier) { 0 }; in bch2_write_op_init()
A Djournal_types.h265 struct write_point wp;
A Ddata_update.c448 struct write_point *wp; in bch2_update_unwritten_extent()
479 update->op.write_point, in bch2_update_unwritten_extent()
648 m->op.write_point = wp; in bch2_data_update_init()
A Dec.h214 void *bch2_writepoint_ec_buf(struct bch_fs *, struct write_point *);
A Dfs-io-direct.c502 dio->op.write_point = writepoint_hashed((unsigned long) current); in bch2_dio_write_loop()
A Dfs-io-buffered.c477 op->write_point = writepoint_hashed(inode->ei_last_dirtied); in bch2_writepage_io_alloc()
A Dbtree_update_interior.c310 struct write_point *wp; in __bch2_btree_node_alloc()
A Dec.c1632 void *bch2_writepoint_ec_buf(struct bch_fs *c, struct write_point *wp) in bch2_writepoint_ec_buf()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
A Dtrx.c462 u16 read_point, write_point, remind_cnt; in rtl92ee_rx_desc_buff_remained_cnt() local
468 write_point = (u16)(tmp_4byte & 0x7ff); in rtl92ee_rx_desc_buff_remained_cnt()
473 write_point, tmp_4byte); in rtl92ee_rx_desc_buff_remained_cnt()
476 write_point = (u16)(tmp_4byte & 0x7ff); in rtl92ee_rx_desc_buff_remained_cnt()
484 remind_cnt = calc_fifo_space(read_point, write_point, in rtl92ee_rx_desc_buff_remained_cnt()
998 u16 read_point, write_point; in rtl92ee_is_tx_desc_closed() local
1016 write_point = ring->cur_tx_wp; in rtl92ee_is_tx_desc_closed()
1018 if (write_point > read_point) { in rtl92ee_is_tx_desc_closed()
1019 if (index < write_point && index >= read_point) in rtl92ee_is_tx_desc_closed()
1023 } else if (write_point < read_point) { in rtl92ee_is_tx_desc_closed()
[all …]
/linux/drivers/md/bcache/
A Dalloc.c590 unsigned int write_point, in pick_data_bucket() argument
601 else if (ret->last_write_point == write_point) in pick_data_bucket()
632 unsigned int write_point, in bch_alloc_sectors() argument
650 while (!(b = pick_data_bucket(c, k, write_point, &alloc.key))) { in bch_alloc_sectors()
691 b->last_write_point = write_point; in bch_alloc_sectors()
A Drequest.h12 uint16_t write_point; member
A Dbcache.h995 unsigned int sectors, unsigned int write_point,
A Drequest.c223 op->write_point, op->write_prio, in CLOSURE_CALLBACK()
754 s->iop.write_point = hash_long((unsigned long) current, 16); in search_alloc()
/linux/drivers/media/platform/samsung/exynos4-is/
A Dfimc-is-param.h969 u32 write_point; /* 0~ 500KB boundary */ member

Completed in 50 milliseconds