Searched refs:cgrps (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/util/bpf_skel/ |
| H A D | bperf_cgroup.bpf.c | 78 static inline int get_cgroup_v1_idx(__u32 *cgrps, int size) in get_cgroup_v1_idx() argument 110 cgrps[cnt++] = *elem; in get_cgroup_v1_idx() 118 static inline int get_cgroup_v2_idx(__u32 *cgrps, int size) in get_cgroup_v2_idx() argument 135 cgrps[cnt++] = *elem; in get_cgroup_v2_idx()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| H A D | runl.h | 84 struct list_head cgrps; member 128 #define nvkm_runl_foreach_cgrp(cgrp,runl) list_for_each_entry((cgrp), &(runl)->cgrps, head) 130 list_for_each_entry_safe((cgrp), (gtmp), &(runl)->cgrps, head)
|
| H A D | runl.c | 409 INIT_LIST_HEAD(&runl->cgrps); in nvkm_runl_new()
|
| H A D | chan.c | 210 list_add_tail(&cgrp->head, &cgrp->runl->cgrps); in nvkm_chan_insert()
|
| /linux/tools/perf/util/ |
| H A D | lock-contention.h | 17 u64 *cgrps; member
|
| H A D | bpf_lock_contention.c | 379 bpf_map_update_elem(fd, &con->filters->cgrps[i], &val, BPF_ANY); in lock_contention_prepare()
|
| /linux/tools/perf/ |
| H A D | builtin-lock.c | 1546 zfree(&filters.cgrps); in lock_filter_finish() 2485 tmp = realloc(filters.cgrps, (filters.nr_cgrps + 1) * sizeof(*filters.cgrps)); in add_lock_cgroup() 2492 filters.cgrps = tmp; in add_lock_cgroup()
|