Home
last modified time | relevance | path

Searched refs:dirty_space_ids (Results 1 – 1 of 1) sorted by relevance

/linux/arch/parisc/mm/
H A Dinit.c823 static unsigned long dirty_space_ids;
834 if (dirty_space_ids != 0) {
866 dirty_space_ids++; in free_sid()
879 *ndirtyptr = dirty_space_ids; in free_sid()
880 if (dirty_space_ids != 0) {
885 dirty_space_ids = 0; in get_dirty_sids()
915 if (dirty_space_ids != 0) { in recycle_sids()
921 free_space_ids += dirty_space_ids; in recycle_sids()
922 dirty_space_ids = 0; in recycle_sids()
947 if (dirty_space_ids > RECYCLE_THRESHOL
833 static unsigned long dirty_space_ids; global() variable
[all...]