Searched refs:obj_size (Results 51 - 75 of 122) sorted by relevance

12345

/linux-master/drivers/infiniband/core/
H A Drdma_core.c274 uobj = kzalloc(obj->type_attrs->obj_size, GFP_KERNEL);
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_dccp.c822 .obj_size = sizeof(unsigned int) * CT_DCCP_MAX,
H A Dnf_conntrack_proto_sctp.c726 .obj_size = sizeof(unsigned int) * SCTP_CONNTRACK_MAX,
/linux-master/net/l2tp/
H A Dl2tp_ip6.c729 .obj_size = sizeof(struct l2tp_ip6_sock),
H A Dl2tp_ip.c605 .obj_size = sizeof(struct l2tp_ip_sock),
/linux-master/net/mctp/
H A Daf_mctp.c674 .obj_size = sizeof(struct mctp_sock),
/linux-master/drivers/net/ppp/
H A Dpptp.c614 .obj_size = sizeof(struct pppox_sock),
H A Dpppoe.c528 .obj_size = sizeof(struct pppox_sock),
/linux-master/net/core/
H A Dskbuff.c571 size_t obj_size; local
574 obj_size = SKB_HEAD_ALIGN(*size);
575 if (obj_size <= SKB_SMALL_HEAD_CACHE_SIZE &&
589 obj_size = kmalloc_size_roundup(obj_size);
590 /* The following cast might truncate high-order bits of obj_size, this
591 * is harmless because kmalloc(obj_size >= 2^32) will fail anyway.
593 *size = (unsigned int)obj_size;
599 obj = kmalloc_node_track_caller(obj_size,
607 obj = kmalloc_node_track_caller(obj_size, flag
[all...]
H A Dsock.c2057 prot->obj_size - offsetof(struct sock, sk_dontcopy_end),
2078 sk_prot_clear_nulls(sk, prot->obj_size);
2080 sk = kmalloc(prot->obj_size, priority);
3925 rsk_prot->obj_size, 0,
3951 prot->obj_size, 0,
4073 proto->obj_size,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_asic.h92 uint32_t offset, uint32_t obj_size);
339 uint32_t offset, uint32_t obj_size);
/linux-master/net/mptcp/
H A Dsubflow.c2027 subflow_ops->obj_size = sizeof(struct mptcp_subflow_request_sock);
2030 subflow_ops->obj_size, 0,
/linux-master/net/qrtr/
H A Daf_qrtr.c1257 .obj_size = sizeof(struct qrtr_sock),
/linux-master/net/atm/
H A Dcommon.c136 .obj_size = sizeof(struct atm_vcc),
/linux-master/net/caif/
H A Dcaif_socket.c1024 .obj_size = sizeof(struct caifsock),
/linux-master/net/rds/
H A Daf_rds.c635 .obj_size = sizeof(struct rds_sock),
/linux-master/net/llc/
H A Daf_llc.c156 .obj_size = sizeof(struct llc_sock),
/linux-master/net/can/
H A Draw.c1060 .obj_size = sizeof(struct raw_sock),
/linux-master/net/rxrpc/
H A Daf_rxrpc.c1008 .obj_size = sizeof(struct rxrpc_sock),
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h247 unsigned long obj_size; member in struct:hns_roce_hem_table
/linux-master/drivers/isdn/mISDN/
H A Dsocket.c19 .obj_size = sizeof(struct mISDN_sock)
/linux-master/net/nfc/
H A Dllcp_sock.c56 .obj_size = sizeof(struct nfc_llcp_sock),
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c268 .obj_size = sizeof(struct rfcomm_pinfo)
/linux-master/net/ipv4/
H A Draw.c947 .obj_size = sizeof(struct raw_sock),
/linux-master/net/ipv6/
H A Dtcp_ipv6.c835 .obj_size = sizeof(struct tcp6_request_sock),
2360 .obj_size = sizeof(struct tcp6_sock),

Completed in 259 milliseconds

12345