Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dudp_limit.c7 int invocations = 0, in_use = 0; variable
32 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()
/tools/testing/selftests/kvm/lib/
A Ducall_common.c13 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()
/tools/testing/selftests/bpf/prog_tests/
A Dudp_limit.c59 if (!ASSERT_EQ(skel->bss->in_use, 1, "bss-in_use")) in test_udp_limit()
/tools/include/uapi/drm/
A Ddrm.h117 unsigned char in_use; member

Completed in 12 milliseconds