Searched defs:write_point (Results 1 - 4 of 4) sorted by last modified time
/drivers/net/wireless/rtlwifi/rtl8192ee/ |
H A D | trx.c | 634 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/md/bcache/ |
H A D | alloc.c | 535 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 D | request.h | 11 uint16_t write_point; member in struct:data_insert_op
|
/drivers/media/platform/exynos4-is/ |
H A D | fimc-is-param.h | 972 u32 write_point; /* 0~ 500KB boundary */ member in struct:is_debug_control
|
Completed in 260 milliseconds