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

/linux-4.4.14/fs/fscache/
H A Dmain.c60 struct workqueue_struct **wqp = table->extra1; fscache_max_active_sysctl() local
66 workqueue_set_max_active(*wqp, *datap); fscache_max_active_sysctl()
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-pow.h624 /* This is the wqp when pend_nosched_clr is set. */
775 * The wqp attached to the core (updated when new tag
778 uint64_t wqp:36; member in struct:__anon2003::__anon2009
780 uint64_t wqp:36;
810 * The wqp attached to the core (updated when new tag
813 uint64_t wqp:36; member in struct:__anon2003::__anon2010
815 uint64_t wqp:36;
874 uint64_t wqp:36; member in struct:__anon2003::__anon2012
876 uint64_t wqp:36;
1299 return (cvmx_wqe_t *) cvmx_phys_to_ptr(load_resp.s_sstatus4.wqp); cvmx_pow_get_current_wqp()
1635 * @wqp: pointer to work queue entry to submit. This entry is
1641 static inline void cvmx_pow_tag_sw_full_nocheck(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_sw_full_nocheck() argument
1661 if (wqp != cvmx_phys_to_ptr(0x80)) cvmx_pow_tag_sw_full_nocheck()
1662 if (wqp != cvmx_pow_get_current_wqp()) cvmx_pow_tag_sw_full_nocheck()
1664 __func__, wqp, cvmx_pow_tag_sw_full_nocheck()
1686 ptr.sio.offset = CAST64(wqp); cvmx_pow_tag_sw_full_nocheck()
1709 * @wqp: pointer to work queue entry to submit. This entry is updated
1715 static inline void cvmx_pow_tag_sw_full(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_tag_sw_full() argument
1728 cvmx_pow_tag_sw_full_nocheck(wqp, tag, tag_type, group); cvmx_pow_tag_sw_full()
1799 * @wqp: pointer to work queue entry to submit. This entry is
1806 static inline void cvmx_pow_work_submit(cvmx_wqe_t *wqp, uint32_t tag, cvmx_pow_work_submit() argument
1813 wqp->word1.tag = tag; cvmx_pow_work_submit()
1814 wqp->word1.tag_type = tag_type; cvmx_pow_work_submit()
1816 cvmx_wqe_set_qos(wqp, qos); cvmx_pow_work_submit()
1817 cvmx_wqe_set_grp(wqp, grp); cvmx_pow_work_submit()
1830 ptr.sio.offset = cvmx_ptr_to_phys(wqp); cvmx_pow_work_submit()
H A Dcvmx-pko.h214 uint64_t wqp:1; member in struct:__anon1989::__anon1990
253 uint64_t wqp:1;
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_sli.h186 struct lpfc_queue *wqp; /* Pointer to associated WQ */ member in struct:lpfc_sli4_ring
H A Dlpfc_init.c7636 pring->sli.sli4.wqp = (void *)phba->sli4_hba.fcp_wq[fcp_wqidx]; lpfc_sli4_queue_setup()
7733 pring->sli.sli4.wqp = (void *)phba->sli4_hba.els_wq; lpfc_sli4_queue_setup()
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_hv.c117 wait_queue_head_t *wqp; kvmppc_fast_vcpu_kick_hv() local
119 wqp = kvm_arch_vcpu_wq(vcpu); kvmppc_fast_vcpu_kick_hv()
120 if (waitqueue_active(wqp)) { kvmppc_fast_vcpu_kick_hv()
121 wake_up_interruptible(wqp); kvmppc_fast_vcpu_kick_hv()
2712 vcpu->arch.wqp = &vcpu->arch.vcore->wq; kvmppc_vcpu_run_hv()
H A Dpowerpc.c627 vcpu->arch.wqp = &vcpu->wq; kvm_arch_vcpu_create()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dkvm_host.h629 wait_queue_head_t *wqp; member in struct:kvmppc_slb::kvm_vcpu_arch
/linux-4.4.14/virt/kvm/
H A Dkvm_main.c2072 wait_queue_head_t *wqp; kvm_vcpu_kick() local
2074 wqp = kvm_arch_vcpu_wq(vcpu); kvm_vcpu_kick()
2075 if (waitqueue_active(wqp)) { kvm_vcpu_kick()
2076 wake_up_interruptible(wqp); kvm_vcpu_kick()
/linux-4.4.14/include/linux/
H A Dkvm_host.h800 return vcpu->arch.wqp; kvm_arch_vcpu_wq()

Completed in 598 milliseconds