Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dsched.h46 struct capture_control;
1176 struct capture_control *capture_control; member
/Linux-v5.15/mm/
Dcompaction.c2269 compact_zone(struct compact_control *cc, struct capture_control *capc) in compact_zone()
2500 struct capture_control capc = { in compact_zone_order()
2511 WRITE_ONCE(current->capture_control, &capc); in compact_zone_order()
2523 WRITE_ONCE(current->capture_control, NULL); in compact_zone_order()
Dinternal.h270 struct capture_control { struct
Dpage_alloc.c913 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
915 struct capture_control *capc = current->capture_control; in task_capc()
924 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
949 static inline struct capture_control *task_capc(struct zone *zone) in task_capc()
955 compaction_capture(struct capture_control *capc, struct page *page, in compaction_capture()
1063 struct capture_control *capc = task_capc(zone); in __free_one_page()
/Linux-v5.15/kernel/sched/
Dcore.c4218 p->capture_control = NULL; in __sched_fork()