Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsched.h48 struct capture_control;
1196 struct capture_control *capture_control; member
/linux-6.6.21/mm/
Dcompaction.c2381 compact_zone(struct compact_control *cc, struct capture_control *capc) in compact_zone()
2638 struct capture_control capc = { in compact_zone_order()
2649 WRITE_ONCE(current->capture_control, &capc); in compact_zone_order()
2658 WRITE_ONCE(current->capture_control, NULL); in compact_zone_order()
Dpage_alloc.c612 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
614 struct capture_control *capc = current->capture_control; in task_capc()
623 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
648 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
654 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
768 struct capture_control *capc = task_capc(zone); in __free_one_page()
Dinternal.h518 struct capture_control { struct
/linux-6.6.21/kernel/sched/
Dcore.c4536 p->capture_control = NULL; in __sched_fork()