Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/drivers/scsi/lpfc/
Dlpfc_sli.h186 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member
Dlpfc_init.c7636 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()
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_host.h629 wait_queue_head_t *wqp; member
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv.c117 wait_queue_head_t *wqp; in kvmppc_fast_vcpu_kick_hv() local
119 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()
Dpowerpc.c627 vcpu->arch.wqp = &vcpu->wq; in kvm_arch_vcpu_create()
/linux-4.4.14/virt/kvm/
Dkvm_main.c2072 wait_queue_head_t *wqp; in kvm_vcpu_kick() local
2074 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()
/linux-4.4.14/include/linux/
Dkvm_host.h800 return vcpu->arch.wqp; in kvm_arch_vcpu_wq()