Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dalloc_foreground.c835 struct write_point *wp, in want_bucket()
1168 struct write_point *wp; in __writepoint_find()
1172 if (wp->write_point == write_point) in __writepoint_find()
1190 struct write_point *wp; in try_increase_writepoints()
1204 struct write_point *wp; in try_decrease_writepoints()
1241 wp = (struct write_point *) write_point; in writepoint_find()
1252 if (wp->write_point == write_point) in writepoint_find()
1282 wp->write_point = write_point; in writepoint_find()
1330 struct write_point *wp; in bch2_alloc_sectors_start_trans()
1521 struct write_point *wp; in bch2_fs_allocator_foreground_init()
[all …]
H A Dalloc_foreground.h106 static inline void bch2_alloc_sectors_done_inlined(struct bch_fs *c, struct write_point *wp) in bch2_alloc_sectors_done_inlined()
124 struct write_point *wp, in bch2_open_bucket_get()
190 struct write_point **);
199 bch2_alloc_sectors_append_ptrs_inlined(struct bch_fs *c, struct write_point *wp, in bch2_alloc_sectors_append_ptrs_inlined()
225 void bch2_alloc_sectors_append_ptrs(struct bch_fs *, struct write_point *,
227 void bch2_alloc_sectors_done(struct bch_fs *, struct write_point *);
236 static inline struct write_point_specifier writepoint_ptr(struct write_point *wp) in writepoint_ptr()
H A Dio_write_types.h70 struct write_point_specifier write_point; member
72 struct write_point *wp;
H A Dalloc_types.h103 struct write_point { struct
108 unsigned long write_point; argument
H A Dio_write.c644 static inline void wp_update_state(struct write_point *wp, bool running) in wp_update_state()
658 struct write_point *wp = op->wp; in CLOSURE_CALLBACK()
675 static inline void bch2_write_queue(struct bch_write_op *op, struct write_point *wp) in bch2_write_queue()
688 struct write_point *wp = in bch2_write_point_do_index_updates()
689 container_of(work, struct write_point, index_update_work); in bch2_write_point_do_index_updates()
766 struct write_point *wp, in init_append_extent()
791 struct write_point *wp, in bch2_write_bio_alloc()
964 static int bch2_write_extent(struct bch_write_op *op, struct write_point *wp, in bch2_write_extent()
1479 struct write_point *wp = NULL; in __bch2_write()
1519 op->write_point, in __bch2_write()
[all …]
H A Dio_write.h82 op->write_point = (struct write_point_specifier) { 0 }; in bch2_write_op_init()
H A Dbcachefs.h934 struct write_point btree_write_point;
935 struct write_point rebalance_write_point;
937 struct write_point write_points[WRITE_POINT_MAX];
1002 struct write_point copygc_write_point;
H 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()
H A Djournal_types.h264 struct write_point wp;
H A Dec.h251 void *bch2_writepoint_ec_buf(struct bch_fs *, struct write_point *);
H A Ddata_update.c482 struct write_point *wp; in bch2_update_unwritten_extent()
514 update->op.write_point, in bch2_update_unwritten_extent()
770 m->op.write_point = wp; in bch2_data_update_init()
H A Dfs-io-direct.c515 dio->op.write_point = writepoint_hashed((unsigned long) current); in bch2_dio_write_loop()
H A Dfs-io-buffered.c522 op->write_point = writepoint_hashed(inode->ei_last_dirtied); in bch2_writepage_io_alloc()
H A Dec.c1457 void *bch2_writepoint_ec_buf(struct bch_fs *c, struct write_point *wp) in bch2_writepoint_ec_buf()
H A Dbtree_update_interior.c290 struct write_point *wp; in __bch2_btree_node_alloc()
/linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H 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-6.15/drivers/md/bcache/
H A Dalloc.c583 unsigned int write_point, in pick_data_bucket() argument
594 else if (ret->last_write_point == write_point) in pick_data_bucket()
625 unsigned int write_point, in bch_alloc_sectors() argument
643 while (!(b = pick_data_bucket(c, k, write_point, &alloc.key))) { in bch_alloc_sectors()
684 b->last_write_point = write_point; in bch_alloc_sectors()
H A Drequest.h12 uint16_t write_point; member
H A Dbcache.h995 unsigned int sectors, unsigned int write_point,
H 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-6.15/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.h969 u32 write_point; /* 0~ 500KB boundary */ member