login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
August
»
27
Re: [-mm PATCH 5/10] Memory controller task migration (v7)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: YAMAMOTO Takashi
Subject:
Re: [-mm PATCH 5/10] Memory controller task migration (v7)
Date: Monday, August 27, 2007 - 1:26 am
> Allow tasks to migrate from one container to the other. We migrate
quoted text
> mm_struct's mem_container only when the thread group id migrates.
quoted text
> + /* > + * Only thread group leaders are allowed to migrate, the mm_struct is > + * in effect owned by the leader > + */ > + if (p->tgid != p->pid) > + goto out;
does it mean that you can't move a process between containers once its thread group leader exited? YAMAMOTO Takashi -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[-mm PATCH 0/10] Memory controller introduction (v7)
, Balbir Singh
, (Fri Aug 24, 8:19 am)
[-mm PATCH 1/10] Memory controller resource counters (v7)
, Balbir Singh
, (Fri Aug 24, 8:19 am)
[-mm PATCH 2/10] Memory controller containers setup (v7)
, Balbir Singh
, (Fri Aug 24, 8:20 am)
[-mm PATCH 3/10] Memory controller accounting setup (v7)
, Balbir Singh
, (Fri Aug 24, 8:20 am)
[-mm PATCH 4/10] Memory controller memory accounting (v7)
, Balbir Singh
, (Fri Aug 24, 8:20 am)
[-mm PATCH 5/10] Memory controller task migration (v7)
, Balbir Singh
, (Fri Aug 24, 8:20 am)
[-mm PATCH 6/10] Memory controller add per container LRU a ...
, Balbir Singh
, (Fri Aug 24, 8:20 am)
[-mm PATCH 7/10] Memory controller OOM handling (v7)
, Balbir Singh
, (Fri Aug 24, 8:21 am)
[-mm PATCH 8/10] Memory controller add switch to control w ...
, Balbir Singh
, (Fri Aug 24, 8:21 am)
[-mm PATCH 9/10] Memory controller make page_referenced() ...
, Balbir Singh
, (Fri Aug 24, 8:21 am)
[-mm PATCH 10/10] Memory controller add documentation
, Balbir Singh
, (Fri Aug 24, 8:21 am)
Re: [-mm PATCH 5/10] Memory controller task migration (v7)
, YAMAMOTO Takashi
, (Mon Aug 27, 1:26 am)
Re: [-mm PATCH 5/10] Memory controller task migration (v7)
, Balbir Singh
, (Mon Aug 27, 3:39 am)
Re: [-mm PATCH 5/10] Memory controller task migration (v7)
, YAMAMOTO Takashi
, (Tue Aug 28, 1:32 am)