Lines Matching defs:it__iter
8527 * @it__iter: DSQ iterator in progress
8530 * Override the slice of the next task that will be moved from @it__iter using
8534 __bpf_kfunc void scx_bpf_dsq_move_set_slice(struct bpf_iter_scx_dsq *it__iter,
8537 struct bpf_iter_scx_dsq_kern *kit = (void *)it__iter;
8545 * @it__iter: DSQ iterator in progress
8548 * Override the vtime of the next task that will be moved from @it__iter using
8553 __bpf_kfunc void scx_bpf_dsq_move_set_vtime(struct bpf_iter_scx_dsq *it__iter,
8556 struct bpf_iter_scx_dsq_kern *kit = (void *)it__iter;
8564 * @it__iter: DSQ iterator in progress
8569 * Transfer @p which is on the DSQ currently iterated by @it__iter to the DSQ
8587 __bpf_kfunc bool scx_bpf_dsq_move(struct bpf_iter_scx_dsq *it__iter,
8591 return scx_dsq_move((struct bpf_iter_scx_dsq_kern *)it__iter,
8597 * @it__iter: DSQ iterator in progress
8602 * Transfer @p which is on the DSQ currently iterated by @it__iter to the
8612 __bpf_kfunc bool scx_bpf_dsq_move_vtime(struct bpf_iter_scx_dsq *it__iter,
8616 return scx_dsq_move((struct bpf_iter_scx_dsq_kern *)it__iter,