Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsched.h59 struct capture_control;
1289 struct capture_control *capture_control; member
/linux-6.15/mm/
H A Dcompaction.c2553 compact_zone(struct compact_control *cc, struct capture_control *capc) in compact_zone()
2811 struct capture_control capc = { in compact_zone_order()
2822 WRITE_ONCE(current->capture_control, &capc); in compact_zone_order()
2831 WRITE_ONCE(current->capture_control, NULL); in compact_zone_order()
H A Dpage_alloc.c589 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
591 struct capture_control *capc = current->capture_control; in task_capc()
600 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
631 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
637 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
802 struct capture_control *capc = task_capc(zone); in __free_one_page()
H A Dinternal.h879 struct capture_control { struct
/linux-6.15/kernel/sched/
H A Dcore.c4519 p->capture_control = NULL; in __sched_fork()