Searched refs:alloc_queue (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_cmdbuf.c | 128 	wait_queue_head_t alloc_queue;  member268 	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()
 1341 	init_waitqueue_head(&man->alloc_queue);  in vmw_cmdbuf_man_create()
 
 | 
| /Linux-v5.4/arch/sparc/kernel/ | 
| D | ldc.c | 975 static int alloc_queue(const char *name, unsigned long num_entries,  in alloc_queue()  function1211 	err = alloc_queue("TX", lp->tx_num_entries,  in ldc_alloc()
 1216 	err = alloc_queue("RX", lp->rx_num_entries,  in ldc_alloc()
 
 | 
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ | 
| D | sta.c | 2869 	bool alloc_queue = true;  in iwl_mvm_sta_tx_agg_oper()  local2926 		alloc_queue = false;  in iwl_mvm_sta_tx_agg_oper()
 2932 	if (!alloc_queue && buf_size < IWL_FRAME_LIMIT) {  in iwl_mvm_sta_tx_agg_oper()
 2955 	if (alloc_queue)  in iwl_mvm_sta_tx_agg_oper()
 
 |