Searched refs:copy_count (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/reiserfs/ |
D | lbalance.c | 17 int item_num, int from, int copy_count) in leaf_copy_dir_entries() argument 40 if (copy_count) { in leaf_copy_dir_entries() 43 deh_location(&deh[from + copy_count - 1]); in leaf_copy_dir_entries() 46 deh_location(&deh[from + copy_count - 1]); in leaf_copy_dir_entries() 77 DEH_SIZE * copy_count + copy_records_len); in leaf_copy_dir_entries() 112 DEH_SIZE * copy_count + copy_records_len, in leaf_copy_dir_entries() 123 : 0, copy_count, deh + from, records, in leaf_copy_dir_entries() 124 DEH_SIZE * copy_count + copy_records_len); in leaf_copy_dir_entries()
|
/linux-4.1.27/drivers/misc/altera-stapl/ |
D | altera.c | 1703 s32 copy_count; in altera_execute() local 1715 copy_count = stack[--stack_ptr]; in altera_execute() 1729 if (copy_count > copy_index) { in altera_execute() 1732 src_count = 1 + copy_count - copy_index; in altera_execute() 1735 src_count = 1 + copy_index - copy_count; in altera_execute() 1737 copy_index = copy_count; in altera_execute() 1749 copy_count = (src_count < dest_count) ? in altera_execute() 1766 count = copy_count; in altera_execute()
|
/linux-4.1.27/drivers/tty/ |
D | synclinkmp.c | 4964 int copy_count = framesize; in rx_get_frame() local 4971 while(copy_count) { in rx_get_frame() 4972 int partial_count = min(copy_count,SCABUFSIZE); in rx_get_frame() 4977 copy_count -= partial_count; in rx_get_frame() 5016 unsigned short copy_count; in tx_load_dma_buffer() local 5029 copy_count = min_t(unsigned int, count, SCABUFSIZE); in tx_load_dma_buffer() 5034 load_pci_memory(info, desc_ex->virt_addr,buf,copy_count); in tx_load_dma_buffer() 5036 desc->length = copy_count; in tx_load_dma_buffer() 5039 buf += copy_count; in tx_load_dma_buffer() 5040 count -= copy_count; in tx_load_dma_buffer()
|
D | synclink.c | 6632 int copy_count = framesize; in mgsl_get_rx_frame() local 6639 while(copy_count) { in mgsl_get_rx_frame() 6641 if ( copy_count > DMABUFFERSIZE ) in mgsl_get_rx_frame() 6644 partial_count = copy_count; in mgsl_get_rx_frame() 6649 copy_count -= partial_count; in mgsl_get_rx_frame()
|
D | synclink_gt.c | 4747 int copy_count = framesize; in rx_get_frame() local 4754 while(copy_count) { in rx_get_frame() 4755 int partial_count = min_t(int, copy_count, info->rbuf_fill_level); in rx_get_frame() 4758 copy_count -= partial_count; in rx_get_frame()
|