Home
last modified time | relevance | path

Searched refs:wqp (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-pow.h778 uint64_t wqp:36; member
780 uint64_t wqp:36;
813 uint64_t wqp:36; member
815 uint64_t wqp:36;
874 uint64_t wqp:36; member
876 uint64_t wqp:36;
1299 return (cvmx_wqe_t *) cvmx_phys_to_ptr(load_resp.s_sstatus4.wqp); in cvmx_pow_get_current_wqp()
1641 static inline void cvmx_pow_tag_sw_full_nocheck(cvmx_wqe_t *wqp, uint32_t tag, in cvmx_pow_tag_sw_full_nocheck() argument
1661 if (wqp != cvmx_phys_to_ptr(0x80)) in cvmx_pow_tag_sw_full_nocheck()
1662 if (wqp != cvmx_pow_get_current_wqp()) in cvmx_pow_tag_sw_full_nocheck()
[all …]
Dcvmx-pko.h214 uint64_t wqp:1; member
253 uint64_t wqp:1;
/Linux-v4.19/fs/fscache/
Dmain.c61 struct workqueue_struct **wqp = table->extra1; in fscache_max_active_sysctl() local
67 workqueue_set_max_active(*wqp, *datap); in fscache_max_active_sysctl()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c432 struct mlx5_wq_param wqp; in mlx5_fpga_conn_create_cq() local
443 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
444 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_cq()
446 err = mlx5_cqwq_create(mdev, &wqp, temp_cqc, &conn->cq.wq, in mlx5_fpga_conn_create_cq()
520 struct mlx5_wq_param wqp; in mlx5_fpga_conn_create_wq() local
522 wqp.buf_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
523 wqp.db_numa_node = mdev->priv.numa_node; in mlx5_fpga_conn_create_wq()
525 return mlx5_wq_qp_create(mdev, &wqp, qpc, &conn->qp.wq, in mlx5_fpga_conn_create_wq()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli.h210 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
Dlpfc_init.c8733 pring->sli.sli4.wqp = (void *)wq; in lpfc_create_wq_cq()
12465 pring->sli.sli4.wqp = in lpfc_fof_queue_setup()
/Linux-v4.19/arch/powerpc/include/asm/
Dkvm_host.h723 struct swait_queue_head *wqp; member
/Linux-v4.19/virt/kvm/
Dkvm_main.c2223 struct swait_queue_head *wqp; in kvm_vcpu_wake_up() local
2225 wqp = kvm_arch_vcpu_wq(vcpu); in kvm_vcpu_wake_up()
2226 if (swq_has_sleeper(wqp)) { in kvm_vcpu_wake_up()
2227 swake_up_one(wqp); in kvm_vcpu_wake_up()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv.c215 struct swait_queue_head *wqp; in kvmppc_fast_vcpu_kick_hv() local
217 wqp = kvm_arch_vcpu_wq(vcpu); in kvmppc_fast_vcpu_kick_hv()
218 if (swq_has_sleeper(wqp)) { in kvmppc_fast_vcpu_kick_hv()
219 swake_up_one(wqp); in kvmppc_fast_vcpu_kick_hv()
3478 vcpu->arch.wqp = &vcpu->arch.vcore->wq; in kvmppc_vcpu_run_hv()
Dpowerpc.c708 vcpu->arch.wqp = &vcpu->wq; in kvm_arch_vcpu_create()
/Linux-v4.19/include/linux/
Dkvm_host.h882 return vcpu->arch.wqp; in kvm_arch_vcpu_wq()