Lines Matching refs:duration
4 static void test_global_data_number(struct bpf_object *obj, __u32 duration) in test_global_data_number() argument
39 static void test_global_data_string(struct bpf_object *obj, __u32 duration) in test_global_data_string() argument
74 static void test_global_data_struct(struct bpf_object *obj, __u32 duration) in test_global_data_struct() argument
102 static void test_global_data_rdonly(struct bpf_object *obj, __u32 duration) in test_global_data_rdonly() argument
127 __u32 duration = 0, retval; in test_global_data() local
136 NULL, NULL, &retval, &duration); in test_global_data()
139 err, errno, retval, duration); in test_global_data()
141 test_global_data_number(obj, duration); in test_global_data()
142 test_global_data_string(obj, duration); in test_global_data()
143 test_global_data_struct(obj, duration); in test_global_data()
144 test_global_data_rdonly(obj, duration); in test_global_data()