Lines Matching full:process

102 which describes the kernel process that should be created:
116 String to be used for the name of the process.
119 member of the new process'
122 The main function for this kernel process to run.
126 pointer that should be updated to point to the newly created process' process
135 function is used to create a kernel process.
136 The new process shares its address space with process 0, the
138 process,
142 argument specifies the function that the process should execute.
147 when it is called by the new process.
152 pointer that is to be updated to point to the newly created process.
162 argument specifies the size of the new kernel process's stack in pages.
166 argument list that is used to build the name of the new process and is stored
169 member of the new process's
175 It should be called by the main function of the kernel process rather than
179 argument specifies the exit status of the process.
184 on the process handle.
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
223 The actual suspension of the kernel process is done with
233 is created on the existing process.
236 argument specifies the function that the process should execute.
241 when it is called by the new process.
247 if a new process is created, or if not
249 must contain the process pointer for the already existing process.
252 then a new process is created and the field updated.
266 The procname argument is the name the new process should be given if it needs to be created.
294 process.
311 * This process needs to be suspended prior to shutdown sync.
332 argument does not reference a kernel process.