Paul Menage
e7c5ec9193
cgroups: add css_tryget()
...
Add css_tryget(), that obtains a counted reference on a CSS. It is used
in situations where the caller has a "weak" reference to the CSS, i.e.
one that does not protect the cgroup from removal via a reference count,
but would instead be cleaned up by a destroy() callback.
css_tryget() will return true on success, or false if the cgroup is being
removed.
This is similar to Kamezawa Hiroyuki's patch from a week or two ago, but
with the difference that in the event of css_tryget() racing with a
cgroup_rmdir(), css_tryget() will only return false if the cgroup really
does get removed.
This implementation is done by biasing css->refcnt, so that a refcnt of 1
means "releasable" and 0 means "released or releasing". In the event of a
race, css_tryget() distinguishes between "released" and "releasing" by
checking for the CSS_REMOVED flag in css->flags.
Signed-off-by: Paul Menage <menage@google.com>
Tested-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Li Zefan <lizf@cn.fujitsu.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-01-08 08:31:10 -08:00
..
2009-01-06 18:10:26 -08:00
2008-12-03 15:52:35 -08:00
2009-01-02 17:15:07 -02:00
2009-01-06 17:14:01 -08:00
2009-01-06 11:53:56 -05:00
2009-01-04 12:17:42 +01:00
2008-12-22 07:15:03 -08:00
2008-12-31 18:18:13 +01:00
2009-01-07 11:31:52 -08:00
2008-12-16 01:19:41 -08:00
2008-11-04 14:27:15 +01:00
2008-11-20 15:59:56 +01:00
2008-11-20 15:59:56 +01:00
2009-01-07 17:38:32 -05:00
2008-10-21 13:25:28 +11:00
2009-01-07 11:31:52 -08:00
2008-11-10 13:50:19 -08:00
2009-01-06 11:53:47 -05:00
2009-01-07 10:00:06 -08:00
2008-12-22 18:30:29 +00:00
2009-01-07 10:00:22 -08:00
2009-01-02 10:19:37 -08:00
2008-11-11 21:15:50 -05:00
2008-10-20 11:01:52 -07:00
2008-12-29 08:29:50 +01:00
2009-01-07 08:45:46 -08:00
2008-12-03 22:12:38 -08:00
2008-12-03 22:12:38 -08:00
2009-01-05 16:35:31 +01:00
2009-01-04 15:14:42 -05:00
2009-01-06 15:59:23 -08:00
2009-01-06 15:59:23 -08:00
2008-10-20 08:50:25 -07:00
2008-10-20 08:52:42 -07:00
2009-01-06 15:59:29 -08:00
2008-12-29 08:29:50 +01:00
2008-12-30 09:05:13 +10:30
2009-01-01 10:12:19 +10:30
2008-12-29 08:29:50 +01:00
2008-11-26 12:13:34 +01:00
2009-01-04 13:33:20 -08:00
2008-11-28 12:38:38 +01:00
2008-12-29 08:28:44 +01:00
2008-11-12 17:17:18 -08:00
2009-01-07 09:38:48 +11:00
2008-10-21 07:47:22 -04:00
2008-11-07 22:56:00 -08:00
2009-01-08 08:31:10 -08:00
2008-10-16 11:21:32 -07:00
2008-12-13 21:20:26 +10:30
2008-11-09 11:17:33 -08:00
2008-11-30 11:00:15 -08:00
2009-01-02 12:19:34 -08:00
2009-01-02 09:29:43 -08:00
2009-01-02 09:23:03 -08:00
2009-01-02 09:23:03 -08:00
2008-12-29 17:47:23 +10:00
2008-12-05 15:20:10 -05:00
2009-01-01 10:12:30 +10:30
2009-01-06 15:58:59 -08:00
2008-10-23 18:51:22 +04:00
2008-12-25 11:01:43 +11:00
2008-11-24 18:57:41 -05:00
2008-12-25 11:01:33 +11:00
2008-12-31 18:07:38 -05:00
2008-12-21 20:10:29 -08:00
2008-12-08 01:19:06 -08:00
2009-01-07 10:00:16 -08:00
2009-01-06 03:05:09 +00:00
2009-01-06 10:44:33 -08:00
2008-10-21 17:45:06 +01:00
2009-01-04 11:00:05 +01:00
2009-01-03 11:57:35 +01:00
2008-12-29 07:39:34 -05:00
2009-01-05 08:40:21 -08:00
2009-01-05 08:40:25 -08:00
2009-01-05 08:40:25 -08:00
2008-10-15 12:46:51 +01:00
2008-10-16 09:24:47 -07:00
2008-10-16 16:53:13 +02:00
2008-12-29 08:29:50 +01:00
2008-11-23 23:24:32 -08:00
2008-12-15 23:44:31 -08:00
2009-01-08 08:31:00 -08:00
2009-01-08 08:31:00 -08:00
2009-01-08 08:31:00 -08:00
2009-01-08 08:31:01 -08:00
2008-10-16 11:21:30 -07:00
2008-12-29 11:27:46 +02:00
2008-12-22 18:44:05 +09:00
2008-11-20 20:29:48 -08:00
2008-12-31 18:07:42 -05:00
2008-10-21 07:47:06 -04:00
2008-11-20 00:49:27 -08:00
2008-10-15 22:21:11 +02:00
2008-10-30 11:38:45 -07:00
2008-12-31 18:07:42 -05:00
2009-01-07 08:47:24 -08:00
2008-12-16 15:29:15 -08:00
2008-10-21 07:47:06 -04:00
2008-11-26 01:59:45 +01:00
2008-12-21 09:46:45 +01:00
2008-12-01 19:14:02 +01:00
2008-11-24 20:00:40 +01:00
2009-01-02 10:19:38 -08:00
2008-12-29 08:29:51 +01:00
2009-01-06 15:59:01 -08:00
2008-10-27 22:33:04 -04:00
2008-10-16 11:21:40 -07:00
2008-12-30 16:10:19 -08:00
2008-12-08 01:14:16 -08:00
2009-01-04 01:00:53 +01:00
2009-01-04 01:00:51 +01:00
2008-11-27 23:39:48 +00:00
2008-11-20 20:32:15 -08:00
2008-11-25 15:45:46 +01:00
2009-01-06 15:58:58 -08:00
2008-10-22 20:21:30 +02:00
2008-10-17 17:25:11 -03:00
2009-01-07 14:29:17 +01:00
2008-10-16 11:21:38 -07:00
2008-10-24 12:54:18 -04:00
2008-10-15 16:03:01 -07:00
2009-01-06 17:21:02 +01:00
2008-12-01 19:55:25 -08:00
2008-12-12 13:48:20 -05:00
2008-12-17 15:47:48 -08:00
2008-11-04 14:49:57 -08:00
2008-11-03 18:16:50 -08:00
2008-11-16 19:32:39 -08:00
2008-12-31 18:07:42 -05:00
2008-10-29 22:02:09 +01:00
2008-11-15 12:26:44 -08:00
2008-12-25 11:40:29 +01:00
2009-01-03 14:11:08 +01:00
2009-01-06 17:10:53 -08:00
2008-11-03 18:21:45 +01:00
2008-10-16 11:21:33 -07:00
2009-01-03 14:10:09 +01:00
2009-01-07 11:12:32 -08:00
2008-10-15 14:24:08 +02:00
2008-12-16 02:06:23 -08:00
2009-01-02 11:44:09 -08:00
2009-01-05 14:53:30 +01:00
2009-01-02 10:19:40 -08:00
2009-01-05 08:40:30 -08:00
2009-01-08 08:31:00 -08:00
2008-12-23 15:21:56 -05:00
2009-01-05 08:40:30 -08:00
2008-10-16 11:21:31 -07:00
2009-01-07 10:00:22 -08:00
2008-12-31 15:11:46 +01:00
2009-01-06 17:02:07 -08:00
2008-10-31 10:01:56 +01:00
2008-11-14 10:39:24 +11:00
2008-11-14 10:39:14 +11:00
2009-01-06 10:44:30 -08:00
2008-10-16 11:21:29 -07:00
2009-01-06 15:59:21 -08:00
2009-01-03 14:11:07 +01:00
2008-12-31 16:55:47 +02:00
2008-10-20 22:34:12 +01:00
2008-12-30 09:26:11 +10:30
2008-12-28 22:43:21 -05:00
2008-11-24 11:43:21 -05:00
2008-11-27 12:37:54 +01:00
2008-11-16 19:37:55 -08:00
2008-12-30 16:20:19 -08:00
2009-01-08 08:30:59 -08:00
2008-12-29 04:59:31 -08:00
2008-11-28 16:47:41 +01:00
2008-11-16 18:59:45 -08:00
2009-01-08 08:31:10 -08:00
2009-01-06 15:59:00 -08:00
2009-01-06 15:59:00 -08:00
2009-01-06 15:59:00 -08:00
2008-12-16 02:00:48 -08:00
2008-11-26 12:03:54 +01:00
2009-01-08 08:31:07 -08:00
2008-12-29 08:29:50 +01:00
2009-01-06 15:58:58 -08:00
2009-01-08 08:31:07 -08:00
2008-10-29 00:51:25 +01:00
2009-01-06 15:59:20 -08:00
2009-01-05 08:40:13 +10:30
2008-10-22 10:00:23 +11:00
2008-10-16 11:21:30 -07:00
2008-12-10 16:30:15 -08:00
2008-11-06 15:41:21 -08:00
2008-12-08 14:31:59 +01:00
2008-10-30 19:55:00 +01:00
2008-12-31 18:07:38 -05:00
2009-01-06 11:28:07 +01:00
2008-11-19 18:49:57 -08:00
2009-01-04 16:13:40 -08:00
2008-11-20 04:08:29 -08:00
2008-12-15 23:38:52 -08:00
2009-01-07 17:38:31 -05:00
2008-12-23 15:21:45 -05:00
2008-12-23 15:21:56 -05:00
2008-12-23 15:21:37 -05:00
2008-12-23 15:21:56 -05:00
2008-12-19 15:22:54 -05:00
2009-01-06 15:59:00 -08:00
2008-11-24 18:57:41 -05:00
2008-12-21 14:21:14 +11:00
2008-12-04 09:16:45 -08:00
2008-11-19 16:05:00 +11:00
2008-12-10 14:20:03 +01:00
2009-01-07 09:59:50 -08:00
2009-01-08 08:31:05 -08:00
2009-01-06 15:59:07 -08:00
2009-01-04 13:33:20 -08:00
2009-01-06 15:59:00 -08:00
2008-10-16 11:21:49 -07:00
2009-01-07 11:13:11 -08:00
2009-01-06 17:21:01 +01:00
2009-01-07 11:13:22 -08:00
2009-01-07 11:13:11 -08:00
2009-01-07 11:13:25 -08:00
2009-01-06 17:10:04 -08:00
2008-10-26 23:07:25 -07:00
2008-11-28 16:24:56 -08:00
2008-10-16 11:21:48 -07:00
2008-12-04 09:09:37 +01:00
2008-11-07 22:56:00 -08:00
2008-11-20 04:10:00 -08:00
2009-01-06 10:44:29 -08:00
2009-01-06 10:44:30 -08:00
2008-10-23 00:11:07 -04:00
2009-01-06 15:59:12 -08:00
2008-12-12 17:00:07 +01:00
2009-01-04 12:17:39 +01:00
2008-10-23 18:54:05 +04:00
2008-10-23 08:55:01 -07:00
2008-12-20 09:15:46 +01:00
2009-01-07 21:44:20 +01:00
2009-01-07 21:44:20 +01:00
2009-01-05 08:40:25 -08:00
2009-01-05 08:40:25 -08:00
2009-01-05 18:31:12 -08:00
2009-01-03 12:01:23 -08:00
2008-11-12 17:17:17 -08:00
2009-01-01 10:12:26 +10:30
2008-11-16 19:37:55 -08:00
2008-11-16 19:39:21 -08:00
2009-01-05 10:18:08 +01:00
2008-12-18 21:56:04 +01:00
2008-10-21 07:49:04 -04:00
2008-10-16 11:21:30 -07:00
2009-01-08 08:31:05 -08:00
2008-10-30 11:38:45 -07:00
2008-12-12 14:45:25 -05:00
2008-12-30 17:31:25 -08:00
2009-01-06 15:59:28 -08:00
2009-01-06 15:59:07 -08:00
2009-01-04 13:33:20 -08:00
2008-10-16 11:21:30 -07:00
2008-11-20 20:52:10 -08:00
2009-01-06 17:10:33 -08:00
2008-11-14 10:39:18 +11:00
2009-01-07 09:58:22 +11:00
2008-12-30 09:05:19 +10:30
2009-01-02 10:19:43 -08:00
2009-01-02 10:19:43 -08:00
2009-01-02 10:19:42 -08:00
2008-11-24 11:41:38 -05:00
2008-12-15 23:42:33 -08:00
2008-12-29 11:45:47 +02:00
2008-10-22 07:00:38 -04:00
2008-12-30 09:05:16 +10:30
2008-12-10 15:12:45 -08:00
2008-11-24 21:27:22 -08:00
2008-11-23 11:53:50 +01:00
2009-01-05 08:40:14 +10:30
2008-11-02 10:15:07 -08:00
2009-01-06 21:17:57 -08:00
2009-01-08 08:31:10 -08:00
2008-12-28 09:54:52 +01:00
2009-01-05 11:54:29 -05:00
2008-10-16 11:21:47 -07:00
2008-10-20 08:52:42 -07:00
2008-10-16 11:21:32 -07:00
2008-11-11 09:30:23 -08:00
2008-12-30 09:05:12 +10:30
2009-01-01 10:12:25 +10:30
2008-12-31 09:53:21 +01:00
2008-11-06 08:42:48 +01:00
2008-12-12 17:01:38 +01:00
2008-12-19 09:21:55 +01:00
2008-11-16 09:01:36 +01:00
2009-01-02 10:19:36 -08:00
2009-01-02 10:19:40 -08:00
2009-01-07 11:27:12 -08:00
2009-01-06 10:44:44 -08:00
2009-01-07 10:00:11 -08:00
2009-01-07 10:00:14 -08:00
2008-11-24 18:57:41 -05:00
2008-12-12 13:00:06 +00:00
2009-01-02 17:11:52 -02:00
2008-12-30 09:26:04 +10:30
2008-12-30 09:26:10 +10:30
2008-11-16 22:41:34 -08:00
2008-12-30 09:25:58 +10:30
2008-12-30 09:26:03 +10:30
2009-01-06 15:59:05 -08:00
2008-10-23 17:35:04 +04:00
2008-10-16 11:21:31 -07:00
2009-01-07 10:00:16 -08:00
2008-11-19 14:47:04 +00:00
2008-11-06 09:05:33 +01:00
2009-01-06 15:59:09 -08:00
2008-10-28 16:01:07 -07:00