Searched refs:alloc_queue (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf.c | 128 wait_queue_head_t alloc_queue; member 268 wake_up_all(&man->alloc_queue); in __vmw_cmdbuf_header_free() 830 (man->alloc_queue, vmw_cmdbuf_try_alloc(man, &info)); in vmw_cmdbuf_alloc_space() 839 wait_event(man->alloc_queue, vmw_cmdbuf_try_alloc(man, &info)); in vmw_cmdbuf_alloc_space() 1332 init_waitqueue_head(&man->alloc_queue); in vmw_cmdbuf_man_create()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | ldc.c | 975 static int alloc_queue(const char *name, unsigned long num_entries, in alloc_queue() function 1211 err = alloc_queue("TX", lp->tx_num_entries, in ldc_alloc() 1216 err = alloc_queue("RX", lp->rx_num_entries, in ldc_alloc()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.c | 3209 bool alloc_queue = true; in iwl_mvm_sta_tx_agg_oper() local 3266 alloc_queue = false; in iwl_mvm_sta_tx_agg_oper() 3272 if (!alloc_queue && buf_size < IWL_FRAME_LIMIT) { in iwl_mvm_sta_tx_agg_oper() 3295 if (alloc_queue) in iwl_mvm_sta_tx_agg_oper()
|