Searched refs:capc (Results 1 – 1 of 1) sorted by relevance
717 struct capture_control *capc = current->capture_control; in task_capc() local719 return unlikely(capc) && in task_capc()721 !capc->page && in task_capc()722 capc->cc->zone == zone ? capc : NULL; in task_capc()726 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture() argument729 if (!capc || order != capc->cc->order) in compaction_capture()745 capc->cc->migratetype != MIGRATE_MOVABLE) in compaction_capture()748 if (migratetype != capc->cc->migratetype) in compaction_capture()749 trace_mm_page_alloc_extfrag(page, capc->cc->order, order, in compaction_capture()750 capc->cc->migratetype, migratetype); in compaction_capture()[all …]