Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dsched.h58 struct capture_control;
1246 struct capture_control *capture_control; member
/linux-6.12.1/mm/
Dcompaction.c2507 compact_zone(struct compact_control *cc, struct capture_control *capc) in compact_zone()
2763 struct capture_control capc = { in compact_zone_order()
2774 WRITE_ONCE(current->capture_control, &capc); in compact_zone_order()
2783 WRITE_ONCE(current->capture_control, NULL); in compact_zone_order()
Dpage_alloc.c584 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
586 struct capture_control *capc = current->capture_control; in task_capc()
595 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
622 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
628 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
776 struct capture_control *capc = task_capc(zone); in __free_one_page()
Dinternal.h814 struct capture_control { struct
/linux-6.12.1/kernel/sched/
Dcore.c4471 p->capture_control = NULL; in __sched_fork()