Searched refs:queue_sz (Results 1 - 11 of 11) sorted by path

/linux-master/drivers/firmware/arm_scmi/
H A Dbase.c369 .queue_sz = 4 * SCMI_PROTO_QUEUE_SZ,
H A Dclock.c1055 .queue_sz = SCMI_PROTO_QUEUE_SZ,
H A Dnotify.c679 * @queue_sz: Size of the associated queue to allocate
693 u8 proto_id, size_t queue_sz, size_t eh_sz,
712 ret = scmi_initialize_events_queue(ni, &pd->equeue, queue_sz);
784 pd = scmi_allocate_registered_events_desc(ni, proto_id, ee->queue_sz,
692 scmi_allocate_registered_events_desc(struct scmi_notify_instance *ni, u8 proto_id, size_t queue_sz, size_t eh_sz, int num_events, const struct scmi_event_ops *ops) argument
H A Dnotify.h68 * @queue_sz: Size in bytes of the per-protocol queue to use.
77 size_t queue_sz; member in struct:scmi_protocol_events
H A Dperf.c1255 .queue_sz = SCMI_PROTO_QUEUE_SZ,
H A Dpower.c317 .queue_sz = SCMI_PROTO_QUEUE_SZ,
H A Dpowercap.c954 .queue_sz = SCMI_PROTO_QUEUE_SZ,
H A Dreset.c334 .queue_sz = SCMI_PROTO_QUEUE_SZ,
H A Dsensors.c1143 .queue_sz = SCMI_PROTO_QUEUE_SZ,
H A Dsystem.c135 .queue_sz = SCMI_PROTO_QUEUE_SZ,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c2798 int queue_sz, int ring_sz)
2852 while (ce[0]->ring->tail - rq->wa_tail <= queue_sz) {
2868 engine->name, queue_sz, n,
2796 __live_preempt_ring(struct intel_engine_cs *engine, struct igt_spinner *spin, int queue_sz, int ring_sz) argument

Completed in 236 milliseconds