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

12345

/linux-master/net/phonet/
H A Ddatagram.c177 .obj_size = sizeof(struct pn_sock),
/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.h29 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_icmpv6.c355 .obj_size = sizeof(unsigned int),
H A Dnf_conntrack_proto_gre.c322 .obj_size = sizeof(unsigned int) * GRE_CT_MAX,
H A Dnfnetlink_cttimeout.c158 l4proto->ctnl_timeout.obj_size, GFP_KERNEL);
/linux-master/net/ipv6/
H A Dping.c217 .obj_size = sizeof(struct raw6_sock),
/linux-master/fs/xfs/scrub/
H A Dtrace.h957 __field(size_t, obj_size)
963 __entry->obj_size = xfa->obj_size;
972 __entry->obj_size,
1048 __field(size_t, obj_size)
1054 __entry->obj_size = si->array->obj_size;
1062 __entry->obj_size,
1073 __field(size_t, obj_size)
1082 __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/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)
/linux-master/net/dccp/
H A Dipv4.c585 .obj_size = sizeof(struct dccp_request_sock),
977 .obj_size = sizeof(struct dccp_sock),
H A Dipv6.c310 .obj_size = sizeof(struct dccp6_request_sock),
1058 .obj_size = sizeof(struct dccp6_sock),
/linux-master/net/ieee802154/
H A Dsocket.c397 .obj_size = sizeof(struct sock),
957 .obj_size = sizeof(struct dgram_sock),
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.c219 unsigned long obj_size,
229 for (i = 0; i < obj_size; ++i)
218 amd_sriov_msg_checksum(void *obj, unsigned long obj_size, unsigned int key, unsigned int checksum) argument

Completed in 223 milliseconds

12345