tag | line | file | source code |
left | 170 | drivers/char/mem.c | int left; |
left | 172 | drivers/char/mem.c | for (left = count; left > 0; left--) { |
left | 602 | drivers/char/n_tty.c | int left = N_TTY_BUF_SIZE - tty->read_cnt - 1; |
left | 613 | drivers/char/n_tty.c | if (left > 0) |
left | 614 | drivers/char/n_tty.c | return left; |
left | 2216 | drivers/scsi/53c7,8xx.c | int copy, left; |
left | 2222 | drivers/scsi/53c7,8xx.c | left = (hostdata->debug_buf + hostdata->debug_size - 1) - |
left | 2224 | drivers/scsi/53c7,8xx.c | copy = (buflen <= left) ? buflen : left; |
left | 372 | drivers/sound/ad1848.c | int left = value & 0x000000ff; |
left | 379 | drivers/sound/ad1848.c | if (left > 100) |
left | 380 | drivers/sound/ad1848.c | left = 100; |
left | 385 | drivers/sound/ad1848.c | right = left; |
left | 387 | drivers/sound/ad1848.c | retvol = left | (left << 8); |
left | 390 | drivers/sound/ad1848.c | left = mix_cvt[left]; |
left | 394 | drivers/sound/ad1848.c | left = mix_cvt[left]; |
left | 414 | drivers/sound/ad1848.c | change_bits (&val, dev, LEFT_CHN, left); |
left | 1515 | drivers/sound/gus_wave.c | unsigned long blk_size, blk_end, left, src_offs, target; |
left | 1635 | drivers/sound/gus_wave.c | left = patch.len; |
left | 1639 | drivers/sound/gus_wave.c | while (left) /* Not completely transferred yet */ |
left | 1643 | drivers/sound/gus_wave.c | if (blk_size > left) |
left | 1644 | drivers/sound/gus_wave.c | blk_size = left; |
left | 1758 | drivers/sound/gus_wave.c | left -= blk_size; |
left | 112 | drivers/sound/ics2101.c | int left = vol & 0x00ff; |
left | 115 | drivers/sound/ics2101.c | if (left < 0) |
left | 116 | drivers/sound/ics2101.c | left = 0; |
left | 117 | drivers/sound/ics2101.c | if (left > 100) |
left | 118 | drivers/sound/ics2101.c | left = 100; |
left | 124 | drivers/sound/ics2101.c | write_mix (dev, CHN_LEFT, left); |
left | 127 | drivers/sound/ics2101.c | vol = left + (right << 8); |
left | 106 | drivers/sound/maui.c | unsigned long left, src_offs; |
left | 140 | drivers/sound/maui.c | left = header.len; |
left | 143 | drivers/sound/maui.c | for (i = 0; i < left; i++) |
left | 506 | drivers/sound/midi_synth.c | unsigned long left, src_offs, eox_seen = 0; |
left | 543 | drivers/sound/midi_synth.c | left = sysex.len; |
left | 548 | drivers/sound/midi_synth.c | for (i = 0; i < left && !(current->signal & ~current->blocked); i++) |
left | 92 | drivers/sound/opl3.c | enable_opl3_mode (int left, int right, int both) |
left | 95 | drivers/sound/pas2_mixer.c | int left = left_vol * div / 100; |
left | 103 | drivers/sound/pas2_mixer.c | left |= mixer; |
left | 112 | drivers/sound/pas2_mixer.c | mix_write (left, PARALLEL_MIXER); |
left | 118 | drivers/sound/pas2_mixer.c | mix_write (left, PARALLEL_MIXER); |
left | 138 | drivers/sound/pas2_mixer.c | int left, right, devmask, changed, i, mixer = 0; |
left | 142 | drivers/sound/pas2_mixer.c | left = level & 0x7f; |
left | 154 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 63, P_M_MV508_MASTER_A, 0); |
left | 162 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 12, P_M_MV508_BASS, 0); |
left | 165 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 12, P_M_MV508_TREBLE, 0); |
left | 169 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_FM, mixer); |
left | 172 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_PCM, mixer); |
left | 175 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_SB, mixer); |
left | 178 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_SPEAKER, mixer); |
left | 181 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_LINE, mixer); |
left | 184 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_CDROM, mixer); |
left | 187 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_MIC, mixer); |
left | 190 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_IMIXER, |
left | 194 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 15, P_M_MV508_MASTER_B, 0); |
left | 247 | drivers/sound/sb_mixer.c | int left = value & 0x000000ff; |
left | 251 | drivers/sound/sb_mixer.c | if (left > 100) |
left | 252 | drivers/sound/sb_mixer.c | left = 100; |
left | 265 | drivers/sound/sb_mixer.c | sb_setmixer (0x0b, 96 - (96 * left / 100)); /* 96=mute, 0=max */ |
left | 271 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
left | 288 | drivers/sound/sb_mixer.c | sb_setmixer (reg, (24 - (24 * left / 100)) | 0x20); /* 24=mute, 0=max */ |
left | 292 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
left | 293 | drivers/sound/sb_mixer.c | return left | (right << 8); |
left | 301 | drivers/sound/sb_mixer.c | int left = value & 0x000000ff; |
left | 312 | drivers/sound/sb_mixer.c | if (left > 100) |
left | 313 | drivers/sound/sb_mixer.c | left = 100; |
left | 331 | drivers/sound/sb_mixer.c | change_bits (&val, dev, LEFT_CHN, left); |
left | 333 | drivers/sound/sb_mixer.c | levels[dev] = left | (left << 8); |
left | 345 | drivers/sound/sb_mixer.c | return left | (left << 8); /* |
left | 358 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
left | 359 | drivers/sound/sb_mixer.c | return left | (right << 8); |
left | 192 | drivers/sound/sound_calls.h | void enable_opl3_mode(int left, int right, int both); |
left | 166 | fs/block_dev.c | unsigned int blocks, rblocks, left; |
left | 199 | fs/block_dev.c | left = 0; |
left | 202 | fs/block_dev.c | left = INT_MAX; |
left | 204 | fs/block_dev.c | left = size - offset; |
left | 205 | fs/block_dev.c | if (left > count) |
left | 206 | fs/block_dev.c | left = count; |
left | 207 | fs/block_dev.c | if (left <= 0) |
left | 213 | fs/block_dev.c | rblocks = blocks = (left + offset + blocksize - 1) >> blocksize_bits; |
left | 279 | fs/block_dev.c | left = 0; |
left | 283 | fs/block_dev.c | if (left < blocksize - offset) |
left | 284 | fs/block_dev.c | chars = left; |
left | 288 | fs/block_dev.c | left -= chars; |
left | 301 | fs/block_dev.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
left | 302 | fs/block_dev.c | } while (left > 0); |
left | 74 | fs/ext/file.c | int read,left,chars; |
left | 93 | fs/ext/file.c | left = 0; |
left | 95 | fs/ext/file.c | left = size - offset; |
left | 96 | fs/ext/file.c | if (left > count) |
left | 97 | fs/ext/file.c | left = count; |
left | 98 | fs/ext/file.c | if (left <= 0) |
left | 104 | fs/ext/file.c | blocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; |
left | 156 | fs/ext/file.c | left = 0; |
left | 160 | fs/ext/file.c | if (left < BLOCK_SIZE - offset) |
left | 161 | fs/ext/file.c | chars = left; |
left | 165 | fs/ext/file.c | left -= chars; |
left | 178 | fs/ext/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
left | 179 | fs/ext/file.c | } while (left > 0); |
left | 83 | fs/ext2/file.c | int read, left, chars; |
left | 107 | fs/ext2/file.c | left = 0; |
left | 109 | fs/ext2/file.c | left = size - offset; |
left | 110 | fs/ext2/file.c | if (left > count) |
left | 111 | fs/ext2/file.c | left = count; |
left | 112 | fs/ext2/file.c | if (left <= 0) |
left | 119 | fs/ext2/file.c | blocks = (left + offset + sb->s_blocksize - 1) >> EXT2_BLOCK_SIZE_BITS(sb); |
left | 188 | fs/ext2/file.c | left = 0; |
left | 192 | fs/ext2/file.c | left -= chars; |
left | 193 | fs/ext2/file.c | if (left < 0) |
left | 194 | fs/ext2/file.c | chars += left; |
left | 210 | fs/ext2/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
left | 211 | fs/ext2/file.c | } while (left > 0); |
left | 119 | fs/isofs/file.c | int read,left,chars; |
left | 138 | fs/isofs/file.c | left = 0; |
left | 140 | fs/isofs/file.c | left = inode->i_size - filp->f_pos; |
left | 141 | fs/isofs/file.c | if (left > count) |
left | 142 | fs/isofs/file.c | left = count; |
left | 143 | fs/isofs/file.c | if (left <= 0) |
left | 149 | fs/isofs/file.c | blocks = (left + offset + ISOFS_BUFFER_SIZE(inode) - 1) / ISOFS_BUFFER_SIZE(inode); |
left | 214 | fs/isofs/file.c | left = 0; |
left | 219 | fs/isofs/file.c | if (left < ISOFS_BUFFER_SIZE(inode) - offset) |
left | 220 | fs/isofs/file.c | chars = left; |
left | 224 | fs/isofs/file.c | left -= chars; |
left | 243 | fs/isofs/file.c | (left > 0)); |
left | 244 | fs/isofs/file.c | } while (left > 0); |
left | 486 | fs/locks.c | struct file_lock *left = NULL; |
left | 566 | fs/locks.c | left = fl; |
left | 608 | fs/locks.c | if (left == right) { |
left | 613 | fs/locks.c | if ((left = locks_alloc_lock(right)) == NULL) { |
left | 618 | fs/locks.c | locks_insert_lock(before, left); |
left | 622 | fs/locks.c | if (left) |
left | 623 | fs/locks.c | left->fl_end = caller->fl_start - 1; |
left | 68 | fs/minix/file.c | int read,left,chars; |
left | 87 | fs/minix/file.c | left = 0; |
left | 89 | fs/minix/file.c | left = size - offset; |
left | 90 | fs/minix/file.c | if (left > count) |
left | 91 | fs/minix/file.c | left = count; |
left | 92 | fs/minix/file.c | if (left <= 0) |
left | 98 | fs/minix/file.c | blocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; |
left | 150 | fs/minix/file.c | left = 0; |
left | 154 | fs/minix/file.c | if (left < BLOCK_SIZE - offset) |
left | 155 | fs/minix/file.c | chars = left; |
left | 159 | fs/minix/file.c | left -= chars; |
left | 172 | fs/minix/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
left | 173 | fs/minix/file.c | } while (left > 0); |
left | 270 | fs/msdos/file.c | int sector,offset,size,left,written; |
left | 324 | fs/msdos/file.c | written = left = SECTOR_SIZE-offset; |
left | 328 | fs/msdos/file.c | left--; |
left | 331 | fs/msdos/file.c | for (size = 0; size < count && left; size++) { |
left | 334 | fs/msdos/file.c | left--; |
left | 336 | fs/msdos/file.c | if (!left) carry = 1; |
left | 339 | fs/msdos/file.c | left--; |
left | 342 | fs/msdos/file.c | written -= left; |
left | 75 | fs/sysv/file.c | int read,left,chars; |
left | 95 | fs/sysv/file.c | left = 0; |
left | 97 | fs/sysv/file.c | left = size - offset; |
left | 98 | fs/sysv/file.c | if (left > count) |
left | 99 | fs/sysv/file.c | left = count; |
left | 100 | fs/sysv/file.c | if (left <= 0) |
left | 106 | fs/sysv/file.c | blocks = (left + offset + sb->sv_block_size_1) >> sb->sv_block_size_bits; |
left | 158 | fs/sysv/file.c | left = 0; |
left | 162 | fs/sysv/file.c | if (left < sb->sv_block_size - offset) |
left | 163 | fs/sysv/file.c | chars = left; |
left | 167 | fs/sysv/file.c | left -= chars; |
left | 180 | fs/sysv/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
left | 181 | fs/sysv/file.c | } while (left > 0); |
left | 72 | fs/xiafs/file.c | int read, left, chars; |
left | 88 | fs/xiafs/file.c | left = inode->i_size - offset; |
left | 89 | fs/xiafs/file.c | if (left > count) |
left | 90 | fs/xiafs/file.c | left = count; |
left | 91 | fs/xiafs/file.c | if (left <= 0) |
left | 97 | fs/xiafs/file.c | zones = (left+offset+XIAFS_ZSIZE(inode->i_sb)-1) >> XIAFS_ZSIZE_BITS(inode->i_sb); |
left | 148 | fs/xiafs/file.c | left = 0; |
left | 152 | fs/xiafs/file.c | if (left < XIAFS_ZSIZE(inode->i_sb) - offset) |
left | 153 | fs/xiafs/file.c | chars = left; |
left | 157 | fs/xiafs/file.c | left -= chars; |
left | 170 | fs/xiafs/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
left | 171 | fs/xiafs/file.c | } while (left > 0); |
left | 37 | kernel/softirq.c | unsigned long mask, left; |
left | 42 | kernel/softirq.c | for (mask = 1, left = ~0 ; left & active ; bh++,mask += mask,left += left) { |
left | 71 | mm/mlock.c | struct vm_area_struct * left, * right; |
left | 73 | mm/mlock.c | left = (struct vm_area_struct *) kmalloc(sizeof(struct vm_area_struct), GFP_KERNEL); |
left | 74 | mm/mlock.c | if (!left) |
left | 78 | mm/mlock.c | kfree(left); |
left | 81 | mm/mlock.c | *left = *vma; |
left | 83 | mm/mlock.c | left->vm_end = start; |
left | 87 | mm/mlock.c | vma->vm_offset += vma->vm_start - left->vm_start; |
left | 88 | mm/mlock.c | right->vm_offset += right->vm_start - left->vm_start; |
left | 93 | mm/mlock.c | vma->vm_ops->open(left); |
left | 96 | mm/mlock.c | insert_vm_struct(current, left); |
left | 144 | mm/mprotect.c | struct vm_area_struct * left, * right; |
left | 146 | mm/mprotect.c | left = (struct vm_area_struct *) kmalloc(sizeof(struct vm_area_struct), GFP_KERNEL); |
left | 147 | mm/mprotect.c | if (!left) |
left | 151 | mm/mprotect.c | kfree(left); |
left | 154 | mm/mprotect.c | *left = *vma; |
left | 156 | mm/mprotect.c | left->vm_end = start; |
left | 160 | mm/mprotect.c | vma->vm_offset += vma->vm_start - left->vm_start; |
left | 161 | mm/mprotect.c | right->vm_offset += right->vm_start - left->vm_start; |
left | 167 | mm/mprotect.c | vma->vm_ops->open(left); |
left | 170 | mm/mprotect.c | insert_vm_struct(current, left); |
left | 489 | net/core/dev.c | int amount, left; |
left | 524 | net/core/dev.c | left = len; |
left | 533 | net/core/dev.c | left -= amount; |
left | 624 | net/ipv4/ip_fragment.c | int left, mtu, hlen, len; |
left | 645 | net/ipv4/ip_fragment.c | left = ntohs(iph->tot_len) - hlen; /* Space per frame */ |
left | 694 | net/ipv4/ip_fragment.c | while(left > 0) |
left | 696 | net/ipv4/ip_fragment.c | len = left; |
left | 702 | net/ipv4/ip_fragment.c | if (len < left) |
left | 753 | net/ipv4/ip_fragment.c | left -= len; |
left | 777 | net/ipv4/ip_fragment.c | if (left > 0 || (is_frag & 1)) |
left | 2139 | net/ipv4/tcp.c | unsigned long left; |
left | 2149 | net/ipv4/tcp.c | left = sock_rspace(sk); |
left | 2176 | net/ipv4/tcp.c | left); |
left | 2177 | net/ipv4/tcp.c | if ((rspace=sock_rspace(sk)) != left) |