| tag | line | file | source code |
| time | 744 | drivers/char/n_tty.c | int minimum, time; |
| time | 771 | drivers/char/n_tty.c | minimum = time = 0; |
| time | 774 | drivers/char/n_tty.c | time = (HZ / 10) * TIME_CHAR(tty); |
| time | 778 | drivers/char/n_tty.c | if (time) |
| time | 784 | drivers/char/n_tty.c | if (time) { |
| time | 785 | drivers/char/n_tty.c | current->timeout = time + jiffies; |
| time | 786 | drivers/char/n_tty.c | time = 0; |
| time | 888 | drivers/char/n_tty.c | if (time) |
| time | 889 | drivers/char/n_tty.c | current->timeout = time + jiffies; |
| time | 562 | drivers/scsi/wd7000.c | register unsigned long time = jiffies + how_long; |
| time | 564 | drivers/scsi/wd7000.c | while (jiffies < time); |
| time | 197 | drivers/sound/dev_table.h | void (*arm_timer)(int dev, long time); |
| time | 1384 | drivers/sound/mpu401.c | long time; |
| time | 1389 | drivers/sound/mpu401.c | time = parm; |
| time | 1390 | drivers/sound/mpu401.c | next_event_time = prev_event_time = time; |
| time | 1560 | drivers/sound/mpu401.c | mpu_timer_arm (int dev, long time) |
| time | 1562 | drivers/sound/mpu401.c | if (time < 0) |
| time | 1563 | drivers/sound/mpu401.c | time = curr_ticks + 1; |
| time | 1564 | drivers/sound/mpu401.c | else if (time <= curr_ticks) /* It's the time */ |
| time | 1567 | drivers/sound/mpu401.c | next_event_time = prev_event_time = time; |
| time | 150 | drivers/sound/os.h | #define ACTIVATE_TIMER(name, proc, time) \ |
| time | 151 | drivers/sound/os.h | {name.expires = time; \ |
| time | 652 | drivers/sound/sequencer.c | long time; |
| time | 655 | drivers/sound/sequencer.c | time = parm; |
| time | 656 | drivers/sound/sequencer.c | prev_event_time = time; |
| time | 658 | drivers/sound/sequencer.c | request_sound_timer (time); |
| time | 756 | drivers/sound/sequencer.c | long time; |
| time | 759 | drivers/sound/sequencer.c | time = *delay; |
| time | 760 | drivers/sound/sequencer.c | prev_event_time = time; |
| time | 762 | drivers/sound/sequencer.c | request_sound_timer (time); |
| time | 185 | drivers/sound/sound_timer.c | long time; |
| time | 190 | drivers/sound/sound_timer.c | time = parm; |
| time | 191 | drivers/sound/sound_timer.c | next_event_time = prev_event_time = time; |
| time | 328 | drivers/sound/sound_timer.c | timer_arm (int dev, long time) |
| time | 330 | drivers/sound/sound_timer.c | if (time < 0) |
| time | 331 | drivers/sound/sound_timer.c | time = curr_ticks + 1; |
| time | 332 | drivers/sound/sound_timer.c | else if (time <= curr_ticks) /* It's the time */ |
| time | 335 | drivers/sound/sound_timer.c | next_event_time = prev_event_time = time; |
| time | 139 | drivers/sound/sys_timer.c | long time; |
| time | 144 | drivers/sound/sys_timer.c | time = parm; |
| time | 145 | drivers/sound/sys_timer.c | next_event_time = prev_event_time = time; |
| time | 278 | drivers/sound/sys_timer.c | def_tmr_arm (int dev, long time) |
| time | 280 | drivers/sound/sys_timer.c | if (time < 0) |
| time | 281 | drivers/sound/sys_timer.c | time = curr_ticks + 1; |
| time | 282 | drivers/sound/sys_timer.c | else if (time <= curr_ticks) /* It's the time */ |
| time | 285 | drivers/sound/sys_timer.c | next_event_time = prev_event_time = time; |
| time | 306 | fs/isofs/rock.c | inode->i_ctime = iso_date(rr->u.TF.times[cnt++].time, 0); |
| time | 308 | fs/isofs/rock.c | inode->i_mtime = iso_date(rr->u.TF.times[cnt++].time, 0); |
| time | 310 | fs/isofs/rock.c | inode->i_atime = iso_date(rr->u.TF.times[cnt++].time, 0); |
| time | 312 | fs/isofs/rock.c | inode->i_ctime = iso_date(rr->u.TF.times[cnt++].time, 0); |
| time | 67 | fs/isofs/rock.h | char time[7]; |
| time | 385 | fs/msdos/inode.c | date_dos2unix(CF_LE_W(raw_entry->time),CF_LE_W(raw_entry->date)); |
| time | 415 | fs/msdos/inode.c | date_unix2dos(inode->i_mtime,&raw_entry->time,&raw_entry->date); |
| time | 416 | fs/msdos/inode.c | raw_entry->time = CT_LE_W(raw_entry->time); |
| time | 222 | fs/msdos/misc.c | int date_dos2unix(unsigned short time,unsigned short date) |
| time | 228 | fs/msdos/misc.c | secs = (time & 31)*2+60*((time >> 5) & 63)+(time >> 11)*3600+86400* |
| time | 239 | fs/msdos/misc.c | void date_unix2dos(int unix_date,unsigned short *time, |
| time | 245 | fs/msdos/misc.c | *time = (unix_date % 60)/2+(((unix_date/60) % 60) << 5)+ |
| time | 182 | fs/msdos/namei.c | date_unix2dos(dir->i_mtime,&de->time,&de->date); |
| time | 349 | fs/sysv/inode.c | unsigned long time = CURRENT_TIME; |
| time | 351 | fs/sysv/inode.c | time = to_coh_ulong(time); |
| time | 352 | fs/sysv/inode.c | *sb->sv_sb_time = time; |
| time | 75 | include/linux/lp.h | #define LP_TIME(minor) lp_table[(minor)].time /* wait time */ |
| time | 87 | include/linux/lp.h | unsigned int time; |
| time | 87 | include/linux/msdos_fs.h | unsigned short time,date,start; /* time, date and first cluster */ |
| time | 133 | include/linux/msdos_fs.h | extern int date_dos2unix(unsigned short time,unsigned short date); |
| time | 134 | include/linux/msdos_fs.h | extern void date_unix2dos(int unix_date,unsigned short *time, |
| time | 89 | include/linux/timex.h | struct timeval time; /* (read only) */ |
| time | 421 | kernel/time.c | txc.time = xtime; |