Home
last modified time | relevance | path

Searched defs:obj (Results 151 – 175 of 815) sorted by relevance

12345678910>>...33

/linux-6.8/drivers/accel/qaic/
Dqaic_data.c580 const struct drm_gem_object *obj) in qaic_gem_print_info()
592 static int qaic_gem_object_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma) in qaic_gem_object_mmap()
616 static void qaic_free_object(struct drm_gem_object *obj) in qaic_free_object()
670 struct drm_gem_object *obj; in qaic_create_bo_ioctl() local
738 struct drm_gem_object *obj; in qaic_mmap_bo_ioctl() local
779 struct drm_gem_object *obj; in qaic_gem_prime_import() local
827 struct drm_gem_object *obj = &bo->base; in qaic_prepare_import_bo() local
938 struct drm_gem_object *obj; in qaic_attach_slice_bo_ioctl() local
1172 struct drm_gem_object *obj; in send_bo_list_to_device() local
1270 struct drm_gem_object *obj; in update_profiling_data() local
[all …]
/linux-6.8/drivers/infiniband/hw/cxgb4/
Did_table.c47 u32 obj; in c4iw_id_alloc() local
71 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) in c4iw_id_free()
/linux-6.8/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_misc.c61 union acpi_object *obj; in hns_dsaf_acpi_ledctrl_by_port() local
91 union acpi_object *obj; in hns_dsaf_acpi_locate_ledctrl_by_port() local
253 union acpi_object *obj; in hns_dsaf_acpi_srst_by_port() local
547 union acpi_object *obj; in hns_mac_get_phy_if_acpi() local
594 union acpi_object *obj; in hns_mac_get_sfp_prsnt_acpi() local
687 union acpi_object *obj; in hns_mac_config_sds_loopback_acpi() local
/linux-6.8/fs/adfs/
Ddir_fplus.c172 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_getnext()
212 struct object_info obj; in adfs_fplus_iterate() local
230 static int adfs_fplus_update(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_update()
Ddir.c200 void adfs_object_fixup(struct adfs_dir *dir, struct object_info *obj) in adfs_object_fixup()
275 adfs_dir_update(struct super_block *sb, struct object_info *obj, int wait) in adfs_dir_update()
348 struct object_info *obj) in adfs_dir_lookup_byname()
433 struct object_info obj; in adfs_lookup() local
/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c90 struct cg_storage_multi_egress_only *obj; in test_egress_only() local
160 struct cg_storage_multi_isolated *obj; in test_isolated() local
273 struct cg_storage_multi_shared *obj; in test_shared() local
Dglobal_func_args.c7 static void test_global_func_args0(struct bpf_object *obj) in test_global_func_args0()
43 struct bpf_object *obj; in test_global_func_args() local
Dmetadata.c68 struct metadata_unused *obj; in test_metadata_unused() local
102 struct metadata_used *obj; in test_metadata_used() local
/linux-6.8/drivers/gpu/drm/i915/display/
Dintel_fbdev_fb.c21 struct drm_i915_gem_object *obj; in intel_fbdev_fb_alloc() local
70 struct drm_i915_gem_object *obj, struct i915_vma *vma) in intel_fbdev_fb_fill_info()
/linux-6.8/drivers/platform/x86/intel/int3472/
Dcommon.c13 union acpi_object *obj; in skl_int3472_get_acpi_buffer() local
35 union acpi_object *obj; in skl_int3472_fill_cldb() local
/linux-6.8/drivers/accel/ivpu/
Divpu_gem.c204 static int ivpu_bo_open(struct drm_gem_object *obj, struct drm_file *file) in ivpu_bo_open()
227 static void ivpu_bo_free(struct drm_gem_object *obj) in ivpu_bo_free()
353 struct drm_gem_object *obj; in ivpu_bo_info_ioctl() local
377 struct drm_gem_object *obj; in ivpu_bo_wait_ioctl() local
/linux-6.8/net/netfilter/
Dnft_connlimit.c122 static inline void nft_connlimit_obj_eval(struct nft_object *obj, in nft_connlimit_obj_eval()
133 struct nft_object *obj) in nft_connlimit_obj_init()
141 struct nft_object *obj) in nft_connlimit_obj_destroy()
149 struct nft_object *obj, bool reset) in nft_connlimit_obj_dump()
Dnft_counter.c50 static inline void nft_counter_obj_eval(struct nft_object *obj, in nft_counter_obj_eval()
86 struct nft_object *obj) in nft_counter_obj_init()
99 struct nft_object *obj) in nft_counter_obj_destroy()
166 struct nft_object *obj, bool reset) in nft_counter_obj_dump()
/linux-6.8/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_object.c16 struct drm_i915_gem_object *obj; in igt_gem_object() local
38 struct drm_i915_gem_object *obj; in igt_gem_huge() local
/linux-6.8/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_doorbell.c87 u32 obj; in pvrdma_uar_alloc() local
119 u32 obj; in pvrdma_uar_free() local
/linux-6.8/include/drm/
Ddrm_syncobj.h80 drm_syncobj_get(struct drm_syncobj *obj) in drm_syncobj_get()
90 drm_syncobj_put(struct drm_syncobj *obj) in drm_syncobj_put()
/linux-6.8/drivers/infiniband/core/
Duverbs_std_types_wq.c30 struct ib_uwq_object *obj = container_of( in UVERBS_HANDLER() local
164 struct ib_uwq_object *obj = in UVERBS_HANDLER() local
Duverbs_std_types_cq.c64 struct ib_ucq_object *obj = container_of( in UVERBS_HANDLER() local
190 struct ib_ucq_object *obj = in UVERBS_HANDLER() local
/linux-6.8/drivers/gpu/drm/armada/
Darmada_fb.c21 const struct drm_mode_fb_cmd2 *mode, struct armada_gem_object *obj) in armada_framebuffer_create()
90 struct armada_gem_object *obj; in armada_fb_create() local
/linux-6.8/drivers/infiniband/hw/hns/
Dhns_roce_hem.c203 struct hns_roce_hem_table *table, unsigned long *obj, in hns_roce_calc_hem_mhop()
336 struct hns_roce_hem_table *table, unsigned long obj, in calc_hem_config()
486 struct hns_roce_hem_table *table, unsigned long obj, in set_mhop_hem()
525 unsigned long obj) in hns_roce_table_mhop_get()
570 struct hns_roce_hem_table *table, unsigned long obj) in hns_roce_table_get()
614 struct hns_roce_hem_table *table, unsigned long obj, in clear_mhop_hem()
669 unsigned long obj, in hns_roce_table_mhop_put()
696 struct hns_roce_hem_table *table, unsigned long obj) in hns_roce_table_put()
726 unsigned long obj, dma_addr_t *dma_handle) in hns_roce_table_find()
901 u64 obj; in hns_roce_cleanup_mhop_hem_table() local
[all …]
/linux-6.8/tools/bpf/bpftool/
Dgen.c124 static int codegen_datasec_def(struct bpf_object *obj, in codegen_datasec_def()
245 static int codegen_datasecs(struct bpf_object *obj, const char *obj_name) in codegen_datasecs()
294 static int codegen_subskel_datasecs(struct bpf_object *obj, const char *obj_name) in codegen_subskel_datasecs()
467 static void codegen_asserts(struct bpf_object *obj, const char *obj_name) in codegen_asserts()
532 static void codegen_attach_detach(struct bpf_object *obj, const char *obj_name) in codegen_attach_detach()
614 static void codegen_destroy(struct bpf_object *obj, const char *obj_name) in codegen_destroy()
658 static int gen_trace(struct bpf_object *obj, const char *obj_name, const char *header_guard) in gen_trace()
821 codegen_maps_skeleton(struct bpf_object *obj, size_t map_cnt, bool mmaped) in codegen_maps_skeleton()
866 codegen_progs_skeleton(struct bpf_object *obj, size_t prog_cnt, bool populate_links) in codegen_progs_skeleton()
915 struct bpf_object *obj = NULL; in do_skeleton() local
[all …]
/linux-6.8/lib/
Dobjagg.c31 unsigned long obj[]; member
35 objagg_hints_lookup(struct objagg_hints *objagg_hints, void *obj) in objagg_hints_lookup()
69 unsigned long obj[]; member
158 static struct objagg_obj *objagg_obj_lookup(struct objagg *objagg, void *obj) in objagg_obj_lookup()
364 static struct objagg_obj *objagg_obj_create(struct objagg *objagg, void *obj) in objagg_obj_create()
397 static struct objagg_obj *__objagg_obj_get(struct objagg *objagg, void *obj) in __objagg_obj_get()
437 struct objagg_obj *objagg_obj_get(struct objagg *objagg, void *obj) in objagg_obj_get()
907 const void *obj) in objagg_hints_obj_cmp()
/linux-6.8/drivers/gpu/drm/i915/gem/
Di915_gem_stolen.c643 static int i915_gem_object_get_pages_stolen(struct drm_i915_gem_object *obj) in i915_gem_object_get_pages_stolen()
663 static void i915_gem_object_put_pages_stolen(struct drm_i915_gem_object *obj, in i915_gem_object_put_pages_stolen()
679 i915_gem_object_release_stolen(struct drm_i915_gem_object *obj) in i915_gem_object_release_stolen()
699 struct drm_i915_gem_object *obj, in __i915_gem_object_create_stolen()
735 struct drm_i915_gem_object *obj, in _i915_gem_object_stolen_init()
994 bool i915_gem_object_is_stolen(const struct drm_i915_gem_object *obj) in i915_gem_object_is_stolen()
/linux-6.8/drivers/gpu/drm/i915/
Di915_debugfs.c85 static char get_tiling_flag(struct drm_i915_gem_object *obj) in get_tiling_flag()
95 static char get_global_flag(struct drm_i915_gem_object *obj) in get_global_flag()
100 static char get_pin_mapped_flag(struct drm_i915_gem_object *obj) in get_pin_mapped_flag()
146 static const char *i915_cache_level_str(struct drm_i915_gem_object *obj) in i915_cache_level_str()
192 i915_debugfs_describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) in i915_debugfs_describe_obj()
/linux-6.8/drivers/gpu/drm/imagination/
Dpvr_gem.c25 static void pvr_gem_object_free(struct drm_gem_object *obj) in pvr_gem_object_free()
200 struct drm_gem_object *obj = gem_from_pvr_gem(pvr_obj); in pvr_gem_object_vmap() local
243 struct drm_gem_object *obj = gem_from_pvr_gem(pvr_obj); in pvr_gem_object_vunmap() local

12345678910>>...33