Searched defs:OBJECTS_PER_PAGE (Results 1 – 6 of 6) sorted by relevance
145 #define OBJECTS_PER_PAGE(ORDER) objects_per_page_table[ORDER] macro
937 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro939 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro
811 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro813 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro
812 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro814 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro
155 #define OBJECTS_PER_PAGE(ORDER) objects_per_page_table[ORDER] macro