kernel-ark/arch/s390/kernel
Davide Libenzi 4d672e7ac7 timerfd: new timerfd API
This is the new timerfd API as it is implemented by the following patch:

int timerfd_create(int clockid, int flags);
int timerfd_settime(int ufd, int flags,
		    const struct itimerspec *utmr,
		    struct itimerspec *otmr);
int timerfd_gettime(int ufd, struct itimerspec *otmr);

The timerfd_create() API creates an un-programmed timerfd fd.  The "clockid"
parameter can be either CLOCK_MONOTONIC or CLOCK_REALTIME.

The timerfd_settime() API give new settings by the timerfd fd, by optionally
retrieving the previous expiration time (in case the "otmr" parameter is not
NULL).

The time value specified in "utmr" is absolute, if the TFD_TIMER_ABSTIME bit
is set in the "flags" parameter.  Otherwise it's a relative time.

The timerfd_gettime() API returns the next expiration time of the timer, or
{0, 0} if the timerfd has not been set yet.

Like the previous timerfd API implementation, read(2) and poll(2) are
supported (with the same interface).  Here's a simple test program I used to
exercise the new timerfd APIs:

http://www.xmailserver.org/timerfd-test2.c

[akpm@linux-foundation.org: coding-style cleanups]
[akpm@linux-foundation.org: fix ia64 build]
[akpm@linux-foundation.org: fix m68k build]
[akpm@linux-foundation.org: fix mips build]
[akpm@linux-foundation.org: fix alpha, arm, blackfin, cris, m68k, s390, sparc and sparc64 builds]
[heiko.carstens@de.ibm.com: fix s390]
[akpm@linux-foundation.org: fix powerpc build]
[akpm@linux-foundation.org: fix sparc64 more]
Signed-off-by: Davide Libenzi <davidel@xmailserver.org>
Cc: Michael Kerrisk <mtk-manpages@gmx.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Davide Libenzi <davidel@xmailserver.org>
Cc: Michael Kerrisk <mtk-manpages@gmx.net>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: Davide Libenzi <davidel@xmailserver.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-05 09:44:07 -08:00
..
asm-offsets.c
audit.c
audit.h
base.S
binfmt_elf32.c
bitmap.S
compat_audit.c
compat_exec_domain.c
compat_linux.c
compat_linux.h
compat_ptrace.h
compat_signal.c
compat_wrapper.S timerfd: new timerfd API 2008-02-05 09:44:07 -08:00
cpcmd.c
crash.c
debug.c
diag.c
dis.c
early.c [S390] Get rid of additional_cpus kernel parameter. 2008-01-26 14:11:15 +01:00
ebcdic.c
entry64.S [S390] Fix kernel preemption. 2007-11-20 11:13:46 +01:00
entry.S [S390] Fix compile error on 31bit without preemption 2007-12-04 16:09:58 +01:00
head31.S
head64.S [S390] Fix tlb flushing with idte. 2008-01-26 14:11:10 +01:00
head.S
init_task.c
ipl.c [S390] Use diag308 subcodes 3 and 6 for reboot and dump when possible. 2008-01-26 14:11:24 +01:00
irq.c
kprobes.c
machine_kexec.c
Makefile [S390] Remove TOPDIR from Makefile 2008-01-26 14:11:29 +01:00
module.c
process.c [S390] Print kernel version in dump_stack() and show_regs(). 2008-01-26 14:11:12 +01:00
ptrace.c [S390] single-step cleanup 2008-01-26 14:11:27 +01:00
reipl64.S
reipl.S
relocate_kernel64.S
relocate_kernel.S
s390_ext.c
s390_ksyms.c
semaphore.c
setup.c [S390] constify function pointer tables. 2008-01-26 14:11:32 +01:00
signal.c [S390] single-step cleanup 2008-01-26 14:11:27 +01:00
smp.c [S390] replace lock_cpu_hotplug with get_online_cpus 2008-01-26 14:11:33 +01:00
stacktrace.c
sys_s390.c
syscalls.S timerfd: new timerfd API 2008-02-05 09:44:07 -08:00
time.c Driver core: change sysdev classes to use dynamic kobject names 2008-01-24 20:40:40 -08:00
traps.c [S390] Print kernel version in dump_stack() and show_regs(). 2008-01-26 14:11:12 +01:00
vmlinux.lds.S all archs: consolidate init and exit sections in vmlinux.lds.h 2008-01-28 23:21:17 +01:00
vtime.c sched: restore deterministic CPU accounting on powerpc 2007-11-09 22:39:38 +01:00