Lines Matching refs:kernel
11 around kernel facilities and not try to be too smart to deal with edge cases.
47 checks its content against official Linux kernel header files, and will
59 time_t is 32-bit as defined by the kernel on 32-bit CPUs. A 64-bit version
60 would be preferrable to avoid the Y2038 bug, but the kernel maintainers
97 Linux kernel headers:
99 Bionic comes with its own set of "clean" Linux kernel headers to allow
100 user-space code to use kernel-specific declarations (e.g. IOCTLs, structure
103 ./kernel/common,
104 ./kernel/arch-arm
105 ./kernel/arch-x86
107 These headers have been generated by a tool (kernel/tools/update-all.py) to
108 only include the public definitions from the original Linux kernel headers.
110 If you want to know why and how this is done, read kernel/README.TXT to get
323 Other timers (e.g. SIGEV_SIGNAL) are handled by the kernel and use much less
397 libc/kernel/common
398 libc/kernel/arch-$ARCH