taglinefilesource code
uptime41fs/proc/array.cunsigned long uptime;
uptime44fs/proc/array.cuptime = jiffies + jiffies_offset;
uptime47fs/proc/array.cuptime / HZ,
uptime48fs/proc/array.cuptime % HZ,
uptime63include/linux/kernel.hlong uptime;      /* Seconds since boot */
uptime28kernel/info.cval.uptime = (jiffies + jiffies_offset) / HZ;