Searched refs:value_type (Results 1 – 6 of 6) sorted by relevance
14 __type(value, struct value_type);22 struct value_type *v; in uptr_write()39 struct value_type *v; in uptr_write_nested()56 struct value_type *v; in uptr_no_null_check()74 struct value_type *v; in uptr_kptr_xchg()91 struct value_type *v; in uptr_obj_new()
10 typedef struct my_value { long x; } value_type; typedef15 __type(value, value_type);44 value_type val_struct = { .x = 2000 }; in BPF_PROG()59 value_type *value_struct; in BPF_PROG()
16 __type(value, struct value_type);26 struct value_type *ptr; in on_enter()
36 static int value_type(int id) in value_type() function85 attr_type = value_type(id); in verify_energy_info()
32 struct value_type { struct
259 struct value_type value = {}; in test_uptr_basic()378 struct value_type value = {}; in test_uptr_across_pages()
Completed in 9 milliseconds