Searched defs:rq (Results 26 - 50 of 474) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Digt_gem_utils.c24 struct i915_request *rq; local
115 struct i915_request *rq; local
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.c209 intel_renderstate_emit(struct intel_renderstate *so, struct i915_request *rq) argument
H A Dintel_engine_pm.h91 struct i915_request *rq; local
H A Dintel_ring.h41 static inline void intel_ring_advance(struct i915_request *rq, u32 *cs) argument
81 static inline u32 intel_ring_offset(const struct i915_request *rq, void *addr) argument
[all...]
H A Dselftest_ring_submission.c72 struct i915_request *rq; local
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_cmd.c83 static void pxp_request_commit(struct i915_request *rq) argument
99 struct i915_request *rq; local
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.h220 static inline int __i915_request_await_exclusive(struct i915_request *rq, argument
[all...]
H A Di915_trace.h500 trace_i915_request_guc_submit(struct i915_request *rq) argument
505 trace_i915_request_submit(struct i915_request *rq) argument
510 trace_i915_request_execute(struct i915_request *rq) argument
515 trace_i915_request_in(struct i915_request *rq, unsigned int port) argument
520 trace_i915_request_out(struct i915_request *rq) argument
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dselftest_guc_hangcheck.c17 struct i915_request *rq; local
36 struct i915_request *rq; local
[all...]
H A Dselftest_guc_multi_lrc.c80 struct i915_request *rq, *child_rq; local
114 struct i915_request *rq; local
[all...]
H A Dintel_gsc_uc_heci_cmd_submit.c20 static int emit_gsc_heci_pkt(struct i915_request *rq, struct gsc_heci_pkt *pkt) argument
47 struct i915_request *rq; local
143 struct i915_request *rq; local
[all...]
H A Dselftest_guc.c11 static int request_add_spin(struct i915_request *rq, struct igt_spinner *spin) argument
26 struct i915_request *rq; local
54 struct i915_request *last[3] = {NULL, NULL, NULL}, *rq; local
153 struct i915_request *spin_rq = NULL, *rq, *last = NULL; local
315 struct i915_request *rq; local
[all...]
/linux-master/drivers/staging/octeon/
H A Dethernet-mdio.c54 int cvm_oct_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) argument
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c21 int enic_addfltr_5t(struct enic *enic, struct flow_keys *keys, u16 rq) argument
H A Dvnic_rq.c18 static int vnic_rq_alloc_bufs(struct vnic_rq *rq) argument
53 vnic_rq_free(struct vnic_rq *rq) argument
72 vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index, unsigned int desc_count, unsigned int desc_size) argument
101 vnic_rq_init_start(struct vnic_rq *rq, unsigned int cq_index, unsigned int fetch_index, unsigned int posted_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) argument
125 vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) argument
133 vnic_rq_error_status(struct vnic_rq *rq) argument
138 vnic_rq_enable(struct vnic_rq *rq) argument
143 vnic_rq_disable(struct vnic_rq *rq) argument
171 vnic_rq_clean(struct vnic_rq *rq, void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf)) argument
[all...]
/linux-master/drivers/platform/chrome/wilco_ec/
H A Dmailbox.c91 wilco_ec_prepare(struct wilco_ec_message *msg, struct wilco_ec_request *rq) argument
115 wilco_ec_transfer(struct wilco_ec_device *ec, struct wilco_ec_message *msg, struct wilco_ec_request *rq) argument
198 struct wilco_ec_request *rq; local
[all...]
H A Dproperties.c62 struct ec_property_request rq; local
34 send_property_msg(struct wilco_ec_device *ec, struct ec_property_request *rq, struct ec_property_response *rs) argument
84 struct ec_property_request rq; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dconn.h82 } rq; member in struct:mlx5_fpga_conn::__anon1228
/linux-master/kernel/sched/
H A Dstats.c6 void __update_stats_wait_start(struct rq *rq, struct task_struct *p, argument
20 void __update_stats_wait_end(struct rq *rq, struct task_struct *p, argument
47 void __update_stats_enqueue_sleeper(struct rq *rq, struct task_struct *p, argument
126 struct rq *rq; local
[all...]
H A Dstop_task.c19 balance_stop(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) argument
26 wakeup_preempt_stop(struct rq *rq, struct task_struct *p, int flags) argument
31 static void set_next_task_stop(struct rq *rq, struct task_struct *stop, bool first) argument
36 static struct task_struct *pick_task_stop(struct rq *rq) argument
44 pick_next_task_stop(struct rq *rq) argument
55 enqueue_task_stop(struct rq *rq, struct task_struct *p, int flags) argument
61 dequeue_task_stop(struct rq *rq, struct task_struct *p, int flags) argument
66 yield_task_stop(struct rq *rq) argument
71 put_prev_task_stop(struct rq *rq, struct task_struct *prev) argument
84 task_tick_stop(struct rq *rq, struct task_struct *curr, int queued) argument
88 switched_to_stop(struct rq *rq, struct task_struct *p) argument
94 prio_changed_stop(struct rq *rq, struct task_struct *p, int oldprio) argument
99 update_curr_stop(struct rq *rq) argument
[all...]
H A Dpelt.h13 static inline u64 thermal_load_avg(struct rq *rq) argument
19 update_thermal_load_avg(u64 now, struct rq *r argument
24 thermal_load_avg(struct rq *rq) argument
34 update_irq_load_avg(struct rq *rq, u64 running) argument
64 rq_clock_pelt(struct rq *rq) argument
73 _update_idle_rq_clock_pelt(struct rq *rq) argument
95 update_rq_clock_pelt(struct rq *rq, s64 delta) argument
133 update_idle_rq_clock_pelt(struct rq *rq) argument
193 update_rt_rq_load_avg(u64 now, struct rq *rq, int running) argument
199 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) argument
205 update_thermal_load_avg(u64 now, struct rq *rq, u64 capacity) argument
210 thermal_load_avg(struct rq *rq) argument
216 update_irq_load_avg(struct rq *rq, u64 running) argument
221 rq_clock_pelt(struct rq *rq) argument
227 update_rq_clock_pelt(struct rq *rq, s64 delta) argument
230 update_idle_rq_clock_pelt(struct rq *rq) argument
[all...]
/linux-master/drivers/scsi/fnic/
H A Dvnic_rq.c15 static int vnic_rq_alloc_bufs(struct vnic_rq *rq) argument
53 vnic_rq_free(struct vnic_rq *rq) argument
70 vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index, unsigned int desc_count, unsigned int desc_size) argument
99 vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) argument
125 vnic_rq_error_status(struct vnic_rq *rq) argument
130 vnic_rq_enable(struct vnic_rq *rq) argument
135 vnic_rq_disable(struct vnic_rq *rq) argument
153 vnic_rq_clean(struct vnic_rq *rq, void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf)) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_txrx.h85 static inline void mlx5e_ktls_handle_rx_skb(struct mlx5e_rq *rq, argument
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ptp.c15 dpaa2_ptp_enable(struct ptp_clock_info *ptp, struct ptp_clock_request *rq, int on) argument
/linux-master/drivers/gpu/drm/i915/selftests/
H A Digt_spinner.c128 struct i915_request *rq = NULL; local
116 hws_address(const struct i915_vma *hws, const struct i915_request *rq) argument
220 hws_seqno(const struct igt_spinner *spin, const struct i915_request *rq) argument
253 igt_wait_for_spinner(struct igt_spinner *spin, struct i915_request *rq) argument
[all...]

Completed in 195 milliseconds

1234567891011>>