Searched refs:write_point (Results 1 - 5 of 5) sorted by relevance

/drivers/md/bcache/
H A Drequest.h11 uint16_t write_point; member in struct:data_insert_op
H A Dalloc.c535 unsigned write_point,
543 else if (ret->last_write_point == write_point)
572 unsigned write_point, unsigned write_prio, bool wait)
588 while (!(b = pick_data_bucket(c, k, write_point, &alloc.key))) {
629 b->last_write_point = write_point;
533 pick_data_bucket(struct cache_set *c, const struct bkey *search, unsigned write_point, struct bkey *alloc) argument
571 bch_alloc_sectors(struct cache_set *c, struct bkey *k, unsigned sectors, unsigned write_point, unsigned write_prio, bool wait) argument
H A Drequest.c227 op->write_point, op->write_prio,
663 s->iop.write_point = hash_long((unsigned long) current, 16);
/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dtrx.c634 u16 read_point = 0, write_point = 0, remind_cnt = 0; local
641 write_point = (u16)(tmp_4byte & 0x7ff);
643 if (write_point != rtlpci->rx_ring[queue_index].next_rx_rp) {
646 write_point, tmp_4byte);
649 write_point = (u16)(tmp_4byte & 0x7ff);
659 remind_cnt = RX_DESC_NUM_92E - write_point;
661 remind_cnt = (read_point >= write_point) ?
662 (read_point - write_point) :
663 (RX_DESC_NUM_92E - write_point + read_point);
669 rtlpci->rx_ring[queue_index].next_rx_rp = write_point;
1205 u16 read_point, write_point, available_desc_num; local
[all...]
/drivers/media/platform/exynos4-is/
H A Dfimc-is-param.h972 u32 write_point; /* 0~ 500KB boundary */ member in struct:is_debug_control

Completed in 113 milliseconds