Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
b0b8d749
Commit
b0b8d749
authored
Jan 19, 2007
by
Jens Axboe
Committed by
Jens Axboe
Feb 11, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cfq-iosched: document the cfqq flags
Signed-off-by:
Jens Axboe
<
jens.axboe@oracle.com
>
parent
98e41c7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
block/cfq-iosched.c
block/cfq-iosched.c
+9
-9
No files found.
block/cfq-iosched.c
View file @
b0b8d749
...
...
@@ -162,15 +162,15 @@ struct cfq_queue {
};
enum
cfqq_state_flags
{
CFQ_CFQQ_FLAG_on_rr
=
0
,
CFQ_CFQQ_FLAG_wait_request
,
CFQ_CFQQ_FLAG_must_alloc
,
CFQ_CFQQ_FLAG_must_alloc_slice
,
CFQ_CFQQ_FLAG_must_dispatch
,
CFQ_CFQQ_FLAG_fifo_expire
,
CFQ_CFQQ_FLAG_idle_window
,
CFQ_CFQQ_FLAG_prio_changed
,
CFQ_CFQQ_FLAG_queue_new
,
CFQ_CFQQ_FLAG_on_rr
=
0
,
/* on round-robin busy list */
CFQ_CFQQ_FLAG_wait_request
,
/* waiting for a request */
CFQ_CFQQ_FLAG_must_alloc
,
/* must be allowed rq alloc */
CFQ_CFQQ_FLAG_must_alloc_slice
,
/* per-slice must_alloc flag */
CFQ_CFQQ_FLAG_must_dispatch
,
/* must dispatch, even if expired */
CFQ_CFQQ_FLAG_fifo_expire
,
/* FIFO checked in this slice */
CFQ_CFQQ_FLAG_idle_window
,
/* slice idling enabled */
CFQ_CFQQ_FLAG_prio_changed
,
/* task priority has changed */
CFQ_CFQQ_FLAG_queue_new
,
/* queue never been serviced */
};
#define CFQ_CFQQ_FNS(name) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment