Searched refs:TASK_CTX_STRIDE (Results 1 – 1 of 1) sorted by relevance
179 #define TASK_CTX_STRIDE \ macro1810 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()