Searched refs:capture_control (Results 1 – 3 of 3) sorted by relevance
2072 compact_zone(struct compact_control *cc, struct capture_control *capc) in compact_zone()2308 struct capture_control capc = { in compact_zone_order()2314 current->capture_control = &capc; in compact_zone_order()2322 current->capture_control = NULL; in compact_zone_order()
212 struct capture_control { struct
835 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()837 struct capture_control *capc = current->capture_control; in task_capc()847 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()872 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()878 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()918 struct capture_control *capc = task_capc(zone); in __free_one_page()