Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dpeek_dsq.bpf.c30 int test_dsq_id = 1234; /* Use a simple ID like create_dsq example */ variable
122 peek_result = __COMPAT_scx_bpf_dsq_peek(test_dsq_id); in BPF_STRUCT_OPS()
127 scx_bpf_dsq_insert(p, test_dsq_id, 0, enq_flags); in BPF_STRUCT_OPS()
153 peek_result = __COMPAT_scx_bpf_dsq_peek(test_dsq_id); in BPF_STRUCT_OPS()
159 scx_bpf_dsq_move_to_local(test_dsq_id, 0); in BPF_STRUCT_OPS()
193 err = scx_bpf_create_dsq(test_dsq_id, -1); in BPF_STRUCT_OPS_SLEEPABLE()
195 scx_bpf_error("Failed to create DSQ %d: %d", test_dsq_id, err); in BPF_STRUCT_OPS_SLEEPABLE()
231 scx_bpf_destroy_dsq(test_dsq_id); in BPF_STRUCT_OPS()