Searched refs:queue_sz (Results 1 – 9 of 9) sorted by relevance
/drivers/firmware/arm_scmi/ |
D | notify.h | 73 size_t queue_sz; member
|
D | system.c | 107 .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 | 275 .queue_sz = SCMI_PROTO_QUEUE_SZ,
|
D | base.c | 325 .queue_sz = 4 * SCMI_PROTO_QUEUE_SZ,
|
D | reset.c | 288 .queue_sz = SCMI_PROTO_QUEUE_SZ,
|
D | perf.c | 868 .queue_sz = SCMI_PROTO_QUEUE_SZ,
|
D | sensors.c | 957 .queue_sz = SCMI_PROTO_QUEUE_SZ,
|
/drivers/gpu/drm/i915/gt/ |
D | selftest_lrc.c | 2748 int queue_sz, int ring_sz) in __live_preempt_ring() argument 2802 while (ce[0]->ring->tail - rq->wa_tail <= queue_sz) { in __live_preempt_ring() 2818 engine->name, queue_sz, n, in __live_preempt_ring()
|