Searched refs:alloc_queue (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_cmdbuf.c | 129 wait_queue_head_t alloc_queue; member 269 wake_up_all(&man->alloc_queue); in __vmw_cmdbuf_header_free() 831 (man->alloc_queue, vmw_cmdbuf_try_alloc(man, &info)); in vmw_cmdbuf_alloc_space() 840 wait_event(man->alloc_queue, vmw_cmdbuf_try_alloc(man, &info)); in vmw_cmdbuf_alloc_space() 1342 init_waitqueue_head(&man->alloc_queue); in vmw_cmdbuf_man_create()
|
/linux-6.3-rc2/arch/sparc/kernel/ |
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()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | sta.c | 3043 bool alloc_queue = true; in iwl_mvm_sta_tx_agg_oper() local 3100 alloc_queue = false; in iwl_mvm_sta_tx_agg_oper() 3106 if (!alloc_queue && buf_size < IWL_FRAME_LIMIT) { in iwl_mvm_sta_tx_agg_oper() 3129 if (alloc_queue) in iwl_mvm_sta_tx_agg_oper()
|
Completed in 16 milliseconds