Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dpeek_dsq.bpf.c110 struct task_struct *peek_result; in BPF_STRUCT_OPS() local
122 peek_result = __COMPAT_scx_bpf_dsq_peek(test_dsq_id); in BPF_STRUCT_OPS()
123 dsq_peek_result1 = (long)peek_result; /* Should be 0 (NULL) */ in BPF_STRUCT_OPS()
148 struct task_struct *peek_result; in BPF_STRUCT_OPS() local
153 peek_result = __COMPAT_scx_bpf_dsq_peek(test_dsq_id); in BPF_STRUCT_OPS()
155 dsq_peek_result2 = (long)peek_result; in BPF_STRUCT_OPS()
156 dsq_peek_result2_pid = peek_result ? peek_result->pid : -1; in BPF_STRUCT_OPS()
/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c1305 __always_unused int peek_result; in test_ptrace_of_child() local
1355 peek_result = read_ptr(ptr); in test_ptrace_of_child()
1365 peek_result = read_ptr(plain_ptr); in test_ptrace_of_child()