Lines Matching refs:interface
7 kernel interface, nor does it have a stable kernel interface. Please
9 kernel to userspace interfaces. The kernel to userspace interface is
10 the one that application programs use, the syscall interface. That
11 interface is _very_ stable over time, and will not break. I have old
13 just fine on the latest 2.6 kernel release. That interface is the one
19 You think you want a stable kernel interface, but you really do not, and
33 the world, they neither see this interface, nor do they care about it at
51 Assuming that we had a stable kernel source interface for the kernel, a
52 binary interface would naturally happen too, right? Wrong. Please
101 instances of where this interface is used within the kernel are fixed up
126 stable source interface, a new interface would have been created, and
143 current interface, it is deleted. This ensures that the kernel remains
155 nightmare, and trying to keep up with an ever changing kernel interface
162 driver is in the tree, and a kernel interface changes, it will be fixed
174 - Other people will update the driver for you when external interface