Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dsched.h48 struct capture_control;
1198 struct capture_control *capture_control; member
/Linux-v6.1/mm/
Dcompaction.c2297 compact_zone(struct compact_control *cc, struct capture_control *capc) in compact_zone()
2526 struct capture_control capc = { in compact_zone_order()
2537 WRITE_ONCE(current->capture_control, &capc); in compact_zone_order()
2549 WRITE_ONCE(current->capture_control, NULL); in compact_zone_order()
Dinternal.h433 struct capture_control { struct
Dpage_alloc.c967 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
969 struct capture_control *capc = current->capture_control; in task_capc()
978 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
1003 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
1009 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
1116 struct capture_control *capc = task_capc(zone); in __free_one_page()
/Linux-v6.1/kernel/sched/
Dcore.c4378 p->capture_control = NULL; in __sched_fork()