Lines Matching refs:functions
93 changes to copy_* functions utilized by clone/fork system call.
183 versions. Helper functions of clone (copy_*) could not be used
201 Therefore code from copy_* functions that allocated and duplicated
202 current context structure was moved into new dup_* functions. Now,
203 copy_* functions call dup_* functions to allocate and duplicate
221 a) Reorganization of existing copy_* functions
223 c) unshare helper functions for each different process context
226 7.1) Reorganization of copy_* functions
232 These dup_* functions allocated and duplicated the appropriate
233 context structure. The reorganized copy_* functions invoked
234 their corresponding dup_* functions and then linked the newly
248 functions, take the task_lock() on the current task,
254 7.3) unshare_* helper functions