Searched refs:src_obj (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlinker.c49 struct src_obj { struct
162 struct src_obj *obj);
163 static int linker_sanity_check_elf(struct src_obj *obj);
164 static int linker_sanity_check_elf_symtab(struct src_obj *obj, struct src_sec *sec);
165 static int linker_sanity_check_elf_relos(struct src_obj *obj, struct src_sec *sec);
166 static int linker_sanity_check_btf(struct src_obj *obj);
167 static int linker_sanity_check_btf_ext(struct src_obj *obj);
168 static int linker_fixup_btf(struct src_obj *obj);
169 static int linker_append_sec_data(struct bpf_linker *linker, struct src_obj *obj);
170 static int linker_append_elf_syms(struct bpf_linker *linker, struct src_obj *ob
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1158 struct drm_i915_gem_object *src_obj,
1176 ret = i915_gem_object_prepare_read(src_obj, &src_needs_clflush);
1184 src = i915_gem_object_pin_map(src_obj, I915_MAP_WC);
1189 i915_gem_object_unpin_map(src_obj);
1214 src = kmap_local_page(i915_gem_object_get_page(src_obj, n));
1226 i915_gem_object_finish_access(src_obj);
1157 copy_batch(struct drm_i915_gem_object *dst_obj, struct drm_i915_gem_object *src_obj, unsigned long offset, unsigned long length, bool *needs_clflush_after) argument

Completed in 130 milliseconds