| /linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ | 
| D | sec_null.c | 158 		      int msgsize)  in null_alloc_reqbuf()  argument 161 		int alloc_size = size_roundup_power2(msgsize);  in null_alloc_reqbuf() 171 		LASSERT(req->rq_reqbuf_len >= msgsize);  in null_alloc_reqbuf() 172 		memset(req->rq_reqbuf, 0, msgsize);  in null_alloc_reqbuf() 200 		      int msgsize)  in null_alloc_repbuf()  argument 203 	msgsize += lustre_msg_early_size();  in null_alloc_repbuf() 205 	msgsize = size_roundup_power2(msgsize);  in null_alloc_repbuf() 207 	req->rq_repbuf = libcfs_kvzalloc(msgsize, GFP_NOFS);  in null_alloc_repbuf() 211 	req->rq_repbuf_len = msgsize;  in null_alloc_repbuf() 308 int null_alloc_rs(struct ptlrpc_request *req, int msgsize)  in null_alloc_rs()  argument [all …] 
 | 
| D | sec_plain.c | 540 		       int msgsize)  in plain_alloc_reqbuf()  argument 546 	buflens[PLAIN_PACK_MSG_OFF] = msgsize;  in plain_alloc_reqbuf() 596 		       int msgsize)  in plain_alloc_repbuf()  argument 602 	buflens[PLAIN_PACK_MSG_OFF] = msgsize;  in plain_alloc_repbuf() 781 int plain_alloc_rs(struct ptlrpc_request *req, int msgsize)  in plain_alloc_rs()  argument 787 	LASSERT(msgsize % 8 == 0);  in plain_alloc_rs() 790 	buflens[PLAIN_PACK_MSG_OFF] = msgsize;  in plain_alloc_rs()
  | 
| D | sec.c | 1478 int sptlrpc_cli_alloc_reqbuf(struct ptlrpc_request *req, int msgsize)  in sptlrpc_cli_alloc_reqbuf()  argument 1491 	rc = policy->sp_cops->alloc_reqbuf(ctx->cc_sec, req, msgsize);  in sptlrpc_cli_alloc_reqbuf() 1498 			memset(req->rq_reqmsg, 0, msgsize);  in sptlrpc_cli_alloc_reqbuf() 1605 int sptlrpc_cli_alloc_repbuf(struct ptlrpc_request *req, int msgsize)  in sptlrpc_cli_alloc_repbuf()  argument 1618 	return policy->sp_cops->alloc_repbuf(ctx->cc_sec, req, msgsize);  in sptlrpc_cli_alloc_repbuf()
  | 
| D | client.c | 511 ptlrpc_init_rq_pool(int num_rq, int msgsize,  in ptlrpc_init_rq_pool()  argument 527 	pool->prp_rq_size = msgsize + SPTLRPC_MAX_PAYLOAD;  in ptlrpc_init_rq_pool()
  | 
| /linux-4.4.14/drivers/hv/ | 
| D | channel.c | 234 	u32 msgsize;  in create_gpadl_header()  local 249 		msgsize = sizeof(struct vmbus_channel_msginfo) +  in create_gpadl_header() 252 		msgheader =  kzalloc(msgsize, GFP_KERNEL);  in create_gpadl_header() 257 		msgheader->msgsize = msgsize;  in create_gpadl_header() 287 			msgsize = sizeof(struct vmbus_channel_msginfo) +  in create_gpadl_header() 290 			msgbody = kzalloc(msgsize, GFP_KERNEL);  in create_gpadl_header() 309 			msgbody->msgsize = msgsize;  in create_gpadl_header() 333 		msgsize = sizeof(struct vmbus_channel_msginfo) +  in create_gpadl_header() 336 		msgheader = kzalloc(msgsize, GFP_KERNEL);  in create_gpadl_header() 339 		msgheader->msgsize = msgsize;  in create_gpadl_header() [all …] 
 | 
| /linux-4.4.14/arch/powerpc/platforms/ps3/ | 
| D | gelic_udbg.c | 221 static void gelic_sendbuf(int msgsize)  in gelic_sendbuf()  argument 227 	dbg.descr.buf_size = header_size + msgsize;  in gelic_sendbuf() 228 	h_ip->total_length = msgsize + sizeof(struct udphdr) +  in gelic_sendbuf() 230 	h_udp->len = msgsize + sizeof(struct udphdr);  in gelic_sendbuf()
  | 
| /linux-4.4.14/drivers/isdn/gigaset/ | 
| D | capi.c | 503 	unsigned int msgsize;  in gigaset_isdn_icall()  local 521 	msgsize = CAPI_CONNECT_IND_BASELEN;  in gigaset_isdn_icall() 549 	msgsize += iif->hcmsg.BC[0];  in gigaset_isdn_icall() 561 		msgsize += iif->hcmsg.HLC[0];  in gigaset_isdn_icall() 589 		msgsize += iif->hcmsg.CalledPartyNumber[0];  in gigaset_isdn_icall() 605 		msgsize += iif->hcmsg.CallingPartyNumber[0];  in gigaset_isdn_icall() 644 			skb = alloc_skb(msgsize, GFP_ATOMIC);  in gigaset_isdn_icall() 651 					      __skb_put(skb, msgsize))) {  in gigaset_isdn_icall() 760 	unsigned int msgsize;  in gigaset_isdn_connD()  local 794 	msgsize = CAPI_CONNECT_ACTIVE_IND_BASELEN;  in gigaset_isdn_connD() [all …] 
 | 
| /linux-4.4.14/drivers/staging/rdma/amso1100/ | 
| D | c2_rnic.c | 448 	u32 qsize, msgsize;  in c2_rnic_init()  local 519 	msgsize = be32_to_cpu((__force __be32) readl(mmio_regs + C2_REGS_Q1_MSGSIZE));  in c2_rnic_init() 520 	q1_pages = dma_alloc_coherent(&c2dev->pcidev->dev, qsize * msgsize,  in c2_rnic_init() 532 		   msgsize,  in c2_rnic_init() 540 	msgsize = be32_to_cpu((__force __be32) readl(mmio_regs + C2_REGS_Q2_MSGSIZE));  in c2_rnic_init() 541 	q2_pages = dma_alloc_coherent(&c2dev->pcidev->dev, qsize * msgsize,  in c2_rnic_init() 553 		       msgsize,  in c2_rnic_init()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/include/ | 
| D | lustre_sec.h | 728 						int msgsize); 996 int sptlrpc_cli_alloc_reqbuf(struct ptlrpc_request *req, int msgsize); 998 int sptlrpc_cli_alloc_repbuf(struct ptlrpc_request *req, int msgsize);
  | 
| /linux-4.4.14/include/linux/ | 
| D | hyperv.h | 599 	u32 msgsize;  member 1189 	u32 msgsize;  member
  | 
| /linux-4.4.14/net/openvswitch/ | 
| D | datapath.c | 1432 	size_t msgsize = NLMSG_ALIGN(sizeof(struct ovs_header));  in ovs_dp_cmd_msg_size()  local 1434 	msgsize += nla_total_size(IFNAMSIZ);  in ovs_dp_cmd_msg_size() 1435 	msgsize += nla_total_size(sizeof(struct ovs_dp_stats));  in ovs_dp_cmd_msg_size() 1436 	msgsize += nla_total_size(sizeof(struct ovs_dp_megaflow_stats));  in ovs_dp_cmd_msg_size() 1437 	msgsize += nla_total_size(sizeof(u32)); /* OVS_DP_ATTR_USER_FEATURES */  in ovs_dp_cmd_msg_size() 1439 	return msgsize;  in ovs_dp_cmd_msg_size()
  | 
| /linux-4.4.14/tools/perf/util/ | 
| D | evsel.h | 377 			  char *msg, size_t msgsize);
  | 
| D | evsel.c | 2281 			  char *msg, size_t msgsize)  in perf_evsel__fallback()  argument 2294 		scnprintf(msg, msgsize, "%s",  in perf_evsel__fallback()
  |