Home
last modified time | relevance | path

Searched defs:obj (Results 251 – 275 of 845) sorted by relevance

1...<<11121314151617181920>>...34

/linux-6.15/drivers/hwmon/
Dasus_wmi_sensors.c194 union acpi_object *obj; in asus_wmi_get_version() local
225 union acpi_object *obj; in asus_wmi_get_item_count() local
274 union acpi_object *obj; in asus_wmi_sensor_info() local
355 union acpi_object *obj; in asus_wmi_get_sensor_value() local
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_offload.c93 static void mlx5e_ipsec_packet_setup(void *obj, u32 pdn, in mlx5e_ipsec_packet_setup()
153 void *obj, *salt_p, *salt_iv_p; in mlx5_create_ipsec_obj() local
253 void *obj; in mlx5_modify_ipsec_obj() local
/linux-6.15/net/sunrpc/
Dauth_tls.c20 const void *obj) in tls_encode_probe()
25 void *obj) in tls_decode_probe()
/linux-6.15/drivers/platform/chrome/
Dchromeos_acpi.c70 static int chromeos_acpi_handle_package(struct device *dev, union acpi_object *obj, in chromeos_acpi_handle_package()
175 union acpi_object *obj; in get_gpio_pkg_num() local
/linux-6.15/lib/
Drhashtable.c497 const void *key, struct rhash_head *obj) in rhashtable_lookup_one()
547 struct bucket_table *tbl, unsigned int hash, struct rhash_head *obj, in rhashtable_insert_one()
591 struct rhash_head *obj) in rhashtable_try_insert()
642 struct rhash_head *obj) in rhashtable_insert_slow()
1110 static void rhashtable_free_one(struct rhashtable *ht, struct rhash_head *obj, in rhashtable_free_one()
Dtest_objagg.c90 static bool delta_check(void *priv, const void *parent_obj, const void *obj) in delta_check()
99 static void *delta_create(void *priv, void *parent_obj, void *obj) in delta_create()
127 static void *root_create(void *priv, void *obj, unsigned int id) in root_create()
281 const void *obj) in delta_check_dummy()
286 static void *delta_create_dummy(void *priv, void *parent_obj, void *obj) in delta_create_dummy()
/linux-6.15/drivers/platform/x86/hp/hp-bioscfg/
Dbiosattr-interface.c124 union acpi_object *obj = NULL; in hp_wmi_perform_query() local
248 union acpi_object *obj; in hp_wmi_set_bios_setting() local
/linux-6.15/drivers/infiniband/hw/mthca/
Dmthca_allocator.c43 u32 obj; in mthca_alloc() local
64 void mthca_free(struct mthca_alloc *alloc, u32 obj) in mthca_free()
/linux-6.15/drivers/gpu/drm/virtio/
Dvirtgpu_ioctl.c137 struct drm_gem_object *obj; in virtio_gpu_resource_create_ioctl() local
345 struct drm_gem_object *obj; in virtio_gpu_wait_ioctl() local
503 struct drm_gem_object *obj; in virtio_gpu_resource_create_blob_ioctl() local
/linux-6.15/drivers/gpu/drm/radeon/
Dradeon_gem.c96 struct drm_gem_object **obj) in radeon_gem_object_create()
196 static int radeon_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv) in radeon_gem_object_open()
226 static void radeon_gem_object_close(struct drm_gem_object *obj, in radeon_gem_object_close()
266 static int radeon_gem_object_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma) in radeon_gem_object_mmap()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gem.c99 struct drm_gem_object **obj, int8_t xcp_id_plus1) in amdgpu_gem_object_create()
158 static int amdgpu_gem_object_open(struct drm_gem_object *obj, in amdgpu_gem_object_open()
224 static void amdgpu_gem_object_close(struct drm_gem_object *obj, in amdgpu_gem_object_close()
275 static int amdgpu_gem_object_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma) in amdgpu_gem_object_mmap()
/linux-6.15/net/netfilter/
Dnft_meta.c936 static void nft_secmark_obj_eval(struct nft_object *obj, struct nft_regs *regs, in nft_secmark_obj_eval()
947 struct nft_object *obj) in nft_secmark_obj_init()
970 static int nft_secmark_obj_dump(struct sk_buff *skb, struct nft_object *obj, in nft_secmark_obj_dump()
988 static void nft_secmark_obj_destroy(const struct nft_ctx *ctx, struct nft_object *obj) in nft_secmark_obj_destroy()
/linux-6.15/drivers/pci/
Dpci-label.c142 static int dsm_label_utf16s_to_utf8s(union acpi_object *obj, char *buf) in dsm_label_utf16s_to_utf8s()
159 union acpi_object *obj, *tmp; in dsm_get_label() local
/linux-6.15/kernel/bpf/
Dmemalloc.c143 void __percpu **obj = kmalloc_node(c->percpu_size, flags, node); in __alloc() local
194 static void add_obj_to_free_list(struct bpf_mem_cache *c, void *obj) in add_obj_to_free_list()
209 void *obj; in alloc_bulk() local
255 static void free_one(void *obj, bool percpu) in free_one()
294 static void enque_to_free(struct bpf_mem_cache *c, void *obj) in enque_to_free()
/linux-6.15/drivers/gpu/drm/xe/compat-i915-headers/pxp/
Dintel_pxp.h16 static inline int intel_pxp_key_check(struct drm_gem_object *obj, bool assign) in intel_pxp_key_check()
/linux-6.15/drivers/iommu/iommufd/
Deventq.c102 void iommufd_fault_destroy(struct iommufd_object *obj) in iommufd_fault_destroy()
267 void iommufd_veventq_abort(struct iommufd_object *obj) in iommufd_veventq_abort()
287 void iommufd_veventq_destroy(struct iommufd_object *obj) in iommufd_veventq_destroy()
/linux-6.15/drivers/platform/x86/
Dmsi-wmi.c94 union acpi_object *obj; in msi_wmi_query_block() local
173 static void msi_wmi_notify(union acpi_object *obj, void *context) in msi_wmi_notify()
/linux-6.15/fs/adfs/
Dinode.c244 adfs_iget(struct super_block *sb, struct object_info *obj) in adfs_iget()
363 struct object_info obj; in adfs_write_inode() local
/linux-6.15/drivers/gpu/drm/i915/gt/
Dintel_gsc.c46 struct drm_i915_gem_object *obj; in gsc_ext_om_alloc() local
74 struct drm_i915_gem_object *obj = fetch_and_zero(&intf->gem_obj); in gsc_ext_om_destroy() local
Dintel_ring_submission.c65 struct drm_i915_gem_object *obj = engine->status_page.vma->obj; in status_page() local
499 struct drm_i915_gem_object *obj = ce->state->obj; in ring_context_init_default_state() local
558 struct drm_i915_gem_object *obj; in alloc_context_vma() local
1305 struct drm_i915_gem_object *obj; in gen7_ctx_vma() local
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
Dpkt_access.c8 struct bpf_object *obj; in test_pkt_access() local
Dskb_helpers.c20 struct bpf_object *obj; in test_skb_helpers() local
Dtcp_estats.c8 struct bpf_object *obj; in test_tcp_estats() local
Dpkt_md_access.c8 struct bpf_object *obj; in test_pkt_md_access() local
/linux-6.15/drivers/gpu/drm/i915/
Di915_debugfs.h19 static inline void i915_debugfs_describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) {} in i915_debugfs_describe_obj()

1...<<11121314151617181920>>...34