| 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 | 595 | drivers/char/n_tty.c | int left = N_TTY_BUF_SIZE - tty->read_cnt - 1; |
| left | 606 | drivers/char/n_tty.c | if (left > 0) |
| left | 607 | drivers/char/n_tty.c | return left; |
| left | 2218 | drivers/scsi/53c7,8xx.c | int copy, left; |
| left | 2224 | drivers/scsi/53c7,8xx.c | left = (hostdata->debug_buf + hostdata->debug_size - 1) - |
| left | 2226 | drivers/scsi/53c7,8xx.c | copy = (buflen <= left) ? buflen : left; |
| left | 353 | drivers/sound/ad1848.c | int left = value & 0x000000ff; |
| left | 359 | drivers/sound/ad1848.c | if (left > 100) |
| left | 360 | drivers/sound/ad1848.c | left = 100; |
| left | 379 | drivers/sound/ad1848.c | change_bits (&val, dev, LEFT_CHN, left); |
| left | 380 | drivers/sound/ad1848.c | devc->levels[dev] = left | (left << 8); |
| left | 389 | drivers/sound/ad1848.c | return left | (left << 8); /* Was just a mono channel */ |
| left | 397 | drivers/sound/ad1848.c | devc->levels[dev] = left | (right << 8); |
| left | 398 | drivers/sound/ad1848.c | return left | (right << 8); |
| left | 1514 | drivers/sound/gus_wave.c | unsigned long blk_size, blk_end, left, src_offs, target; |
| left | 1634 | drivers/sound/gus_wave.c | left = patch.len; |
| left | 1638 | drivers/sound/gus_wave.c | while (left) /* Not completely transferred yet */ |
| left | 1641 | drivers/sound/gus_wave.c | if (blk_size > left) |
| left | 1642 | drivers/sound/gus_wave.c | blk_size = left; |
| left | 1740 | drivers/sound/gus_wave.c | left -= blk_size; |
| left | 114 | drivers/sound/ics2101.c | int left = vol & 0x00ff; |
| left | 117 | drivers/sound/ics2101.c | if (left < 0) |
| left | 118 | drivers/sound/ics2101.c | left = 0; |
| left | 119 | drivers/sound/ics2101.c | if (left > 100) |
| left | 120 | drivers/sound/ics2101.c | left = 100; |
| left | 126 | drivers/sound/ics2101.c | write_mix (dev, CHN_LEFT, left); |
| left | 129 | drivers/sound/ics2101.c | vol = left + (right << 8); |
| left | 467 | drivers/sound/midi_synth.c | unsigned long left, src_offs, eox_seen = 0; |
| left | 502 | drivers/sound/midi_synth.c | left = sysex.len; |
| left | 507 | drivers/sound/midi_synth.c | for (i = 0; i < left && !PROCESS_ABORTING (sysex_sleeper, sysex_sleep_flag); i++) |
| left | 94 | drivers/sound/opl3.c | enable_opl3_mode (int left, int right, int both) |
| left | 100 | drivers/sound/opl3.c | left_address = left; |
| left | 94 | drivers/sound/pas2_mixer.c | int left = left_vol * div / 100; |
| left | 102 | drivers/sound/pas2_mixer.c | left |= mixer; |
| left | 111 | drivers/sound/pas2_mixer.c | mix_write (left, PARALLEL_MIXER); |
| left | 117 | drivers/sound/pas2_mixer.c | mix_write (left, PARALLEL_MIXER); |
| left | 137 | drivers/sound/pas2_mixer.c | int left, right, devmask, changed, i, mixer = 0; |
| left | 141 | drivers/sound/pas2_mixer.c | left = level & 0x7f; |
| left | 153 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 63, P_M_MV508_MASTER_A, 0); |
| left | 161 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 12, P_M_MV508_BASS, 0); |
| left | 164 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 12, P_M_MV508_TREBLE, 0); |
| left | 168 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_FM, mixer); |
| left | 171 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_PCM, mixer); |
| left | 174 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_SB, mixer); |
| left | 177 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_SPEAKER, mixer); |
| left | 180 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_LINE, mixer); |
| left | 183 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_CDROM, mixer); |
| left | 186 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_MIC, mixer); |
| left | 189 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 31, P_M_MV508_MIXER | P_M_MV508_IMIXER, |
| left | 193 | drivers/sound/pas2_mixer.c | levels[whichDev] = mixer_output (right, left, 15, P_M_MV508_MASTER_B, 0); |
| left | 244 | drivers/sound/sb_mixer.c | int left = value & 0x000000ff; |
| left | 248 | drivers/sound/sb_mixer.c | if (left > 100) |
| left | 249 | drivers/sound/sb_mixer.c | left = 100; |
| left | 262 | drivers/sound/sb_mixer.c | sb_setmixer (0x0b, 96 - (96 * left / 100)); /* 96=mute, 0=max */ |
| left | 268 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
| left | 285 | drivers/sound/sb_mixer.c | sb_setmixer (reg, (24 - (24 * left / 100)) | 0x20); /* 24=mute, 0=max */ |
| left | 289 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
| left | 290 | drivers/sound/sb_mixer.c | return left | (right << 8); |
| left | 298 | drivers/sound/sb_mixer.c | int left = value & 0x000000ff; |
| left | 309 | drivers/sound/sb_mixer.c | if (left > 100) |
| left | 310 | drivers/sound/sb_mixer.c | left = 100; |
| left | 328 | drivers/sound/sb_mixer.c | change_bits (&val, dev, LEFT_CHN, left); |
| left | 330 | drivers/sound/sb_mixer.c | levels[dev] = left | (left << 8); |
| left | 342 | drivers/sound/sb_mixer.c | return left | (left << 8); /* |
| left | 355 | drivers/sound/sb_mixer.c | levels[dev] = left | (right << 8); |
| left | 356 | drivers/sound/sb_mixer.c | return left | (right << 8); |
| left | 207 | 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 | 125 | fs/isofs/file.c | int read,left,chars; |
| left | 144 | fs/isofs/file.c | left = 0; |
| left | 146 | fs/isofs/file.c | left = inode->i_size - filp->f_pos; |
| left | 147 | fs/isofs/file.c | if (left > count) |
| left | 148 | fs/isofs/file.c | left = count; |
| left | 149 | fs/isofs/file.c | if (left <= 0) |
| left | 155 | fs/isofs/file.c | blocks = (left + offset + ISOFS_BUFFER_SIZE(inode) - 1) / ISOFS_BUFFER_SIZE(inode); |
| left | 220 | fs/isofs/file.c | left = 0; |
| left | 225 | fs/isofs/file.c | if (left < ISOFS_BUFFER_SIZE(inode) - offset) |
| left | 226 | fs/isofs/file.c | chars = left; |
| left | 230 | fs/isofs/file.c | left -= chars; |
| left | 249 | fs/isofs/file.c | (left > 0)); |
| left | 250 | 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 | 72 | fs/minix/file.c | int read,left,chars; |
| left | 91 | fs/minix/file.c | left = 0; |
| left | 93 | fs/minix/file.c | left = size - offset; |
| left | 94 | fs/minix/file.c | if (left > count) |
| left | 95 | fs/minix/file.c | left = count; |
| left | 96 | fs/minix/file.c | if (left <= 0) |
| left | 102 | fs/minix/file.c | blocks = (left + offset + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS; |
| left | 154 | fs/minix/file.c | left = 0; |
| left | 158 | fs/minix/file.c | if (left < BLOCK_SIZE - offset) |
| left | 159 | fs/minix/file.c | chars = left; |
| left | 163 | fs/minix/file.c | left -= chars; |
| left | 176 | fs/minix/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
| left | 177 | fs/minix/file.c | } while (left > 0); |
| left | 274 | fs/msdos/file.c | int sector,offset,size,left,written; |
| left | 326 | fs/msdos/file.c | written = left = SECTOR_SIZE-offset; |
| left | 330 | fs/msdos/file.c | left--; |
| left | 333 | fs/msdos/file.c | for (size = 0; size < count && left; size++) { |
| left | 336 | fs/msdos/file.c | left--; |
| left | 338 | fs/msdos/file.c | if (!left) carry = 1; |
| left | 341 | fs/msdos/file.c | left--; |
| left | 344 | fs/msdos/file.c | written -= left; |
| left | 79 | fs/sysv/file.c | int read,left,chars; |
| left | 99 | fs/sysv/file.c | left = 0; |
| left | 101 | fs/sysv/file.c | left = size - offset; |
| left | 102 | fs/sysv/file.c | if (left > count) |
| left | 103 | fs/sysv/file.c | left = count; |
| left | 104 | fs/sysv/file.c | if (left <= 0) |
| left | 110 | fs/sysv/file.c | blocks = (left + offset + sb->sv_block_size_1) >> sb->sv_block_size_bits; |
| left | 162 | fs/sysv/file.c | left = 0; |
| left | 166 | fs/sysv/file.c | if (left < sb->sv_block_size - offset) |
| left | 167 | fs/sysv/file.c | chars = left; |
| left | 171 | fs/sysv/file.c | left -= chars; |
| left | 184 | fs/sysv/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
| left | 185 | fs/sysv/file.c | } while (left > 0); |
| left | 76 | fs/xiafs/file.c | int read, left, chars; |
| left | 92 | fs/xiafs/file.c | left = inode->i_size - offset; |
| left | 93 | fs/xiafs/file.c | if (left > count) |
| left | 94 | fs/xiafs/file.c | left = count; |
| left | 95 | fs/xiafs/file.c | if (left <= 0) |
| left | 101 | fs/xiafs/file.c | zones = (left+offset+XIAFS_ZSIZE(inode->i_sb)-1) >> XIAFS_ZSIZE_BITS(inode->i_sb); |
| left | 152 | fs/xiafs/file.c | left = 0; |
| left | 156 | fs/xiafs/file.c | if (left < XIAFS_ZSIZE(inode->i_sb) - offset) |
| left | 157 | fs/xiafs/file.c | chars = left; |
| left | 161 | fs/xiafs/file.c | left -= chars; |
| left | 174 | fs/xiafs/file.c | } while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock)); |
| left | 175 | 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 | 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 | 492 | net/core/dev.c | int amount, left; |
| left | 527 | net/core/dev.c | left = len; |
| left | 536 | net/core/dev.c | left -= amount; |
| left | 1300 | net/ipv4/ip.c | int left, mtu, hlen, len; |
| left | 1321 | net/ipv4/ip.c | left = ntohs(iph->tot_len) - hlen; /* Space per frame */ |
| left | 1370 | net/ipv4/ip.c | while(left > 0) |
| left | 1372 | net/ipv4/ip.c | len = left; |
| left | 1378 | net/ipv4/ip.c | if (len < left) |
| left | 1429 | net/ipv4/ip.c | left -= len; |
| left | 1453 | net/ipv4/ip.c | if (left > 0 || (is_frag & 1)) |
| left | 2078 | net/ipv4/tcp.c | unsigned long left; |
| left | 2088 | net/ipv4/tcp.c | left = sk->prot->rspace(sk); |
| left | 2115 | net/ipv4/tcp.c | left); |
| left | 2116 | net/ipv4/tcp.c | if ((rspace=sk->prot->rspace(sk)) != left) |