Searched refs:_queue (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/python/qemu/qmp/ |
H A D | events.py | 485 self._queue: 'asyncio.Queue[Message]' = asyncio.Queue() 549 await self._queue.put(event) 557 return await self._queue.get() 563 return self._queue.empty() 583 events.append(self._queue.get_nowait())
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | ath5k.h | 139 #define AR5K_REG_READ_Q(ah, _reg, _queue) \ argument 140 (ath5k_hw_reg_read(ah, _reg) & (1 << _queue)) \ 142 #define AR5K_REG_WRITE_Q(ah, _reg, _queue) \ argument 143 ath5k_hw_reg_write(ah, (1 << _queue), _reg) 145 #define AR5K_Q_ENABLE_BITS(_reg, _queue) do { \ argument 146 _reg |= 1 << _queue; \ 149 #define AR5K_Q_DISABLE_BITS(_reg, _queue) do { \ argument 150 _reg &= ~(1 << _queue); \
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | ap.h | 26 #define AP_MKQID(_card, _queue) (((_card) & 0xff) << 8 | ((_queue) & 0xff)) argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
H A D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 231 -_queue queues[NUMBER_OF_MODEMS]; // Queues 267 +EXTERN _queue queues[NUMBER_OF_MODEMS]; // Queues
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 3789 unsigned int link_id, u16 _queue, in b43_op_conf_tx() argument 3794 unsigned int queue = (unsigned int)_queue; in b43_op_conf_tx()
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 5654 The max\_queue\_size=@var{size} is to set the max compare queue
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 7102 -rwxr-xr-x root root 19320 ./usr/lib/python3.8/lib-dynload/_queue.cpython-38-x86_6…
|
H A D | buildhistory_filelist1.txt | 7100 -rwxr-xr-x root root 19320 ./usr/lib/python3.8/lib-dynload/_queue.cpython-38-x86_6…
|