Home
last modified time | relevance | path

Searched refs:capture_control (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dsched.h60 struct capture_control;
1290 struct capture_control *capture_control; member
/linux/mm/
H A Dcompaction.c2511 compact_zone(struct compact_control *cc, struct capture_control *capc) in compaction_suit_allocation_order()
2769 struct capture_control capc = { in compact_zone()
2780 WRITE_ONCE(current->capture_control, &capc); in compact_zone()
2789 WRITE_ONCE(current->capture_control, NULL); in compact_zone_order()
H A Dpage_alloc.c733 static inline struct capture_control *task_capc(struct zone *zone)
735 struct capture_control *capc = current->capture_control; in del_page_from_free_list()
744 compaction_capture(struct capture_control *capc, struct page *page, in get_page_from_free_area()
775 static inline struct capture_control *task_capc(struct zone *zone)
781 compaction_capture(struct capture_control *capc, struct page *page,
946 struct capture_control *capc = task_capc(zone); in is_check_pages_enabled()
H A Dinternal.h914 struct capture_control { struct
/linux/kernel/sched/
H A Dcore.c4517 p->capture_control = NULL; in __sched_fork()