Searched refs:tot_size (Results 1 – 2 of 2) sorted by relevance
353 int tot_size; in dpaa2_attach_bp_list() local360 tot_size = RTE_PKTMBUF_HEADROOM; in dpaa2_attach_bp_list()361 tot_size = RTE_ALIGN_CEIL(tot_size, DPAA2_PACKET_LAYOUT_ALIGN); in dpaa2_attach_bp_list()376 layout.data_head_room = tot_size - DPAA2_FD_PTA_SIZE - in dpaa2_attach_bp_list()
3454 int tot_size = 0; in clusterManagerGetConfigSignature() local3461 tot_size = (p - token); in clusterManagerGetConfigSignature()3462 name_len = tot_size++; // Make room for ':' in tot_size in clusterManagerGetConfigSignature()3477 tot_size += size; in clusterManagerGetConfigSignature()3497 tot_size += (sizeof(char) * (c - 1)); in clusterManagerGetConfigSignature()3498 char *cfg = zmalloc((sizeof(char) * tot_size) + 1); in clusterManagerGetConfigSignature()