/kernel/liteos_m/testsuites/sample/kernel/task/ |
H A D | It_los_task_093.c | 36 #define QUEUE_SIZE 3
macro 62 ret = LOS_QueueCreate("Q1", QUEUE_SIZE, &g_testQueueID01, 0, QUEUE_BUF_SIZE);
in TestCase()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | cyclades.h | 470 #define QUEUE_SIZE (10*MAX_CHAN) macro 473 unsigned char intr_code[QUEUE_SIZE]; 474 unsigned long channel[QUEUE_SIZE]; 475 unsigned long param[QUEUE_SIZE];
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | cyclades.h | 292 #define QUEUE_SIZE (10 * MAX_CHAN) macro 294 unsigned char intr_code[QUEUE_SIZE]; 295 unsigned long channel[QUEUE_SIZE]; 296 unsigned long param[QUEUE_SIZE];
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | cyclades.h | 292 #define QUEUE_SIZE (10 * MAX_CHAN) macro 294 unsigned char intr_code[QUEUE_SIZE]; 295 unsigned long channel[QUEUE_SIZE]; 296 unsigned long param[QUEUE_SIZE];
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | cyclades.h | 286 #define QUEUE_SIZE (10*MAX_CHAN) macro 288 unsigned char intr_code[QUEUE_SIZE]; 289 unsigned long channel[QUEUE_SIZE]; 290 unsigned long param[QUEUE_SIZE];
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | u_serial.c | 76 /* RX and TX queues can buffer QUEUE_SIZE packets before they hit the 80 #define QUEUE_SIZE 16 macro 249 if (port->write_started >= QUEUE_SIZE) in gs_start_tx() 322 if (port->read_started >= QUEUE_SIZE) in gs_start_rx() 358 * So QUEUE_SIZE packets plus however many the FIFO holds (usually two) 513 int n = allocated ? QUEUE_SIZE - *allocated : QUEUE_SIZE; in gs_alloc_requests() 515 /* Pre-allocate up to QUEUE_SIZE transfers, but if we can't in gs_alloc_requests()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | u_serial.c | 77 /* RX and TX queues can buffer QUEUE_SIZE packets before they hit the 81 #define QUEUE_SIZE 16 macro 250 if (port->write_started >= QUEUE_SIZE) in gs_start_tx() 321 if (port->read_started >= QUEUE_SIZE) in gs_start_rx() 357 * So QUEUE_SIZE packets plus however many the FIFO holds (usually two) 512 int n = allocated ? QUEUE_SIZE - *allocated : QUEUE_SIZE; in gs_alloc_requests() 514 /* Pre-allocate up to QUEUE_SIZE transfers, but if we can't in gs_alloc_requests()
|
/kernel/linux/linux-6.6/tools/tracing/latency/ |
H A D | latency-collector.c | 219 #define QUEUE_SIZE (10) macro 222 struct entry entries[QUEUE_SIZE]; 802 return QUEUE_SIZE - q->next_cons_idx + q->next_prod_idx; in queue_len() 807 int nr_free = QUEUE_SIZE - queue_len(q); in queue_nr_free() 820 *idx = (*idx + 1) % QUEUE_SIZE; in queue_idx_inc()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_send.c | 7 #define QUEUE_SIZE 128 macro 878 cq_size = QUEUE_SIZE + 1; in mlx5dr_send_ring_alloc() 889 init_attr.max_send_wr = QUEUE_SIZE; in mlx5dr_send_ring_alloc() 901 dmn->info.max_send_wr = QUEUE_SIZE; in mlx5dr_send_ring_alloc()
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpi6000.c | 1384 #define QUEUE_SIZE 0x8000 macro 1392 if (address > (u32)(QUEUE_START + QUEUE_SIZE)) in hpi6000_send_data_check_adr() 1395 (u32)(QUEUE_START + QUEUE_SIZE)) in hpi6000_send_data_check_adr()
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpi6000.c | 1382 #define QUEUE_SIZE 0x8000 macro 1390 if (address > (u32)(QUEUE_START + QUEUE_SIZE)) in hpi6000_send_data_check_adr() 1393 (u32)(QUEUE_START + QUEUE_SIZE)) in hpi6000_send_data_check_adr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_send.c | 7 #define QUEUE_SIZE 128 macro 1231 cq_size = QUEUE_SIZE + 1; in mlx5dr_send_ring_alloc() 1242 init_attr.max_send_wr = QUEUE_SIZE; in mlx5dr_send_ring_alloc() 1259 dmn->info.max_send_wr = QUEUE_SIZE; in mlx5dr_send_ring_alloc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gc_9_4_3.c | 331 CP_HQD_PQ_CONTROL, QUEUE_SIZE); in kgd_gfx_v9_4_3_hqd_load()
|
H A D | amdgpu_amdkfd_gfx_v10_3.c | 241 CP_HQD_PQ_CONTROL, QUEUE_SIZE); in hqd_load_v10_3()
|
H A D | amdgpu_amdkfd_gfx_v10.c | 255 CP_HQD_PQ_CONTROL, QUEUE_SIZE); in kgd_hqd_load()
|
H A D | amdgpu_amdkfd_gfx_v11.c | 226 CP_HQD_PQ_CONTROL, QUEUE_SIZE); in hqd_load_v11()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | hfi_venus.c | 88 #define QUEUE_SIZE \ macro 93 #define ALIGNED_QUEUE_SIZE ALIGN(QUEUE_SIZE, SZ_4K)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gfx_v10.c | 270 CP_HQD_PQ_CONTROL, QUEUE_SIZE); in kgd_hqd_load()
|
H A D | amdgpu_amdkfd_gfx_v9.c | 281 CP_HQD_PQ_CONTROL, QUEUE_SIZE); in kgd_gfx_v9_hqd_load()
|
H A D | amdgpu_amdkfd_gfx_v10_3.c | 255 CP_HQD_PQ_CONTROL, QUEUE_SIZE); in hqd_load_v10_3()
|
H A D | mes_v10_1.c | 662 tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_CONTROL, QUEUE_SIZE, in mes_v10_1_mqd_init()
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_def.h | 142 #define QUEUE_SIZE 64 macro
|
H A D | ql4_os.c | 4247 ha->queues_len = ((REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc() 4248 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc() 4274 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc() 4277 QUEUE_SIZE)); in qla4xxx_mem_alloc() 4279 (REQUEST_QUEUE_DEPTH * QUEUE_SIZE) + in qla4xxx_mem_alloc() 4280 (RESPONSE_QUEUE_DEPTH * QUEUE_SIZE); in qla4xxx_mem_alloc() 4283 QUEUE_SIZE) + in qla4xxx_mem_alloc() 4285 QUEUE_SIZE)); in qla4xxx_mem_alloc()
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_def.h | 141 #define QUEUE_SIZE 64 macro
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_venus.c | 88 #define QUEUE_SIZE \ macro 93 #define ALIGNED_QUEUE_SIZE ALIGN(QUEUE_SIZE, SZ_4K)
|