Searched refs:alloc_queue (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/vmwgfx/ |
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()
|
/linux-6.14.4/arch/sparc/kernel/ |
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.14.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | sta.c | 3206 bool alloc_queue = true; in iwl_mvm_sta_tx_agg_oper() local 3263 alloc_queue = false; in iwl_mvm_sta_tx_agg_oper() 3269 if (!alloc_queue && buf_size < IWL_FRAME_LIMIT) { in iwl_mvm_sta_tx_agg_oper() 3292 if (alloc_queue) in iwl_mvm_sta_tx_agg_oper()
|