Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_pair.bpf.c362 struct bpf_map *cgq_map; in try_dispatch() local
507 cgq_map = bpf_map_lookup_elem(&cgrp_q_arr, &q_idx); in try_dispatch()
508 if (!cgq_map) { in try_dispatch()
514 if (bpf_map_pop_elem(cgq_map, &pid)) { in try_dispatch()