Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 3 of 3) sorted by relevance

/tools/testing/radix-tree/
Dlinux.c13 void *mempool_alloc(mempool_t *pool, int gfp_mask) in mempool_alloc()
18 void mempool_free(void *element, mempool_t *pool) in mempool_free()
/tools/hv/
Dhv_kvp_daemon.c121 static void kvp_acquire_lock(int pool) in kvp_acquire_lock()
133 static void kvp_release_lock(int pool) in kvp_release_lock()
145 static void kvp_update_file(int pool) in kvp_update_file()
175 static void kvp_update_mem_state(int pool) in kvp_update_mem_state()
267 static int kvp_key_delete(int pool, const __u8 *key, int key_size) in kvp_key_delete()
310 static int kvp_key_add_or_modify(int pool, const __u8 *key, int key_size, in kvp_key_add_or_modify()
364 static int kvp_get_value(int pool, const __u8 *key, int key_size, __u8 *value, in kvp_get_value()
396 static int kvp_pool_enumerate(int pool, int index, __u8 *key, int key_size, in kvp_pool_enumerate()
1364 int pool; in main() local
/tools/usb/usbip/libsrc/
Dnames.c160 struct pool { struct
161 struct pool *next; argument
165 static struct pool *pool_head; argument
189 struct pool *pool; in names_free() local