Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h63 struct capture_control;
1296 struct capture_control *capture_control; member
/linux/mm/
H A Dcompaction.c2511 compact_zone(struct compact_control *cc, struct capture_control *capc) in compact_zone()
2769 struct capture_control capc = { in compact_zone_order()
2780 WRITE_ONCE(current->capture_control, &capc); in compact_zone_order()
2789 WRITE_ONCE(current->capture_control, NULL); in compact_zone_order()
H A Dpage_alloc.c732 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
734 struct capture_control *capc = current->capture_control; in task_capc()
743 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
774 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
780 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
945 struct capture_control *capc = task_capc(zone); in __free_one_page()
H A Dinternal.h919 struct capture_control { struct
/linux/kernel/sched/
H A Dcore.c4485 p->capture_control = NULL; in __sched_fork()