Searched refs:end_index (Results 1 – 11 of 11) sorted by relevance
/drivers/md/persistent-data/ |
D | dm-array.c | 424 unsigned end_index) in drop_blocks() argument 428 while (begin_index != end_index) { in drop_blocks()
|
/drivers/crypto/caam/ |
D | pdb.h | 134 u32 end_index[0]; member
|
/drivers/tty/ |
D | synclink.c | 5331 int end_index; in usc_process_rxoverrun_sync() local 5347 frame_start_index = start_index = end_index = info->current_rx_buffer; in usc_process_rxoverrun_sync() 5354 while( !buffer_list[end_index].count ) in usc_process_rxoverrun_sync() 5362 frame_start_index = end_index; in usc_process_rxoverrun_sync() 5366 if ( buffer_list[end_index].status ) in usc_process_rxoverrun_sync() 5379 end_index++; in usc_process_rxoverrun_sync() 5380 if ( end_index == info->rx_buffer_count ) in usc_process_rxoverrun_sync() 5381 end_index = 0; in usc_process_rxoverrun_sync() 5383 if ( start_index == end_index ) in usc_process_rxoverrun_sync() 5415 } while( start_index != end_index ); in usc_process_rxoverrun_sync()
|
/drivers/video/fbdev/via/ |
D | hw.c | 988 int start_index, end_index, cr_index; in viafb_load_reg() local 995 end_index = reg[i].end_bit; in viafb_load_reg() 999 for (j = start_index; j <= end_index; j++) { in viafb_load_reg()
|
/drivers/mtd/nand/ |
D | nandsim.c | 1348 pgoff_t index, start_index, end_index; in get_pages() local 1353 end_index = (pos + count - 1) >> PAGE_CACHE_SHIFT; in get_pages() 1354 if (end_index - start_index + 1 > NS_MAX_HELD_PAGES) in get_pages() 1357 for (index = start_index; index <= end_index; index++) { in get_pages()
|
/drivers/gpu/drm/radeon/ |
D | rv6xx_dpm.c | 242 u32 start_index, u8 *end_index) in rv6xx_generate_steps() argument 293 *end_index = (u8)step_index - 1; in rv6xx_generate_steps() 307 u32 start_index, u32 end_index) in rv6xx_invalidate_intermediate_steps_range() argument 311 for (step_index = start_index + 1; step_index < end_index; step_index++) in rv6xx_invalidate_intermediate_steps_range()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 1147 pgoff_t end_index; in osc_extent_expand() local 1167 end_index = min(ext->oe_max_end, ((chunk + 1) << ppc_bits) - 1); in osc_extent_expand() 1170 if (next != NULL && next->oe_start <= end_index) { in osc_extent_expand() 1177 ext->oe_end = end_index; in osc_extent_expand()
|
/drivers/net/ethernet/emulex/benet/ |
D | be.h | 253 u16 end_index; /* Completed TXQ Index */ member
|
D | be_main.c | 2391 txcp->end_index = GET_TX_COMPL_BITS(wrb_index, compl); in be_tx_compl_get() 2536 txcp->end_index); in be_tx_compl_clean() 2957 num_wrbs += be_tx_compl_process(adapter, txo, txcp->end_index); in be_process_tx()
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 3547 u_int end_index; in ahc_sent_msg() local 3549 end_index = index + 1 + ahc->msgout_buf[index + 1]; in ahc_sent_msg() 3554 if (ahc->msgout_index > end_index) in ahc_sent_msg() 3559 index = end_index; in ahc_sent_msg()
|
D | aic79xx_core.c | 5063 u_int end_index; in ahd_sent_msg() local 5065 end_index = index + 1 + ahd->msgout_buf[index + 1]; in ahd_sent_msg() 5070 if (ahd->msgout_index > end_index) in ahd_sent_msg() 5075 index = end_index; in ahd_sent_msg()
|