Lines Matching refs:anonymous
26 - we have "real address spaces" and "anonymous address spaces". The
27 difference is that an anonymous address space doesn't care about the
29 anonymous address space we just leave the previous address space
32 The obvious use for a "anonymous address space" is any thread that
40 - "tsk->mm" points to the "real address space". For an anonymous process,
41 tsk->mm will be NULL, for the logical reason that an anonymous process
45 "stole" for such an anonymous user. For that, we have "tsk->active_mm",
52 For a anonymous process, tsk->mm == NULL, and tsk->active_mm is the
53 "borrowed" mm while the anonymous process is running. When the
54 anonymous process gets scheduled away, the borrowed address space is
59 and a "mm_count" counter that is the number of "lazy" users (ie anonymous