Searched refs:queue_sz (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/firmware/arm_scmi/ |
D | notify.h | 73 size_t queue_sz; member
|
D | system.c | 119 .queue_sz = SCMI_PROTO_QUEUE_SZ,
|
D | notify.c | 692 u8 proto_id, size_t queue_sz, size_t eh_sz, in scmi_allocate_registered_events_desc() argument 711 ret = scmi_initialize_events_queue(ni, &pd->equeue, queue_sz); in scmi_allocate_registered_events_desc() 783 pd = scmi_allocate_registered_events_desc(ni, proto_id, ee->queue_sz, in scmi_register_protocol_events()
|
D | power.c | 291 .queue_sz = SCMI_PROTO_QUEUE_SZ,
|
D | reset.c | 306 .queue_sz = SCMI_PROTO_QUEUE_SZ,
|
D | base.c | 366 .queue_sz = 4 * SCMI_PROTO_QUEUE_SZ,
|
D | clock.c | 567 .queue_sz = SCMI_PROTO_QUEUE_SZ,
|
D | powercap.c | 798 .queue_sz = SCMI_PROTO_QUEUE_SZ,
|
D | perf.c | 799 .queue_sz = SCMI_PROTO_QUEUE_SZ,
|
D | sensors.c | 1105 .queue_sz = SCMI_PROTO_QUEUE_SZ,
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | selftest_execlists.c | 2800 int queue_sz, int ring_sz) in __live_preempt_ring() argument 2854 while (ce[0]->ring->tail - rq->wa_tail <= queue_sz) { in __live_preempt_ring() 2870 engine->name, queue_sz, n, in __live_preempt_ring()
|