aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPierre Peiffer <[email protected]>2008-04-29 01:00:48 -0700
committerLinus Torvalds <[email protected]>2008-04-29 08:06:13 -0700
commita0d092fc2df845a43cc4847836818f49331d0a5c (patch)
treef47b94bfa2e18beadff39930c9386764e45bc4ec /tools/perf/scripts/python
parent8d4cc8b5c5e5bac526618ee704f3cfdcad954e0c (diff)
IPC/message queues: introduce msgctl_down
Currently, sys_msgctl is not easy to read. This patch tries to improve that by introducing the msgctl_down function to handle all commands requiring the rwmutex to be taken in write mode (ie IPC_SET and IPC_RMID for now). It is the equivalent function of semctl_down for message queues. This greatly changes the readability of sys_msgctl and also harmonizes the way these commands are handled among all IPCs. Signed-off-by: Pierre Peiffer <[email protected]> Acked-by: Serge Hallyn <[email protected]> Cc: Nadia Derbey <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions