Searched refs:NR_SPACE_IDS (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/parisc/mm/
H A Dinit.c803 #define NR_SPACE_IDS 262144 macro
815 #define NR_SPACE_IDS 32768 macro
819 #define RECYCLE_THRESHOLD (NR_SPACE_IDS / 2)
820 #define SID_ARRAY_SIZE (NR_SPACE_IDS / (8 * sizeof(long)))
825 static unsigned long free_space_ids = NR_SPACE_IDS - 1;
847 index = find_next_zero_bit(space_id, NR_SPACE_IDS, space_id_index); alloc_sid()

Completed in 53 milliseconds