Searched refs:wqp (Results 1 – 10 of 10) sorted by relevance
778 uint64_t wqp:36; member780 uint64_t wqp:36;813 uint64_t wqp:36; member815 uint64_t wqp:36;874 uint64_t wqp:36; member876 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() argument1661 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 …]
214 uint64_t wqp:1; member253 uint64_t wqp:1;
60 struct workqueue_struct **wqp = table->extra1; in fscache_max_active_sysctl() local66 workqueue_set_max_active(*wqp, *datap); in fscache_max_active_sysctl()
186 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
7615 pring->sli.sli4.wqp = (void *)phba->sli4_hba.fcp_wq[fcp_wqidx]; in lpfc_sli4_queue_setup()7712 pring->sli.sli4.wqp = (void *)phba->sli4_hba.els_wq; in lpfc_sli4_queue_setup()
118 wait_queue_head_t *wqp; in kvmppc_fast_vcpu_kick_hv() local120 wqp = kvm_arch_vcpu_wq(vcpu); in kvmppc_fast_vcpu_kick_hv()121 if (waitqueue_active(wqp)) { in kvmppc_fast_vcpu_kick_hv()122 wake_up_interruptible(wqp); in kvmppc_fast_vcpu_kick_hv()2257 vcpu->arch.wqp = &vcpu->arch.vcore->wq; in kvmppc_vcpu_run_hv()
623 vcpu->arch.wqp = &vcpu->wq; in kvm_arch_vcpu_create()
616 wait_queue_head_t *wqp; member
1829 wait_queue_head_t *wqp; in kvm_vcpu_kick() local1831 wqp = kvm_arch_vcpu_wq(vcpu); in kvm_vcpu_kick()1832 if (waitqueue_active(wqp)) { in kvm_vcpu_kick()1833 wake_up_interruptible(wqp); in kvm_vcpu_kick()
707 return vcpu->arch.wqp; in kvm_arch_vcpu_wq()