Lines Matching refs:anonymous
18 - we have "real address spaces" and "anonymous address spaces". The
19 difference is that an anonymous address space doesn't care about the
21 anonymous address space we just leave the previous address space
24 The obvious use for a "anonymous address space" is any thread that
32 - "tsk->mm" points to the "real address space". For an anonymous process,
33 tsk->mm will be NULL, for the logical reason that an anonymous process
37 "stole" for such an anonymous user. For that, we have "tsk->active_mm",
44 For a anonymous process, tsk->mm == NULL, and tsk->active_mm is the
45 "borrowed" mm while the anonymous process is running. When the
46 anonymous process gets scheduled away, the borrowed address space is
51 and a "mm_count" counter that is the number of "lazy" users (ie anonymous