OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BDI_read_congested
(Results
26 - 26
of
26
) sorted by null
1
2
/external/kernel-headers/original/linux/
backing-dev.h
19
BDI_read_congested
, /* The read queue is getting full */
75
static inline int
bdi_read_congested
(struct backing_dev_info *bdi)
function
77
return bdi_congested(bdi, 1 <<
BDI_read_congested
);
87
return bdi_congested(bdi, (1 <<
BDI_read_congested
)|
Completed in 27 milliseconds
1
2