Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/fs/fscache/
Dmain.c60 struct workqueue_struct **wqp = table->extra1; in fscache_max_active_sysctl() local
66 workqueue_set_max_active(*wqp, *datap); in fscache_max_active_sysctl()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_sli.h186 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
Dlpfc_init.c7615 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()
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv.c118 wait_queue_head_t *wqp; in kvmppc_fast_vcpu_kick_hv() local
120 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()
Dpowerpc.c623 vcpu->arch.wqp = &vcpu->wq; in kvm_arch_vcpu_create()
/linux-4.1.27/arch/powerpc/include/asm/
Dkvm_host.h616 wait_queue_head_t *wqp; member
/linux-4.1.27/virt/kvm/
Dkvm_main.c1829 wait_queue_head_t *wqp; in kvm_vcpu_kick() local
1831 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()
/linux-4.1.27/include/linux/
Dkvm_host.h707 return vcpu->arch.wqp; in kvm_arch_vcpu_wq()