| /linux/fs/bcachefs/ |
| A D | alloc_foreground.c | 900 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 D | alloc_foreground.h | 91 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 D | io_write_types.h | 70 struct write_point_specifier write_point; member 72 struct write_point *wp;
|
| A D | alloc_types.h | 101 struct write_point { struct 106 unsigned long write_point; argument
|
| A D | io_write.c | 574 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 D | bcachefs.h | 921 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 D | io_misc.c | 29 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 D | io_write.h | 86 op->write_point = (struct write_point_specifier) { 0 }; in bch2_write_op_init()
|
| A D | journal_types.h | 265 struct write_point wp;
|
| A D | data_update.c | 448 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 D | ec.h | 214 void *bch2_writepoint_ec_buf(struct bch_fs *, struct write_point *);
|
| A D | fs-io-direct.c | 502 dio->op.write_point = writepoint_hashed((unsigned long) current); in bch2_dio_write_loop()
|
| A D | fs-io-buffered.c | 477 op->write_point = writepoint_hashed(inode->ei_last_dirtied); in bch2_writepage_io_alloc()
|
| A D | btree_update_interior.c | 310 struct write_point *wp; in __bch2_btree_node_alloc()
|
| A D | ec.c | 1632 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 D | trx.c | 462 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 D | alloc.c | 590 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 D | request.h | 12 uint16_t write_point; member
|
| A D | bcache.h | 995 unsigned int sectors, unsigned int write_point,
|
| A D | request.c | 223 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 D | fimc-is-param.h | 969 u32 write_point; /* 0~ 500KB boundary */ member
|