Home
last modified time | relevance | path

Searched refs:queue_sz (Results 1 – 9 of 9) sorted by relevance

/drivers/firmware/arm_scmi/
Dnotify.h73 size_t queue_sz; member
Dsystem.c107 .queue_sz = SCMI_PROTO_QUEUE_SZ,
Dnotify.c692 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()
Dpower.c275 .queue_sz = SCMI_PROTO_QUEUE_SZ,
Dbase.c325 .queue_sz = 4 * SCMI_PROTO_QUEUE_SZ,
Dreset.c288 .queue_sz = SCMI_PROTO_QUEUE_SZ,
Dperf.c868 .queue_sz = SCMI_PROTO_QUEUE_SZ,
Dsensors.c957 .queue_sz = SCMI_PROTO_QUEUE_SZ,
/drivers/gpu/drm/i915/gt/
Dselftest_lrc.c2748 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()