Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_global_ptr_args.c105 struct task_struct___local {} __attribute__((preserve_access_index)); struct
108 struct task_struct___local *task __arg_trusted __arg_nullable) in subprog_nullable_task_flavor()
124 struct task_struct___local *t = (void *)bpf_get_current_task_btf(); in flavor_ptr_nullable()
129 __weak int subprog_nonnull_task_flavor(struct task_struct___local *task __arg_trusted) in subprog_nonnull_task_flavor()
H A Dtest_core_reloc_kernel.c38 struct task_struct___local { struct
111 out->local_task_struct_matches = bpf_core_type_matches(struct task_struct___local); in test_core_kernel()