projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfd348f
)
Documentation: Add nested versions of mutex locks to docs
author
Robert P. J. Day
<rpjday@mindspring.com>
Fri, 19 Oct 2007 22:15:26 +0000
(
00:15
+0200)
committer
Adrian Bunk
<bunk@kernel.org>
Fri, 19 Oct 2007 22:15:26 +0000
(
00:15
+0200)
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Documentation/mutex-design.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/mutex-design.txt
b/Documentation/mutex-design.txt
index 51f935191ae5d86fbf21fb801853eb20dff546a3..aa60d1f627e523929dff9e787498e96ef661cfe6 100644
(file)
--- a/
Documentation/mutex-design.txt
+++ b/
Documentation/mutex-design.txt
@@
-133,4
+133,6
@@
the APIs of 'struct mutex' have been streamlined:
int mutex_trylock(struct mutex *lock);
void mutex_unlock(struct mutex *lock);
int mutex_is_locked(struct mutex *lock);
-
+ void mutex_lock_nested(struct mutex *lock, unsigned int subclass);
+ int mutex_lock_interruptible_nested(struct mutex *lock,
+ unsigned int subclass);