Searched refs:sync_table (Results 1 – 6 of 6) sorted by relevance
/external/virglrenderer/vtest/ |
D | vtest_renderer.c | 122 struct util_hash_table *sync_table; member 532 ctx->sync_table = util_hash_table_create(u32_hash_func, in vtest_new_context() 535 if (!ctx->sync_table) { in vtest_new_context() 570 util_hash_table_destroy(ctx->sync_table); in vtest_free_context() 672 util_hash_table_clear(ctx->sync_table); in vtest_destroy_context() 1781 util_hash_table_set(ctx->sync_table, intptr_to_pointer(sync->sync_id), sync); in vtest_sync_create() 1800 util_hash_table_remove(ctx->sync_table, intptr_to_pointer(sync_id)); in vtest_sync_unref() 1822 sync = util_hash_table_get(ctx->sync_table, intptr_to_pointer(sync_id)); in vtest_sync_read() 1867 sync = util_hash_table_get(ctx->sync_table, intptr_to_pointer(sync_id)); in vtest_sync_write() 1906 sync = util_hash_table_get(ctx->sync_table, intptr_to_pointer(sync_id)); in vtest_sync_wait_init() [all …]
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 13347 int (*sync_table)(struct net_device *, unsigned int); member
|
D | vmlinux.h | 13347 int (*sync_table)(struct net_device *, unsigned int); member
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 14571 int (*sync_table)(struct net_device *, unsigned int); member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 12214 int (*sync_table)(struct net_device *, unsigned int); member
|
D | vmlinux_510.h | 12214 int (*sync_table)(struct net_device *, unsigned int); member
|