Searched refs:FREE_LIST_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
17 #define FREE_LIST_ALIGNMENT \ macro66 if ((args->initial_num_pages & FREE_LIST_ALIGNMENT) || in free_list_create_kernel_structure()67 (args->max_num_pages & FREE_LIST_ALIGNMENT) || in free_list_create_kernel_structure()68 (args->grow_num_pages & FREE_LIST_ALIGNMENT)) in free_list_create_kernel_structure()149 ready_pages &= ~FREE_LIST_ALIGNMENT; in calculate_free_list_ready_pages_locked()306 if (num_pages & FREE_LIST_ALIGNMENT) { in pvr_free_list_grow()