Lines Matching full:they
55 they need to be aware of each other and not step over each other's toes.
66 Functions are there for a reason. They take some input parameters, get or
71 example, they add a NULL pointer or a boundary check, fix a race by adding
128 3. For idle "swapper" tasks, since they don't ever exit the kernel, they
138 especially applies to kthreads. They may not be woken up and would need
213 a) patching user tasks when they cross the kernel/user space
243 sources. A good practice is to add a prefix to the names so that they
245 they can be declared as static because they are not called directly
248 The patch contains only functions that are really modified. But they
285 only when they are available.
307 exclusive. They have the same result for the given patch but
356 because they help keeping the consistency of all changes. In this case,