Searched refs:peek_result (Results 1 – 2 of 2) sorted by relevance
110 struct task_struct *peek_result; in BPF_STRUCT_OPS() local122 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() local153 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()
1305 __always_unused int peek_result; in test_ptrace_of_child() local1355 peek_result = read_ptr(ptr); in test_ptrace_of_child()1365 peek_result = read_ptr(plain_ptr); in test_ptrace_of_child()