Home
last modified time | relevance | path

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

/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()
1371 int pool; in main() local
/tools/usb/usbip/libsrc/
Dnames.c142 struct pool { struct
143 struct pool *next; argument
147 static struct pool *pool_head; argument
171 struct pool *pool; in names_free() local
/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py47 def _get_th(self, pool): argument
237 def dl_set(self, pool, th): argument