OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BDI_write_congested
(Results
26 - 26
of
26
) sorted by null
1
2
/external/kernel-headers/original/linux/
backing-dev.h
18
BDI_write_congested
, /* The write queue is getting full */
80
static inline int
bdi_write_congested
(struct backing_dev_info *bdi)
function
82
return bdi_congested(bdi, 1 <<
BDI_write_congested
);
88
(1 <<
BDI_write_congested
));
Completed in 2309 milliseconds
1
2