Home
last modified time | relevance | path

Searched refs:tobj (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c1321 struct bpf_object *tobj;
1366 tobj = bpf_object__open_mem(obj_bytes, obj_byte_cnt, open_opts);
1367 if (!ASSERT_OK_PTR(tobj, "obj_open_mem")) /* shouldn't happen */
1372 err = fixup_btf_from_path(tobj, spec->btf_custom_func_path);
1381 bpf_object__for_each_program(tprog_iter, tobj) {
1399 prepare_case(tester, spec, tobj, tprog);
1406 bpf_object__for_each_map(map, tobj)
1409 err = bpf_object__load(tobj);
1460 bpf_object__for_each_map(map, tobj) {
1478 err = tester->pre_execution_cb(tobj);
950 struct bpf_object *tobj; run_subtest() local
[all...]
/linux/drivers/gpu/drm/qxl/
H A Dqxl_drv.h95 #define to_qxl_bo(tobj) container_of((tobj), struct qxl_bo, tbo) argument