tag | line | file | source code |
---|---|---|---|
tz_dsttime | 11 | include/linux/time.h | int tz_dsttime; /* type of dst correction */ |
tz_dsttime | 757 | kernel/sys.c | put_fs_long(sys_tz.tz_dsttime, ((unsigned long *) tz)+1); |
tz_dsttime | 780 | kernel/sys.c | sys_tz.tz_dsttime = get_fs_long(((unsigned long *) tz)+1); |