kernel-ark/kernel
Matt Helsley 69778e325c [PATCH] Export ktime_get_ts()
This series removes the getnstimestamp() function from kernel/time.c in favor
of kernel/hrtimer.c's ktime_get_ts() function which currently does exactly the
same thing: retrieves a high-resolution (ns) timespec structure and performs
the wall_to_monotonic adjustment.

This patch:

Export ktime_get_ts() to be used as a timestamp function since it uses
getnstimefoday() and does the wall_to_monotonic adjustment.

Signed-off-by: Matt Helsley <matthltc@us.ibm.com>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-10 08:01:39 -08:00
..
irq
power
.gitignore
acct.c
audit.c
auditsc.c
capability.c
compat.c [PATCH] common compat_sys_timer_create 2006-01-10 08:01:32 -08:00
configs.c
cpu.c
cpuset.c [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem 2006-01-09 15:59:24 -08:00
dma.c
exec_domain.c
exit.c [PATCH] hrtimer: switch itimers to hrtimer 2006-01-10 08:01:38 -08:00
extable.c
fork.c [PATCH] hrtimer: switch itimers to hrtimer 2006-01-10 08:01:38 -08:00
futex.c
hrtimer.c [PATCH] Export ktime_get_ts() 2006-01-10 08:01:39 -08:00
intermodule.c
itimer.c [PATCH] hrtimer: switch itimers to hrtimer 2006-01-10 08:01:38 -08:00
kallsyms.c
Kconfig.hz
Kconfig.preempt
kexec.c [PATCH] kdump: save registers early (inline functions) 2006-01-10 08:01:27 -08:00
kfifo.c
kmod.c
kprobes.c
ksysfs.c [PATCH] kdump: export per cpu crash notes pointer through sysfs 2006-01-10 08:01:26 -08:00
kthread.c
Makefile [PATCH] hrtimer: hrtimer core code 2006-01-10 08:01:37 -08:00
module.c
mutex-debug.c [PATCH] mutex subsystem, debugging code 2006-01-09 15:59:20 -08:00
mutex-debug.h [PATCH] mutex subsystem, debugging code 2006-01-09 15:59:20 -08:00
mutex.c [PATCH] mutex subsystem, core 2006-01-09 15:59:19 -08:00
mutex.h [PATCH] mutex subsystem, core 2006-01-09 15:59:19 -08:00
panic.c
params.c
pid.c
posix-cpu-timers.c [PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep API 2006-01-10 08:01:38 -08:00
posix-timers.c [PATCH] hrtimer: convert posix timers completely 2006-01-10 08:01:39 -08:00
printk.c
profile.c
ptrace.c
rcupdate.c [PATCH] rcu: don't set ->next_pending in rcu_start_batch() 2006-01-09 17:01:39 -08:00
rcutorture.c
resource.c
sched.c [PATCH] mutex subsystem, more debugging code 2006-01-09 15:59:21 -08:00
seccomp.c
signal.c
softirq.c
softlockup.c
spinlock.c
stop_machine.c [PATCH] Remove set_fs() in stop_machine() 2006-01-10 08:01:25 -08:00
sys_ni.c
sys.c
sysctl.c
time.c [PATCH] hrtimer: introduce nsec_t type and conversion functions 2006-01-10 08:01:37 -08:00
timer.c [PATCH] hrtimer: switch sys_nanosleep to hrtimer 2006-01-10 08:01:38 -08:00
uid16.c
user.c
wait.c
workqueue.c