Searched defs:pool (Results 1 – 4 of 4) sorted by relevance
| /tools/hv/ |
| D | hv_kvp_daemon.c | 132 static void kvp_acquire_lock(int pool) in kvp_acquire_lock() 144 static void kvp_release_lock(int pool) in kvp_release_lock() 156 static void kvp_update_file(int pool) in kvp_update_file() 186 static void kvp_update_mem_state(int pool) in kvp_update_mem_state() 278 static int kvp_key_delete(int pool, const __u8 *key, int key_size) in kvp_key_delete() 321 static int kvp_key_add_or_modify(int pool, const __u8 *key, int key_size, in kvp_key_add_or_modify() 375 static int kvp_get_value(int pool, const __u8 *key, int key_size, __u8 *value, in kvp_get_value() 407 static int kvp_pool_enumerate(int pool, int index, __u8 *key, int key_size, in kvp_pool_enumerate() 1677 int pool; in main() local
|
| /tools/workqueue/ |
| D | wq_dump.py | 153 pool = drgn.Object(prog, 'struct worker_pool', address=pool) variable 158 pool = drgn.Object(prog, 'struct worker_pool', address=pool) variable
|
| /tools/usb/usbip/libsrc/ |
| D | names.c | 142 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/ |
| D | sharedbuffer_configuration.py | 47 def _get_th(self, pool): argument 237 def dl_set(self, pool, th): argument
|