Searched refs:in_use (Results 1 – 4 of 4) sorted by relevance
7 int invocations = 0, in_use = 0; variable32 if (in_use > 0) { in sock()40 __sync_fetch_and_add(&in_use, 1); in sock()57 __sync_fetch_and_add(&in_use, -1); in sock_release()
13 DECLARE_BITMAP(in_use, KVM_MAX_VCPUS);59 if (!test_and_set_bit(i, ucall_pool->in_use)) { in ucall_alloc()79 clear_bit(uc - ucall_pool->ucalls, ucall_pool->in_use); in ucall_free()
59 if (!ASSERT_EQ(skel->bss->in_use, 1, "bss-in_use")) in test_udp_limit()
117 unsigned char in_use; member
Completed in 12 milliseconds