Searched defs:pool (Results 1 – 2 of 2) sorted by relevance
| /tools/hv/ |
| D | hv_kvp_daemon.c | 121 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/ |
| D | names.c | 160 struct pool { struct 161 struct pool *next; argument 165 static struct pool *pool_head; argument 189 struct pool *pool; in names_free() local
|