tag | line | file | source code |
total_count | 2253 | drivers/sound/gus_wave.c | int total_count, int intrflag, int chn) |
total_count | 2272 | drivers/sound/gus_wave.c | count = total_count / gus_sampling_channels; |
total_count | 2340 | drivers/sound/gus_wave.c | gus_sampling_output_block (int dev, unsigned long buf, int total_count, |
total_count | 2344 | drivers/sound/gus_wave.c | pcm_current_count = total_count; |
total_count | 2347 | drivers/sound/gus_wave.c | gus_transfer_output_block (dev, buf, total_count, intrflag, 0); |
total_count | 374 | fs/ncpfs/dir.c | int total_count = 2; |
total_count | 391 | fs/ncpfs/dir.c | return (total_count - fpos); |
total_count | 396 | fs/ncpfs/dir.c | if (total_count < fpos) |
total_count | 401 | fs/ncpfs/dir.c | else if (total_count >= fpos + cache_size) |
total_count | 403 | fs/ncpfs/dir.c | return (total_count - fpos); |
total_count | 419 | fs/ncpfs/dir.c | entry->f_pos = total_count; |
total_count | 422 | fs/ncpfs/dir.c | total_count += 1; |
total_count | 425 | fs/ncpfs/dir.c | return (total_count - fpos); |
total_count | 434 | fs/ncpfs/dir.c | static int total_count; |
total_count | 448 | fs/ncpfs/dir.c | total_count = 2; |
total_count | 451 | fs/ncpfs/dir.c | if ((fpos != total_count) || (dir != last_dir)) |
total_count | 453 | fs/ncpfs/dir.c | total_count = 2; |
total_count | 462 | fs/ncpfs/dir.c | return total_count - fpos; |
total_count | 466 | fs/ncpfs/dir.c | while (total_count < fpos + cache_size) |
total_count | 471 | fs/ncpfs/dir.c | return total_count - fpos; |
total_count | 474 | fs/ncpfs/dir.c | if (total_count < fpos) |
total_count | 482 | fs/ncpfs/dir.c | entry->i.entryName, fpos, total_count); |
total_count | 484 | fs/ncpfs/dir.c | entry->f_pos = total_count; |
total_count | 487 | fs/ncpfs/dir.c | total_count += 1; |
total_count | 489 | fs/ncpfs/dir.c | return (total_count - fpos); |
total_count | 948 | fs/smbfs/proc.c | int first, total_count; |
total_count | 969 | fs/smbfs/proc.c | total_count = 0; |
total_count | 993 | fs/smbfs/proc.c | result = total_count - fpos; |
total_count | 1013 | fs/smbfs/proc.c | result = total_count - fpos; |
total_count | 1032 | fs/smbfs/proc.c | if (total_count < fpos) { |
total_count | 1037 | fs/smbfs/proc.c | total_count, i, fpos); |
total_count | 1039 | fs/smbfs/proc.c | else if (total_count >= fpos + cache_size) { |
total_count | 1040 | fs/smbfs/proc.c | result = total_count - fpos; |
total_count | 1045 | fs/smbfs/proc.c | current_entry->f_pos = total_count; |
total_count | 1050 | fs/smbfs/proc.c | total_count += 1; |
total_count | 1155 | fs/smbfs/proc.c | int first, total_count; |
total_count | 1190 | fs/smbfs/proc.c | total_count = 0; |
total_count | 1319 | fs/smbfs/proc.c | if (total_count < fpos) { |
total_count | 1325 | fs/smbfs/proc.c | total_count, i, fpos); |
total_count | 1327 | fs/smbfs/proc.c | else if (total_count >= fpos + cache_size) { |
total_count | 1333 | fs/smbfs/proc.c | current_entry->f_pos = total_count; |
total_count | 1338 | fs/smbfs/proc.c | total_count += 1; |
total_count | 1368 | fs/smbfs/proc.c | return total_count - fpos; |