/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | icm.c | 253 (MLX4_TABLE_CHUNK_SIZE / table->obj_size); in mlx4_table_get() 291 i = (obj & (table->num_obj - 1)) / (MLX4_TABLE_CHUNK_SIZE / table->obj_size); in mlx4_table_put() 320 idx = (u64) (obj & (table->num_obj - 1)) * table->obj_size; in mlx4_table_find() 356 int inc = MLX4_TABLE_CHUNK_SIZE / table->obj_size; in mlx4_table_get_range() 382 for (i = start; i <= end; i += MLX4_TABLE_CHUNK_SIZE / table->obj_size) in mlx4_table_put_range() 387 u64 virt, int obj_size, u32 nobj, int reserved, in mlx4_init_icm_table() argument 396 obj_per_chunk = MLX4_TABLE_CHUNK_SIZE / obj_size; in mlx4_init_icm_table() 405 table->obj_size = obj_size; in mlx4_init_icm_table() 410 size = (u64) nobj * obj_size; in mlx4_init_icm_table() 411 for (i = 0; i * MLX4_TABLE_CHUNK_SIZE < reserved * obj_size; ++i) { in mlx4_init_icm_table()
|
D | icm.h | 82 u64 virt, int obj_size, u32 nobj, int reserved,
|
D | mlx4.h | 264 int obj_size; member
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.c | 224 int i = (obj & (table->num_obj - 1)) * table->obj_size / MTHCA_TABLE_CHUNK_SIZE; in mthca_table_get() 264 i = (obj & (table->num_obj - 1)) * table->obj_size / MTHCA_TABLE_CHUNK_SIZE; in mthca_table_put() 290 idx = (obj & (table->num_obj - 1)) * table->obj_size; in mthca_table_find() 324 int inc = MTHCA_TABLE_CHUNK_SIZE / table->obj_size; in mthca_table_get_range() 352 for (i = start; i <= end; i += MTHCA_TABLE_CHUNK_SIZE / table->obj_size) in mthca_table_put_range() 357 u64 virt, int obj_size, in mthca_alloc_icm_table() argument 367 obj_per_chunk = MTHCA_TABLE_CHUNK_SIZE / obj_size; in mthca_alloc_icm_table() 377 table->obj_size = obj_size; in mthca_alloc_icm_table() 385 for (i = 0; i * MTHCA_TABLE_CHUNK_SIZE < reserved * obj_size; ++i) { in mthca_alloc_icm_table() 387 if ((i + 1) * MTHCA_TABLE_CHUNK_SIZE > nobj * obj_size) in mthca_alloc_icm_table() [all …]
|
D | mthca_memfree.h | 67 int obj_size; member 87 u64 virt, int obj_size,
|
/linux-4.4.14/drivers/block/ |
D | osdblk.c | 400 u64 obj_size = 0; in osdblk_init_disk() local 403 rc = osdblk_get_obj_size(osdev, &obj_size); in osdblk_init_disk() 450 set_capacity(disk, obj_size / 512ULL); in osdblk_init_disk() 454 disk->disk_name, (unsigned long long)obj_size); in osdblk_init_disk()
|
D | rbd.c | 4356 u64 obj_size; in rbd_dev_v2_striping_info() local 4377 obj_size = (u64)1 << rbd_dev->header.obj_order; in rbd_dev_v2_striping_info() 4380 if (stripe_unit != obj_size) { in rbd_dev_v2_striping_info() 4383 stripe_unit, obj_size); in rbd_dev_v2_striping_info()
|
/linux-4.4.14/net/dccp/ |
D | ccid.c | 82 static struct kmem_cache *ccid_kmem_cache_create(int obj_size, char *slab_name_fmt, const char *fmt… in ccid_kmem_cache_create() argument 91 slab = kmem_cache_create(slab_name_fmt, sizeof(struct ccid) + obj_size, 0, in ccid_kmem_cache_create()
|
D | ipv4.c | 556 .obj_size = sizeof(struct dccp_request_sock), 950 .obj_size = sizeof(struct dccp_sock),
|
D | ipv6.c | 290 .obj_size = sizeof(struct dccp6_request_sock), 1004 .obj_size = sizeof(struct dccp6_sock),
|
/linux-4.4.14/fs/exofs/ |
D | ore.c | 1128 u64 obj_size; in ore_truncate() local 1131 obj_size = ti.prev_group_obj_off; in ore_truncate() 1133 obj_size = ti.next_group_obj_off; in ore_truncate() 1135 obj_size = ti.si.obj_offset + in ore_truncate() 1138 obj_size = ti.si.obj_offset; in ore_truncate() 1140 obj_size = ti.si.obj_offset - ti.si.unit_off; in ore_truncate() 1142 size_attr->newsize = cpu_to_be64(obj_size); in ore_truncate() 1147 _LLU(oc->comps->obj.id), _LLU(obj_size), i); in ore_truncate()
|
/linux-4.4.14/include/drm/ |
D | drm_gem.h | 132 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size,
|
/linux-4.4.14/net/ipv4/ |
D | udplite.c | 57 .obj_size = sizeof(struct udp_sock),
|
D | raw.c | 936 .obj_size = sizeof(struct raw_sock),
|
D | tcp_ipv4.c | 1212 .obj_size = sizeof(struct tcp_request_sock), 2337 .obj_size = sizeof(struct tcp_sock),
|
D | ping.c | 1010 .obj_size = sizeof(struct inet_sock),
|
D | udp.c | 2288 .obj_size = sizeof(struct udp_sock),
|
/linux-4.4.14/net/ipv6/ |
D | udplite.c | 52 .obj_size = sizeof(struct udp6_sock),
|
D | ping.c | 45 .obj_size = sizeof(struct raw6_sock),
|
D | af_inet6.c | 95 const int offset = sk->sk_prot->obj_size - sizeof(struct ipv6_pinfo); in inet6_sk_generic()
|
D | tcp_ipv6.c | 712 .obj_size = sizeof(struct tcp6_request_sock), 1883 .obj_size = sizeof(struct tcp6_sock),
|
D | raw.c | 1228 .obj_size = sizeof(struct raw6_sock),
|
D | udp.c | 1544 .obj_size = sizeof(struct udp6_sock),
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_proto_udp.c | 330 .obj_size = sizeof(unsigned int) * CTA_TIMEOUT_UDP_MAX, 362 .obj_size = sizeof(unsigned int) * CTA_TIMEOUT_UDP_MAX,
|
D | nf_conntrack_proto_udplite.c | 295 .obj_size = sizeof(unsigned int) * 327 .obj_size = sizeof(unsigned int) *
|
D | nf_conntrack_proto_generic.c | 239 .obj_size = sizeof(unsigned int),
|
D | nf_conntrack_proto_dccp.c | 894 .obj_size = sizeof(unsigned int) * CT_DCCP_MAX, 928 .obj_size = sizeof(unsigned int) * CT_DCCP_MAX,
|
D | nf_conntrack_proto_gre.c | 388 .obj_size = sizeof(unsigned int) * GRE_CT_MAX,
|
D | nf_conntrack_proto_sctp.c | 866 .obj_size = sizeof(unsigned int) * SCTP_CONNTRACK_MAX, 899 .obj_size = sizeof(unsigned int) * SCTP_CONNTRACK_MAX,
|
D | nfnetlink_cttimeout.c | 133 l4proto->ctnl_timeout.obj_size, GFP_KERNEL); in cttimeout_new_timeout()
|
D | nf_conntrack_proto_tcp.c | 1694 .obj_size = sizeof(unsigned int) * 1731 .obj_size = sizeof(unsigned int) *
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_l4proto.h | 89 size_t obj_size; member
|
/linux-4.4.14/net/phonet/ |
D | datagram.c | 193 .obj_size = sizeof(struct pn_sock),
|
D | pep.c | 1347 .obj_size = sizeof(struct pep_sock),
|
/linux-4.4.14/include/net/ |
D | request_sock.h | 32 int obj_size; member
|
D | inet_sock.h | 254 sk_from->sk_prot->obj_size - ancestor_size); in __inet_sk_copy_descendant()
|
D | sock.h | 1036 unsigned int obj_size; member
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | sock.c | 195 .obj_size = sizeof(struct bt_sock)
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | sock.c | 192 .obj_size = sizeof(struct bt_sock)
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_gem.c | 817 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size, in drm_gem_mmap_obj() argument 823 if (obj_size < vma->vm_end - vma->vm_start) in drm_gem_mmap_obj()
|
/linux-4.4.14/net/bluetooth/hidp/ |
D | sock.c | 225 .obj_size = sizeof(struct bt_sock)
|
/linux-4.4.14/net/core/ |
D | sock.c | 1310 osk->sk_prot->obj_size - offsetof(struct sock, sk_dontcopy_end)); in sock_copy() 1349 prot->clear_sk(sk, prot->obj_size); in sk_prot_alloc() 1351 sk_prot_clear_nulls(sk, prot->obj_size); in sk_prot_alloc() 1354 sk = kmalloc(prot->obj_size, priority); in sk_prot_alloc() 2826 rsk_prot->obj_size, 0, in req_prot_init() 2840 prot->slab = kmem_cache_create(prot->name, prot->obj_size, 0, in proto_register() 2948 proto->obj_size, in proto_seq_printf()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 392 .obj_size = sizeof(unsigned int),
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_proto_icmp.c | 424 .obj_size = sizeof(unsigned int),
|
/linux-4.4.14/net/nfc/ |
D | rawsock.c | 410 .obj_size = sizeof(struct nfc_rawsock),
|
D | llcp_sock.c | 67 .obj_size = sizeof(struct nfc_llcp_sock),
|
/linux-4.4.14/net/ieee802154/ |
D | socket.c | 403 .obj_size = sizeof(struct sock), 946 .obj_size = sizeof(struct dgram_sock),
|
/linux-4.4.14/crypto/ |
D | af_alg.c | 37 .obj_size = sizeof(struct alg_sock),
|
/linux-4.4.14/net/rds/ |
D | af_rds.c | 411 .obj_size = sizeof(struct rds_sock),
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_ip.c | 574 .obj_size = sizeof(struct l2tp_ip_sock),
|
D | l2tp_ip6.c | 725 .obj_size = sizeof(struct l2tp_ip6_sock),
|
D | l2tp_ppp.c | 529 .obj_size = sizeof(struct pppox_sock),
|
/linux-4.4.14/net/can/ |
D | raw.c | 846 .obj_size = sizeof(struct raw_sock),
|
D | bcm.c | 1604 .obj_size = sizeof(struct bcm_sock),
|
/linux-4.4.14/drivers/net/ppp/ |
D | pptp.c | 656 .obj_size = sizeof(struct pppox_sock),
|
D | pppoe.c | 546 .obj_size = sizeof(struct pppox_sock),
|
/linux-4.4.14/net/rxrpc/ |
D | af_rxrpc.c | 780 .obj_size = sizeof(struct rxrpc_sock),
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_asic.h | 92 uint32_t offset, uint32_t obj_size); 340 uint32_t offset, uint32_t obj_size);
|
D | r100.c | 3097 uint32_t offset, uint32_t obj_size) in r100_set_surface_reg() argument 3136 DRM_DEBUG_KMS("writing surface %d %d %x %x\n", reg, flags, offset, offset+obj_size-1); in r100_set_surface_reg() 3139 WREG32(RADEON_SURFACE0_UPPER_BOUND + surf_index, offset + obj_size - 1); in r100_set_surface_reg()
|
D | radeon.h | 1942 uint32_t offset, uint32_t obj_size);
|
D | r600.c | 3027 uint32_t offset, uint32_t obj_size) in r600_set_surface_reg() argument
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | socket.c | 28 .obj_size = sizeof(struct mISDN_sock)
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | sock.c | 269 .obj_size = sizeof(struct rfcomm_pinfo)
|
/linux-4.4.14/net/atm/ |
D | common.c | 140 .obj_size = sizeof(struct atm_vcc),
|
/linux-4.4.14/net/caif/ |
D | caif_socket.c | 1030 .obj_size = sizeof(struct caifsock), in caif_create()
|
/linux-4.4.14/net/llc/ |
D | af_llc.c | 142 .obj_size = sizeof(struct llc_sock),
|
/linux-4.4.14/net/bluetooth/ |
D | sco.c | 464 .obj_size = sizeof(struct sco_pinfo)
|
D | hci_sock.c | 1456 .obj_size = sizeof(struct hci_pinfo)
|
D | l2cap_sock.c | 1570 .obj_size = sizeof(struct l2cap_pinfo)
|
/linux-4.4.14/net/netrom/ |
D | af_netrom.c | 421 .obj_size = sizeof(struct nr_sock),
|
/linux-4.4.14/drivers/net/ |
D | macvtap.c | 120 .obj_size = sizeof (struct macvtap_queue),
|
D | tun.c | 1557 .obj_size = sizeof(struct tun_file),
|
/linux-4.4.14/net/rose/ |
D | af_rose.c | 509 .obj_size = sizeof(struct rose_sock),
|
/linux-4.4.14/net/vmw_vsock/ |
D | af_vsock.c | 110 .obj_size = sizeof(struct vsock_sock),
|
/linux-4.4.14/net/appletalk/ |
D | ddp.c | 1010 .obj_size = sizeof(struct atalk_sock),
|
/linux-4.4.14/net/x25/ |
D | af_x25.c | 515 .obj_size = sizeof(struct x25_sock),
|
/linux-4.4.14/net/ax25/ |
D | af_ax25.c | 799 .obj_size = sizeof(struct ax25_sock),
|
/linux-4.4.14/net/ipx/ |
D | af_ipx.c | 1328 .obj_size = sizeof(struct ipx_sock),
|
/linux-4.4.14/net/irda/ |
D | af_irda.c | 1074 .obj_size = sizeof(struct irda_sock),
|
/linux-4.4.14/net/decnet/ |
D | af_decnet.c | 468 .obj_size = sizeof(struct dn_sock),
|
/linux-4.4.14/net/iucv/ |
D | af_iucv.c | 41 .obj_size = sizeof(struct iucv_sock),
|
/linux-4.4.14/net/tipc/ |
D | socket.c | 2564 .obj_size = sizeof(struct tipc_sock),
|
/linux-4.4.14/net/unix/ |
D | af_unix.c | 744 .obj_size = sizeof(struct unix_sock),
|
/linux-4.4.14/net/sctp/ |
D | socket.c | 7381 .obj_size = sizeof(struct sctp_sock), 7420 .obj_size = sizeof(struct sctp6_sock),
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 1171 .obj_size = sizeof(struct netlink_sock),
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 3039 .obj_size = sizeof(struct packet_sock),
|
/linux-4.4.14/net/key/ |
D | af_key.c | 134 .obj_size = sizeof(struct pfkey_sock),
|