Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c544 struct bpf_object *tobj; in run_subtest() local
564 tobj = bpf_object__open_mem(obj_bytes, obj_byte_cnt, open_opts); in run_subtest()
565 if (!ASSERT_OK_PTR(tobj, "obj_open_mem")) /* shouldn't happen */ in run_subtest()
569 bpf_object__for_each_program(tprog_iter, tobj) { in run_subtest()
587 prepare_case(tester, spec, tobj, tprog); in run_subtest()
594 bpf_object__for_each_map(map, tobj) in run_subtest()
597 err = bpf_object__load(tobj); in run_subtest()
611 validate_case(tester, subspec, tobj, tprog, err); in run_subtest()
621 err = tester->pre_execution_cb(tobj); in run_subtest()
636 bpf_object__close(tobj); in run_subtest()
H A Dveristat.c1023 struct bpf_object *obj = NULL, *tobj; in process_obj() local
1076 tobj = bpf_object__open_file(filename, &opts); in process_obj()
1077 if (!tobj) { in process_obj()
1084 bpf_object__for_each_program(tprog, tobj) { in process_obj()
1095 process_prog(filename, tobj, lprog); in process_obj()
1096 bpf_object__close(tobj); in process_obj()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/
H A D0001-mark-count-with-unused-attribute.patch21 struct timeout_obj *tobj;
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_drv.h96 #define to_qxl_bo(tobj) container_of((tobj), struct qxl_bo, tbo) argument