Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/cmvmi/
H A DCmvmi.cpp1905 Uint64* buffOwnersCount = (Uint64*) malloc(buffs * sizeof(Uint64)); in execDUMP_STATE_ORD() local
1907 memset(buffOwnersCount, 0, buffs * sizeof(Uint64)); in execDUMP_STATE_ORD()
1952 if (buffOwnersCount[pos] == 0) in execDUMP_STATE_ORD()
1955 buffOwnersCount[pos] = (Uint64(owner) << 32 | 1); in execDUMP_STATE_ORD()
1958 else if ((buffOwnersCount[pos] >> 32) == owner) in execDUMP_STATE_ORD()
1960 buffOwnersCount[pos] ++; in execDUMP_STATE_ORD()
1977 Uint64 entry = buffOwnersCount[i]; in execDUMP_STATE_ORD()
2000 ::free(buffOwnersCount); in execDUMP_STATE_ORD()