Searched refs:sAllocatedDataHeaderCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp169 static int32 sAllocatedDataHeaderCount = 0; variable
656 B_PRId32 "\n", sAllocatedDataHeaderCount, sEverAllocatedDataHeaderCount,
752 int32 current = atomic_add(&sAllocatedDataHeaderCount, 1) + 1;
783 atomic_add(&sAllocatedDataHeaderCount, -1);

Completed in 36 milliseconds