Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h56 struct capture_control;
1211 struct capture_control *capture_control; member
/linux/mm/
H A Dcompaction.c2530 compact_zone(struct compact_control *cc, struct capture_control *capc) in compact_zone()
2786 struct capture_control capc = { in compact_zone_order()
2797 WRITE_ONCE(current->capture_control, &capc); in compact_zone_order()
2806 WRITE_ONCE(current->capture_control, NULL); in compact_zone_order()
H A Dpage_alloc.c575 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
577 struct capture_control *capc = current->capture_control; in task_capc()
586 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
613 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
619 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
762 struct capture_control *capc = task_capc(zone); in __free_one_page()
H A Dinternal.h720 struct capture_control { struct
/linux/kernel/sched/
H A Dcore.c4561 p->capture_control = NULL; in __sched_fork()