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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dlbalance.c23 /* copy copy_count entries from source directory item to dest buffer (creating new item if needed) */
26 int item_num, int from, int copy_count)
44 if (copy_count) {
47 deh_location(&(deh[from + copy_count - 1]));
50 deh_location(&(deh[from + copy_count - 1]));
78 DEH_SIZE * copy_count + copy_records_len);
107 DEH_SIZE * copy_count + copy_records_len,
118 : 0, copy_count, deh + from, records,
119 DEH_SIZE * copy_count + copy_records_len);
24 leaf_copy_dir_entries(struct buffer_info *dest_bi, struct buffer_head *source, int last_first, int item_num, int from, int copy_count) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dtrident.c500 int cnt_for_multi_channel, unsigned int *copy_count,
506 #define seek_offset(dma_ptr, buffer, cnt, offset, copy_count) do { \
510 (copy_count) += (offset); \
1975 unsigned int copy_count; local
2077 copy_count = 0;
2079 if (ali_write_5_1(state, buffer, cnt, &copy_count,
2089 ret += copy_count;
3877 int cnt_for_multi_channel, unsigned int *copy_count,
3897 sample_s, *copy_count);
3909 sample_s, *copy_count);
3876 ali_write_5_1(struct trident_state *state, const char __user *buf, int cnt_for_multi_channel, unsigned int *copy_count, unsigned int *state_cnt) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsynclinkmp.c4996 int copy_count = framesize; local
5003 while(copy_count) {
5004 int partial_count = min(copy_count,SCABUFSIZE);
5009 copy_count -= partial_count;
5048 unsigned short copy_count; local
5061 copy_count = min_t(unsigned short,count,SCABUFSIZE);
5066 load_pci_memory(info, desc_ex->virt_addr,buf,copy_count);
5068 desc->length = copy_count;
5071 buf += copy_count;
5072 count -= copy_count;
[all...]
H A Dsynclink_gt.c4563 int copy_count = framesize; local
4570 while(copy_count) {
4571 int partial_count = min(copy_count, DMABUFSIZE);
4574 copy_count -= partial_count;
H A Dsynclink.c6670 int copy_count = framesize; local
6677 while(copy_count) {
6679 if ( copy_count > DMABUFFERSIZE )
6682 partial_count = copy_count;
6687 copy_count -= partial_count;

Completed in 203 milliseconds