diff options
author | Kent Overstreet <[email protected]> | 2014-01-19 08:26:37 +0000 |
---|---|---|
committer | Nicholas Bellinger <[email protected]> | 2014-01-23 20:17:18 +0000 |
commit | 6f6b5d1ec56acdeab0503d2b823f6f88a0af493e (patch) | |
tree | 7a95dca01cc9ddd652ccbfba4df9d5c30abda549 /tools/perf/util/trace-event-scripting.c | |
parent | 4a4caa29f1abcb14377e05d57c0793d338fb945d (diff) |
percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask
This patch changes percpu_ida_alloc() + callers to accept task state
bitmask for prepare_to_wait() for code like target/iscsi that needs
it for interruptible sleep, that is provided in a subsequent patch.
It now expects TASK_UNINTERRUPTIBLE when the caller is able to sleep
waiting for a new tag, or TASK_RUNNING when the caller cannot sleep,
and is forced to return a negative value when no tags are available.
v2 changes:
- Include blk-mq + tcm_fc + vhost/scsi + target/iscsi changes
- Drop signal_pending_state() call
v3 changes:
- Only call prepare_to_wait() + finish_wait() when != TASK_RUNNING
(PeterZ)
Reported-by: Linus Torvalds <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Jens Axboe <[email protected]>
Signed-off-by: Kent Overstreet <[email protected]>
Cc: <[email protected]> #3.12+
Signed-off-by: Nicholas Bellinger <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions