taglinefilesource code
time738drivers/char/n_tty.cint minimum, time;
time768drivers/char/n_tty.cminimum = time = 0;
time771drivers/char/n_tty.ctime = (HZ / 10) * TIME_CHAR(tty);
time775drivers/char/n_tty.cif (time)
time781drivers/char/n_tty.cif (time) {
time782drivers/char/n_tty.ccurrent->timeout = time + jiffies;
time783drivers/char/n_tty.ctime = 0;
time884drivers/char/n_tty.cif (time)
time885drivers/char/n_tty.ccurrent->timeout = time + jiffies;
time644drivers/scsi/eata.cunsigned int i, j, flags, time, k, limit = 0;
time711drivers/scsi/eata.ctime = jiffies;
time712drivers/scsi/eata.cwhile (jiffies < (time + 200) && limit++ < 100000000) sti();
time654drivers/scsi/in2000.cunsigned long time = jiffies + how_long;
time655drivers/scsi/in2000.cwhile (jiffies < time) ;
time593drivers/scsi/u14-34f.cunsigned int i, j, flags, time, k, limit = 0;
time661drivers/scsi/u14-34f.ctime = jiffies;
time662drivers/scsi/u14-34f.cwhile (jiffies < (time + 200) && limit++ < 100000000) sti();
time561drivers/scsi/wd7000.cregister unsigned long time = jiffies + how_long;
time563drivers/scsi/wd7000.cwhile (jiffies < time);
time197drivers/sound/dev_table.hvoid (*arm_timer)(int dev, long time);
time1384drivers/sound/mpu401.clong            time;
time1389drivers/sound/mpu401.ctime = parm;
time1390drivers/sound/mpu401.cnext_event_time = prev_event_time = time;
time1560drivers/sound/mpu401.cmpu_timer_arm (int dev, long time)
time1562drivers/sound/mpu401.cif (time < 0)
time1563drivers/sound/mpu401.ctime = curr_ticks + 1;
time1564drivers/sound/mpu401.celse if (time <= curr_ticks)  /* It's the time */
time1567drivers/sound/mpu401.cnext_event_time = prev_event_time = time;
time150drivers/sound/os.h#define ACTIVATE_TIMER(name, proc, time) \
time151drivers/sound/os.h{name.expires = time; \
time654drivers/sound/sequencer.clong            time;
time657drivers/sound/sequencer.ctime = parm;
time658drivers/sound/sequencer.cprev_event_time = time;
time660drivers/sound/sequencer.crequest_sound_timer (time);
time758drivers/sound/sequencer.clong            time;
time761drivers/sound/sequencer.ctime = *delay;
time762drivers/sound/sequencer.cprev_event_time = time;
time764drivers/sound/sequencer.crequest_sound_timer (time);
time185drivers/sound/sound_timer.clong            time;
time190drivers/sound/sound_timer.ctime = parm;
time191drivers/sound/sound_timer.cnext_event_time = prev_event_time = time;
time328drivers/sound/sound_timer.ctimer_arm (int dev, long time)
time330drivers/sound/sound_timer.cif (time < 0)
time331drivers/sound/sound_timer.ctime = curr_ticks + 1;
time332drivers/sound/sound_timer.celse if (time <= curr_ticks)  /* It's the time */
time335drivers/sound/sound_timer.cnext_event_time = prev_event_time = time;
time139drivers/sound/sys_timer.clong            time;
time144drivers/sound/sys_timer.ctime = parm;
time145drivers/sound/sys_timer.cnext_event_time = prev_event_time = time;
time278drivers/sound/sys_timer.cdef_tmr_arm (int dev, long time)
time280drivers/sound/sys_timer.cif (time < 0)
time281drivers/sound/sys_timer.ctime = curr_ticks + 1;
time282drivers/sound/sys_timer.celse if (time <= curr_ticks)  /* It's the time */
time285drivers/sound/sys_timer.cnext_event_time = prev_event_time = time;
time312fs/isofs/rock.cinode->i_ctime = iso_date(rr->u.TF.times[cnt++].time, 0);
time314fs/isofs/rock.cinode->i_mtime = iso_date(rr->u.TF.times[cnt++].time, 0);
time316fs/isofs/rock.cinode->i_atime = iso_date(rr->u.TF.times[cnt++].time, 0);
time318fs/isofs/rock.cinode->i_ctime = iso_date(rr->u.TF.times[cnt++].time, 0);
time67fs/isofs/rock.hchar time[7];
time431fs/msdos/inode.cdate_dos2unix(CF_LE_W(raw_entry->time),CF_LE_W(raw_entry->date));
time462fs/msdos/inode.cdate_unix2dos(inode->i_mtime,&raw_entry->time,&raw_entry->date);
time463fs/msdos/inode.craw_entry->time = CT_LE_W(raw_entry->time);
time211fs/msdos/misc.cint date_dos2unix(unsigned short time,unsigned short date)
time217fs/msdos/misc.csecs = (time & 31)*2+60*((time >> 5) & 63)+(time >> 11)*3600+86400*
time228fs/msdos/misc.cvoid date_unix2dos(int unix_date,unsigned short *time,
time234fs/msdos/misc.c*time = (unix_date % 60)/2+(((unix_date/60) % 60) << 5)+
time199fs/msdos/namei.cdate_unix2dos(dir->i_mtime,&de->time,&de->date);
time69fs/nfs/file.cunsigned long  time;    /* time, this entry was inserted */
time122fs/nfs/file.c&& (abs(jiffies - cache[i].time) <= EXPIRE_CACHE))
time180fs/nfs/file.ccache[tail].time = jiffies;
time211fs/nfs/file.ccache[i].time -= EXPIRE_CACHE;
time509fs/sysv/inode.cunsigned long time = CURRENT_TIME;
time516fs/sysv/inode.c*sb->sv_sb_state = 0x7c269d38 - time;
time521fs/sysv/inode.ctime = to_coh_ulong(time);
time522fs/sysv/inode.c*sb->sv_sb_time = time;
time83include/linux/lp.h#define LP_TIME(minor)  lp_table[(minor)].time    /* wait time */
time95include/linux/lp.hunsigned int time;
time86include/linux/msdos_fs.hunsigned short time,date,start; /* time, date and first cluster */
time122include/linux/msdos_fs.hextern int date_dos2unix(unsigned short time,unsigned short date);
time123include/linux/msdos_fs.hextern void date_unix2dos(int unix_date,unsigned short *time,
time89include/linux/timex.hstruct timeval time;  /* (read only) */
time435kernel/time.ctxc.time     = xtime;