Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsched.h43 struct capture_control;
1061 struct capture_control *capture_control; member
/Linux-v5.10/mm/
Dinternal.h251 struct capture_control { struct
Dcompaction.c2194 compact_zone(struct compact_control *cc, struct capture_control *capc) in compact_zone()
2425 struct capture_control capc = { in compact_zone_order()
2436 WRITE_ONCE(current->capture_control, &capc); in compact_zone_order()
2448 WRITE_ONCE(current->capture_control, NULL); in compact_zone_order()
Dpage_alloc.c836 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
838 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()
990 struct capture_control *capc = task_capc(zone); in __free_one_page()
/Linux-v5.10/kernel/sched/
Dcore.c3101 p->capture_control = NULL; in __sched_fork()