Home
last modified time | relevance | path

Searched refs:tot_size (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c353 int tot_size; in dpaa2_attach_bp_list() local
360 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()
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c3454 int tot_size = 0; in clusterManagerGetConfigSignature() local
3461 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()