Home
last modified time | relevance | path

Searched refs:client_pool (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_diag.c72 } *client_pool; variable
82 dc = client_pool; in get_client()
85 client_pool = dc->next; in get_client()
126 rdc->next = client_pool; in return_client()
127 client_pool = rdc; in return_client()
200 while (client_pool) { in qib_diag_remove()
201 dc = client_pool; in qib_diag_remove()
202 client_pool = dc->next; in qib_diag_remove()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py599 def client_pool(self): member in SignatureGeneratorUniHashMixIn
696 with self.client_pool() as client_pool:
697 uncached_result = client_pool.unihashes_exist(uncached_query)
734 with self.client_pool() as client_pool:
735 query_result = client_pool.get_unihashes(queries)
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dtests.py576 with ClientPool(self.server_address, 10) as client_pool:
584 result = client_pool.get_unihashes(query)
617 with ClientPool(self.server_address, 10) as client_pool:
636 result = client_pool.unihashes_exist(query)
/openbmc/linux/sound/core/seq/
H A Dseq_clientmgr.c2287 struct snd_seq_client_pool client_pool; in snd_seq_ioctl() member