Searched refs:tobj (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_loader.c | 161 struct bpf_object *obj = NULL, *tobj; in run_subtest() local 187 tobj = bpf_object__open_mem(obj_bytes, obj_byte_cnt, &open_opts); in run_subtest() 188 if (!ASSERT_OK_PTR(tobj, "obj_open_mem")) /* shouldn't happen */ in run_subtest() 191 bpf_object__for_each_program(tprog, tobj) in run_subtest() 194 bpf_object__for_each_program(tprog, tobj) { in run_subtest() 202 prepare_case(tester, &spec, tobj, tprog); in run_subtest() 204 err = bpf_object__load(tobj); in run_subtest() 218 validate_case(tester, &spec, tobj, tprog, err); in run_subtest() 221 bpf_object__close(tobj); in run_subtest()
|
A D | veristat.c | 856 struct bpf_object *obj = NULL, *tobj; in process_obj() local 909 tobj = bpf_object__open_file(filename, &opts); in process_obj() 910 if (!tobj) { in process_obj() 916 bpf_object__for_each_program(tprog, tobj) { in process_obj() 927 process_prog(filename, tobj, lprog); in process_obj() 928 bpf_object__close(tobj); in process_obj()
|
/linux-6.3-rc2/drivers/gpu/drm/qxl/ |
A D | qxl_drv.h | 96 #define to_qxl_bo(tobj) container_of((tobj), struct qxl_bo, tbo) argument
|
Completed in 8 milliseconds