Searched refs:tobj (Results 1 – 2 of 2) sorted by relevance
568 struct bpf_object *obj = NULL, *tobj; in process_obj() local621 tobj = bpf_object__open_file(filename, &opts); in process_obj()622 if (!tobj) { in process_obj()628 bpf_object__for_each_program(tprog, tobj) { in process_obj()639 process_prog(filename, tobj, lprog); in process_obj()640 bpf_object__close(tobj); in process_obj()
98 #define to_qxl_bo(tobj) container_of((tobj), struct qxl_bo, tbo) argument