Searched refs:tobj (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 1316 struct bpf_object *tobj; 1361 tobj = bpf_object__open_mem(obj_bytes, obj_byte_cnt, open_opts); 1362 if (!ASSERT_OK_PTR(tobj, "obj_open_mem")) /* shouldn't happen */ 1367 err = fixup_btf_from_path(tobj, spec->btf_custom_func_path); 1376 bpf_object__for_each_program(tprog_iter, tobj) { 1394 prepare_case(tester, spec, tobj, tprog); 1401 bpf_object__for_each_map(map, tobj) 1404 err = bpf_object__load(tobj); 1455 bpf_object__for_each_map(map, tobj) { 1473 err = tester->pre_execution_cb(tobj); 950 struct bpf_object *tobj; run_subtest() local [all...] |
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_drv.h | 95 #define to_qxl_bo(tobj) container_of((tobj), struct qxl_bo, tbo) argument
|