Home
last modified time | relevance | path

Searched refs:dst_csets (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/cgroup/
H A Dcgroup-internal.h112 struct list_head dst_csets; member
125 * the csets on ->dst_csets. ->csets point to either ->src_csets
126 * or ->dst_csets depending on whether migration is committed.
155 .dst_csets = LIST_HEAD_INIT(tset.dst_csets), \
H A Dcgroup.c2537 &mgctx->tset.dst_csets); in cgroup_migrate_add_task()
2661 * Migration is committed, all target tasks are now on dst_csets. in cgroup_migrate_execute()
2665 tset->csets = &tset->dst_csets; in cgroup_migrate_execute()
2692 list_splice_init(&tset->dst_csets, &tset->src_csets); in cgroup_migrate_execute()