Searched full:nullable (Results 1 – 9 of 9) sorted by relevance
80 struct task_struct *nullable; in trusted_task_arg_nonnull_fail2() local83 nullable = bpf_task_acquire(t); in trusted_task_arg_nonnull_fail2()86 res = subprog_trusted_task_nonnull(nullable); in trusted_task_arg_nonnull_fail2()88 if (nullable) in trusted_task_arg_nonnull_fail2()89 bpf_task_release(nullable); in trusted_task_arg_nonnull_fail2()
14 /* Check that 'state' nullable status is detected correctly. in BPF_PROG()
8 /* Test that the verifier accepts a program that access a nullable pointer22 /* Test that the verifier rejects a program that access a nullable pointer
150 /* dummy_st_ops.test_sleepable() parameter is not marked as nullable,
37 /* Used to test nullable arguments. */
94 * - zero should not be passed for pointer parameters not marked as nullable.
151 /* Prepare argument info for every nullable argument of a member of a225 /* Prepare info for every nullable argument */ in prepare_arg_info()
7747 } else if (strcmp(tag, "nullable") == 0) { in btf_prepare_func_args()
208 #define __arg_nullable __attribute((btf_decl_tag("arg:nullable")))