Lines Matching full:kernel
37 .Nd "kernel processes"
72 and actually produced kernel processes.
78 kernel
102 which describes the kernel process that should be created:
122 The main function for this kernel process to run.
135 function is used to create a kernel process.
139 and runs in kernel mode only.
162 argument specifies the size of the new kernel process's stack in pages.
163 If 0 is used, the default kernel stack size is allocated.
174 function is used to terminate kernel processes.
175 It should be called by the main function of the kernel process rather than
191 functions are used to suspend and resume a kernel process.
192 During the main loop of its execution, a kernel process that wishes to allow
198 This function checks to see if the kernel process has been asked to suspend.
203 kernel process to continue.
204 The other two functions are used to notify a kernel process of a suspend or
210 of the kernel process to suspend or resume.
215 argument specifies a timeout to wait for the kernel process to acknowledge the
220 function is meant to be registered as a shutdown event for kernel processes that
223 The actual suspension of the kernel process is done with
264 argument specifies the size of the new kernel thread's stack in pages.
265 If 0 is used, the default kernel stack size is allocated.
332 argument does not reference a kernel process.