Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_sdt.h86 struct scx_allocator { struct
109 int scx_alloc_init(struct scx_allocator *alloc, __u64 data_size); argument
110 u64 scx_alloc_internal(struct scx_allocator *alloc);
111 int scx_alloc_free_idx(struct scx_allocator *alloc, __u64 idx);
H A Dscx_sdt.bpf.c177 scx_alloc_init(struct scx_allocator *alloc, __u64 data_size) in scx_alloc_init()
264 int scx_alloc_free_idx(struct scx_allocator *alloc, __u64 idx) in scx_alloc_free_idx()
466 void __arena *scx_alloc(struct scx_allocator *alloc) in scx_alloc()
530 static struct scx_allocator scx_task_allocator;