Searched refs:generic (Results 1 - 25 of 145) sorted by relevance

123456

/external/kernel-headers/original/asm-arm/
H A Dioctl.h1 #include <asm-generic/ioctl.h>
H A Dlocal.h1 #include <asm-generic/local.h>
H A Dcputime.h4 #include <asm-generic/cputime.h>
H A Derrno.h4 #include <asm-generic/errno.h>
H A Dpercpu.h4 #include <asm-generic/percpu.h>
H A Dresource.h4 #include <asm-generic/resource.h>
H A Dsiginfo.h4 #include <asm-generic/siginfo.h>
H A Dtopology.h4 #include <asm-generic/topology.h>
/external/kernel-headers/original/asm-mips/
H A Ddevice.h6 #include <asm-generic/device.h>
H A Dmutex.h2 * Pull in the generic implementation for the mutex fastpath.
4 * TODO: implement optimized primitives instead, or leave the generic
5 * implementation in place, or pick the atomic_xchg() based generic
6 * implementation. (see asm-generic/mutex-xchg.h for details)
9 #include <asm-generic/mutex-dec.h>
H A Ducontext.h1 #include <asm-generic/ucontext.h>
H A Dcputime.h4 #include <asm-generic/cputime.h>
H A Dpercpu.h4 #include <asm-generic/percpu.h>
H A Dsections.h4 #include <asm-generic/sections.h>
/external/kernel-headers/original/asm-x86/
H A Dcputime.h1 #include <asm-generic/cputime.h>
H A Derrno.h1 #include <asm-generic/errno.h>
H A Dfcntl.h1 #include <asm-generic/fcntl.h>
H A Dioctl.h1 #include <asm-generic/ioctl.h>
H A Dpoll.h1 #include <asm-generic/poll.h>
H A Dresource.h1 #include <asm-generic/resource.h>
H A Dsections.h1 #include <asm-generic/sections.h>
H A Dsocket.h1 #include <asm-generic/socket.h>
H A Dsiginfo.h8 #include <asm-generic/siginfo.h>
H A Ducontext.h10 #include <asm-generic/ucontext.h>
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-generic.h3 /*--- Private syscalls header. priv_syswrap-generic.h ---*/
89 DECL_TEMPLATE(generic, sys_ni_syscall); // * P -- unimplemented
90 DECL_TEMPLATE(generic, sys_exit);
91 DECL_TEMPLATE(generic, sys_fork);
92 DECL_TEMPLATE(generic, sys_read);
93 DECL_TEMPLATE(generic, sys_write);
94 DECL_TEMPLATE(generic, sys_open);
95 DECL_TEMPLATE(generic, sys_close);
96 DECL_TEMPLATE(generic, sys_waitpid);
97 DECL_TEMPLATE(generic, sys_crea
[all...]

Completed in 167 milliseconds

123456