Searched refs:obj_size (Results 26 - 50 of 123) sorted by relevance

12345

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgv_sriovmsg.h312 unsigned int amd_sriov_msg_checksum(void *obj, unsigned long obj_size, unsigned int key,
H A Damdgpu_virt.c220 unsigned long obj_size,
230 for (i = 0; i < obj_size; ++i)
219 amd_sriov_msg_checksum(void *obj, unsigned long obj_size, unsigned int key, unsigned int checksum) argument
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c74 * @obj_size: Kernel object size.
84 u32 obj_size)
98 out_alloc = kvmalloc_array(in->count, obj_size, GFP_KERNEL);
102 if (obj_size == in->stride) {
105 (unsigned long)obj_size * in->count))
113 ret = copy_struct_from_user(out_ptr, obj_size, in_ptr, in->stride);
117 out_ptr += obj_size;
83 panthor_get_uobj_array(const struct drm_panthor_obj_array *in, u32 min_stride, u32 obj_size) argument
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1690 unsigned int *obj_size)
1699 *obj_size = obj_hdr[i].obj_size;
1725 mobj_hdr->obj_size = (unsigned int)obj_chunkhdr->size;
1842 char **obj_ptr, unsigned int *obj_size)
1854 if (obj_size)
1855 *obj_size = mof_size;
1888 obj_ptr, obj_size);
1895 u32 obj_size; local
1906 &obj_addr, &obj_size);
1688 qat_uclo_seek_obj_inside_mof(struct icp_qat_mof_handle *mobj_handle, const char *obj_name, char **obj_ptr, unsigned int *obj_size) argument
1839 qat_uclo_map_mof_obj(struct icp_qat_fw_loader_handle *handle, struct icp_qat_mof_file_hdr *mof_ptr, u32 mof_size, const char *obj_name, char **obj_ptr, unsigned int *obj_size) argument
[all...]
H A Dicp_qat_uclo.h564 unsigned int obj_size; member in struct:icp_qat_mof_objhdr
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd.h526 /* u8 obj_size equals sizeof(struct mcp251xfd_hw_tef_obj) */
545 u8 obj_size;
559 u8 obj_size;
823 return ring->base + ring->obj_size * n;
829 return ring->base + ring->obj_size * n;
898 tx_ring->obj_size;
/linux-master/net/bluetooth/cmtp/
H A Dsock.c197 .obj_size = sizeof(struct bt_sock)
/linux-master/include/net/netfilter/
H A Dnf_conntrack_l4proto.h54 u16 obj_size; member in struct:nf_conntrack_l4proto::__anon2179
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.h127 chtls_tcp_ops->obj_size = sizeof(struct tcp_request_sock);
/linux-master/net/bluetooth/hidp/
H A Dsock.c246 .obj_size = sizeof(struct bt_sock)
/linux-master/net/bluetooth/bnep/
H A Dsock.c195 .obj_size = sizeof(struct bt_sock)
/linux-master/include/drm/
H A Ddrm_gem.h480 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size,
/linux-master/include/net/
H A Drequest_sock.h30 unsigned int obj_size; member in struct:request_sock_ops
H A Dinet_sock.h349 sk_from->sk_prot->obj_size - ancestor_size);
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_icmp.c379 .obj_size = sizeof(unsigned int),
H A Dnf_conntrack_proto_gre.c322 .obj_size = sizeof(unsigned int) * GRE_CT_MAX,
H A Dnf_conntrack_proto_icmpv6.c357 .obj_size = sizeof(unsigned int),
/linux-master/net/ipv6/
H A Dping.c217 .obj_size = sizeof(struct raw6_sock),
/linux-master/fs/xfs/scrub/
H A Dtrace.h1044 __field(size_t, obj_size)
1050 __entry->obj_size = xfa->obj_size;
1059 __entry->obj_size,
1135 __field(size_t, obj_size)
1141 __entry->obj_size = si->array->obj_size;
1149 __entry->obj_size,
1160 __field(size_t, obj_size)
1169 __entry->obj_size
[all...]
/linux-master/net/nfc/
H A Drawsock.c399 .obj_size = sizeof(struct nfc_rawsock),
/linux-master/lib/
H A Dtest_objagg.c296 .obj_size = sizeof(struct tokey),
375 .obj_size = sizeof(struct tokey),
/linux-master/net/ieee802154/
H A Dsocket.c397 .obj_size = sizeof(struct sock),
957 .obj_size = sizeof(struct dgram_sock),
/linux-master/net/dccp/
H A Dipv4.c587 .obj_size = sizeof(struct dccp_request_sock),
979 .obj_size = sizeof(struct dccp_sock),
H A Dipv6.c312 .obj_size = sizeof(struct dccp6_request_sock),
1060 .obj_size = sizeof(struct dccp6_sock),
/linux-master/drivers/gpu/drm/
H A Ddrm_gem.c1019 * @obj_size: the object size to be mapped, in bytes
1040 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size, argument
1046 if (obj_size < vma->vm_end - vma->vm_start)

Completed in 258 milliseconds

12345