head_size         200 arch/ia64/kernel/mca_drv.c 	u64 head_size =	sizeof(sal_log_mod_error_info_t) * total_check_num
head_size         206 arch/ia64/kernel/mca_drv.c 		(slpi->valid.cpuid_info ? ((char*)slpi + head_size) : NULL);
head_size         209 arch/ia64/kernel/mca_drv.c 			((char*)slpi + head_size + mid_size) : NULL);
head_size         318 drivers/crypto/hisilicon/zip/zip_crypto.c 	u32 status, dlen, head_size;
head_size         334 drivers/crypto/hisilicon/zip/zip_crypto.c 	head_size = (qp->alg_type == 0) ? TO_HEAD_SIZE(qp->req_type) : 0;
head_size         335 drivers/crypto/hisilicon/zip/zip_crypto.c 	acomp_req->dlen = dlen + head_size;
head_size         393 drivers/crypto/hisilicon/zip/zip_crypto.c 	int head_size = TO_HEAD_SIZE(req_type);
head_size         397 drivers/crypto/hisilicon/zip/zip_crypto.c 	ret = sg_copy_from_buffer(dst, sg_nents(dst), head, head_size);
head_size         398 drivers/crypto/hisilicon/zip/zip_crypto.c 	if (ret != head_size)
head_size         401 drivers/crypto/hisilicon/zip/zip_crypto.c 	return head_size;
head_size         428 drivers/crypto/hisilicon/zip/zip_crypto.c 						size_t head_size, bool is_comp)
head_size         451 drivers/crypto/hisilicon/zip/zip_crypto.c 		req_cache->dskip = head_size;
head_size         453 drivers/crypto/hisilicon/zip/zip_crypto.c 		req_cache->sskip = head_size;
head_size         516 drivers/crypto/hisilicon/zip/zip_crypto.c 	int head_size;
head_size         520 drivers/crypto/hisilicon/zip/zip_crypto.c 	head_size = add_comp_head(acomp_req->dst, qp_ctx->qp->req_type);
head_size         521 drivers/crypto/hisilicon/zip/zip_crypto.c 	if (head_size < 0)
head_size         524 drivers/crypto/hisilicon/zip/zip_crypto.c 	req = hisi_zip_create_req(acomp_req, qp_ctx, (size_t)head_size, true);
head_size         540 drivers/crypto/hisilicon/zip/zip_crypto.c 	size_t head_size;
head_size         543 drivers/crypto/hisilicon/zip/zip_crypto.c 	head_size = get_comp_head_size(acomp_req->src, qp_ctx->qp->req_type);
head_size         545 drivers/crypto/hisilicon/zip/zip_crypto.c 	req = hisi_zip_create_req(acomp_req, qp_ctx, head_size, false);
head_size         228 drivers/input/mouse/cyapa_gen5.c 	u8 head_size;  /* Unit: bytes, including itself. */
head_size        1036 drivers/input/mouse/cyapa_gen5.c 	int head_size;
head_size        1038 drivers/input/mouse/cyapa_gen5.c 	head_size = fw->data[0] + 1;
head_size        1039 drivers/input/mouse/cyapa_gen5.c 	*record_num = (fw->size - head_size) /
head_size        1041 drivers/input/mouse/cyapa_gen5.c 	return (struct cyapa_tsg_bin_image_data_record *)&fw->data[head_size];
head_size        1210 drivers/input/mouse/cyapa_gen5.c 	if (image_head->head_size != 0x0C && image_head->head_size != 0x12)
head_size        1222 drivers/input/mouse/cyapa_gen5.c 			if (image_head->head_size == 0x0C)
head_size         470 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	unsigned int head_size;
head_size         476 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	head_size = SKB_DATA_ALIGN(adapter->rx_buffer_len + NET_SKB_PAD) +
head_size         478 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	adapter->rx_frag_size = roundup_pow_of_two(head_size);
head_size          30 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c 	unsigned int head_size = 0;
head_size          44 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c 	head_size = 4;
head_size          52 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c 		head_size += 8;
head_size          59 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c 	skb = __dev_alloc_skb(frame_size + head_size + tail_size, gfp);
head_size          67 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c 	skb_reserve(skb, head_size);
head_size         373 fs/orangefs/devorangefs-req.c 	int head_size = sizeof(head);
head_size         388 fs/orangefs/devorangefs-req.c 	if (!copy_from_iter_full(&head, head_size, iter)) {
head_size         436 fs/orangefs/devorangefs-req.c 	if ((head_size + downcall_size + op->downcall.trailer_size) != total) {
head_size         441 fs/orangefs/devorangefs-req.c 			   head_size,
head_size         149 include/linux/wimax/debug.h void __d_head(char *head, size_t head_size,
head_size         158 include/linux/wimax/debug.h 		snprintf(head, head_size, "%s %s: ",
head_size         581 net/wireless/util.c 	int head_size = skb->len - skb->data_len;
head_size         586 net/wireless/util.c 	frag_size = head_size;