diff options
| author | Manfred Spraul <[email protected]> | 2018-08-22 05:02:00 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2018-08-22 17:52:52 +0000 |
| commit | 27c331a174614208d0b539019583990967ad9479 (patch) | |
| tree | c4ddfa96ed2a654783ed485c86afdb4c83a91e17 /tools/perf/scripts/python | |
| parent | ipc: simplify ipc initialization (diff) | |
| download | kernel-27c331a174614208d0b539019583990967ad9479.tar.gz kernel-27c331a174614208d0b539019583990967ad9479.zip | |
ipc/util.c: further variable name cleanups
The varable names got a mess, thus standardize them again:
id: user space id. Called semid, shmid, msgid if the type is known.
Most functions use "id" already.
idx: "index" for the idr lookup
Right now, some functions use lid, ipc_addid() already uses idx as
the variable name.
seq: sequence number, to avoid quick collisions of the user space id
key: user space key, used for the rhash tree
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Manfred Spraul <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Michael Kerrisk <[email protected]>
Cc: Michal Hocko <[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
