Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c179 #define TASK_CTX_STRIDE \ macro
1810 nr_pages = (max_tasks * TASK_CTX_STRIDE + PAGE_SIZE - 1) / PAGE_SIZE; in BPF_STRUCT_OPS_SLEEPABLE()
1822 task_ctx_t *cur = (task_ctx_t *)(slab + i * TASK_CTX_STRIDE); in BPF_STRUCT_OPS_SLEEPABLE()
1824 (task_ctx_t *)(slab + (i + 1) * TASK_CTX_STRIDE) : NULL; in BPF_STRUCT_OPS_SLEEPABLE()