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