Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.h98 struct qmap_cmask prev_granted; /* last grant, for delta calculation */ member
H A Dscx_qmap.bpf.c1580 cmask_copy(&qa.sub_sched_ctxs[i].prev_granted.mask, in apply_partition()
1611 cmask_copy(&qa.to_revoke_cids.mask, &ssc->prev_granted.mask); in apply_partition()
1614 cmask_andnot(&qa.to_grant_cids.mask, &ssc->prev_granted.mask); in apply_partition()
1848 cmask_init(&qa.sub_sched_ctxs[i].prev_granted.mask, 0, nr_cids); in BPF_STRUCT_OPS_SLEEPABLE()