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
7636 pring->sli.sli4.wqp = (void *)phba->sli4_hba.fcp_wq[fcp_wqidx]; in lpfc_sli4_queue_setup()7733 pring->sli.sli4.wqp = (void *)phba->sli4_hba.els_wq; in lpfc_sli4_queue_setup()
629 wait_queue_head_t *wqp; member
117 wait_queue_head_t *wqp; in kvmppc_fast_vcpu_kick_hv() local119 wqp = kvm_arch_vcpu_wq(vcpu); in kvmppc_fast_vcpu_kick_hv()120 if (waitqueue_active(wqp)) { in kvmppc_fast_vcpu_kick_hv()121 wake_up_interruptible(wqp); in kvmppc_fast_vcpu_kick_hv()2712 vcpu->arch.wqp = &vcpu->arch.vcore->wq; in kvmppc_vcpu_run_hv()
627 vcpu->arch.wqp = &vcpu->wq; in kvm_arch_vcpu_create()
2072 wait_queue_head_t *wqp; in kvm_vcpu_kick() local2074 wqp = kvm_arch_vcpu_wq(vcpu); in kvm_vcpu_kick()2075 if (waitqueue_active(wqp)) { in kvm_vcpu_kick()2076 wake_up_interruptible(wqp); in kvm_vcpu_kick()
800 return vcpu->arch.wqp; in kvm_arch_vcpu_wq()