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

/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp170 static int32 sAllocatedNetBufferCount = 0; variable
659 B_PRId32 "\n", sAllocatedNetBufferCount, sEverAllocatedNetBufferCount,
767 int32 current = atomic_add(&sAllocatedNetBufferCount, 1) + 1;
794 atomic_add(&sAllocatedNetBufferCount, -1);

Completed in 36 milliseconds