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

/linux-master/mm/
H A Dpage_alloc.c664 static inline void add_to_free_list(struct page *page, struct zone *zone, function
839 add_to_free_list(page, zone, order, migratetype);
1406 add_to_free_list(&page[size], zone, high, migratetype);
6712 add_to_free_list(current_buddy, zone, high, migratetype);
/linux-master/fs/ocfs2/
H A Ddir.c1232 int ret, index, max_rec_len, add_to_free_list = 0; local
1282 add_to_free_list = 1;
1324 if (add_to_free_list) {

Completed in 165 milliseconds