Lines Matching full:kernel
37 .Nd "kernel threads"
74 and actually produced kernel processes.
79 kernel threads.
102 which describes the kernel thread that should be created:
122 The main function for this kernel thread to run.
139 function is used to create a kernel thread.
140 The new thread runs in kernel mode only.
173 argument specifies the size of the new kernel thread's stack in pages.
174 If 0 is used, the default kernel stack size is allocated.
195 function is used to terminate kernel threads.
196 It should be called by the main function of the kernel thread rather than
205 functions are used to suspend and resume a kernel thread.
206 During the main loop of its execution, a kernel thread that wishes to allow
214 kernel thread to continue.
215 The other two functions are used to notify a kernel thread of a suspend or
221 of the kernel thread to suspend or resume.
226 argument specifies a timeout to wait for the kernel thread to acknowledge the
231 function is meant to be registered as a shutdown event for kernel threads that
234 The actual suspension of the kernel thread is done with
291 argument does not reference a kernel thread.
330 The old functionality of creating a kernel process was renamed