Searched refs:mw (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dmem_tx4927.c46 unsigned int mw = 0; local
61 mw = 8 >> sdccr_mw;
64 return rs * cs * mw * bs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_wrr.c38 int mw; /* maximum weight */ member in struct:ip_vs_wrr_mark
94 mark->mw = ip_vs_wrr_max_weight(svc);
118 mark->mw = ip_vs_wrr_max_weight(svc);
120 if (mark->cw > mark->mw)
159 mark->cw = mark->mw;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibwebpenc.c110 WebPMemoryWriter mw = { 0 }; local
213 WebPMemoryWriterInit(&mw);
214 pic->custom_ptr = &mw;
225 ret = ff_alloc_packet(pkt, mw.size);
228 memcpy(pkt->data, mw.mem, mw.size);
234 free(mw.mem); /* must use free() according to libwebp documentation */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddlmglue.c450 struct ocfs2_mask_waiter *mw, int ret)
455 unsigned long long time = timespec_to_ns(&ts) - mw->mw_lock_start;
483 static inline void ocfs2_init_start_time(struct ocfs2_mask_waiter *mw) argument
486 mw->mw_lock_start = timespec_to_ns(&ts);
493 int level, struct ocfs2_mask_waiter *mw, int ret)
499 static inline void ocfs2_init_start_time(struct ocfs2_mask_waiter *mw) argument
822 struct ocfs2_mask_waiter *mw, *tmp; local
828 list_for_each_entry_safe(mw, tmp, &lockres->l_mask_waiters, mw_item) {
829 if ((lockres->l_flags & mw->mw_mask) != mw
449 ocfs2_update_lock_stats(struct ocfs2_lock_res *res, int level, struct ocfs2_mask_waiter *mw, int ret) argument
492 ocfs2_update_lock_stats(struct ocfs2_lock_res *res, int level, struct ocfs2_mask_waiter *mw, int ret) argument
1338 ocfs2_init_mask_waiter(struct ocfs2_mask_waiter *mw) argument
1345 ocfs2_wait_for_mask(struct ocfs2_mask_waiter *mw) argument
1353 lockres_add_mask_waiter(struct ocfs2_lock_res *lockres, struct ocfs2_mask_waiter *mw, unsigned long mask, unsigned long goal) argument
1369 lockres_remove_mask_waiter(struct ocfs2_lock_res *lockres, struct ocfs2_mask_waiter *mw) argument
1389 ocfs2_wait_for_mask_interruptible(struct ocfs2_mask_waiter *mw, struct ocfs2_lock_res *lockres) argument
1412 struct ocfs2_mask_waiter mw; local
1831 struct ocfs2_mask_waiter mw; local
1901 struct ocfs2_mask_waiter mw; local
1997 struct ocfs2_mask_waiter mw; local
3231 struct ocfs2_mask_waiter mw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dprintps.cpp126 int mw, mh; local
127 dc->GetSizeMM(&mw, &mh);
128 printout->SetPageSizeMM((int)mw, (int)mh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dspinlock.c210 unsigned int mw; local
213 mw = load_linked(lock);
214 if (mw)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dspinlock.c172 unsigned int mw; local
175 mw = load_linked(lock);
176 if (mw)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dhcp_if.h246 const struct ehca_mw *mw,
252 const struct ehca_mw *mw,
257 const struct ehca_mw *mw);
H A Dehca_iverbs.h100 int ehca_bind_mw(struct ib_qp *qp, struct ib_mw *mw,
103 int ehca_dealloc_mw(struct ib_mw *mw);
H A Dhcp_if.c897 const struct ehca_mw *mw,
916 const struct ehca_mw *mw,
924 mw->ipz_mw_handle.handle, /* r5 */
932 const struct ehca_mw *mw)
936 mw->ipz_mw_handle.handle, /* r5 */
896 hipz_h_alloc_resource_mw(const struct ipz_adapter_handle adapter_handle, const struct ehca_mw *mw, const struct ipz_pd pd, struct ehca_mw_hipzout_parms *outparms) argument
915 hipz_h_query_mw(const struct ipz_adapter_handle adapter_handle, const struct ehca_mw *mw, struct ehca_mw_hipzout_parms *outparms) argument
931 hipz_h_free_resource_mw(const struct ipz_adapter_handle adapter_handle, const struct ehca_mw *mw) argument
H A Dehca_mrmw.c711 "shca=%p hca_hndl=%llx mw=%p",
732 struct ib_mw *mw,
743 int ehca_dealloc_mw(struct ib_mw *mw) argument
747 container_of(mw->device, struct ehca_shca, ib_device);
748 struct ehca_mw *e_mw = container_of(mw, struct ehca_mw, ib_mw);
752 ehca_err(mw->device, "hipz_free_mw failed, h_ret=%lli shca=%p "
753 "mw=%p rkey=%x hca_hndl=%llx mw_hndl=%llx",
754 h_ret, shca, mw, mw->rkey, shca->ipz_hca_handle.handle,
731 ehca_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dverbs.c805 struct ib_mw *mw; local
810 mw = pd->device->alloc_mw(pd);
811 if (!IS_ERR(mw)) {
812 mw->device = pd->device;
813 mw->pd = pd;
814 mw->uobject = NULL;
818 return mw;
822 int ib_dealloc_mw(struct ib_mw *mw) argument
827 pd = mw->pd;
828 ret = mw
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Defx.h84 extern int efx_request_power(struct efx_nic *efx, int mw, const char *name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/pixmaps/flags_xpm/
H A DCountryFlags.h157 #include "mw.xpm"
409 {mw, "mw"},
H A DMakefile.am152 mw.xpm \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h162 struct ib_mw *mw; member in union:rpcrdma_mr_seg::__anon18980::rpcrdma_mw::__anon18981
H A Dverbs.c972 * 5. mw's, fmr's or frmr's, if any
1025 * Allocate the fmr's, or mw's for mw_bind chunk registration.
1026 * We "cycle" the mw's in order to minimize rkey reuse,
1078 r->r.mw = ib_alloc_mw(ia->ri_pd);
1079 if (IS_ERR(r->r.mw)) {
1080 rc = PTR_ERR(r->r.mw);
1171 * 1a. bind mw memory
1210 rc = ib_dealloc_mw(r->r.mw);
1307 * Cycle mw's back in reverse order, and "spin" them.
1312 struct rpcrdma_mw **mw; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassReader.java663 * copied from this reader (mw.cw.cr == this), and the signature
671 MethodWriter mw = (MethodWriter) mv;
672 if (mw.cw.cr == this) {
673 if (signature == mw.signature) {
676 sameExceptions = mw.exceptionCount == 0;
678 if (exceptions.length == mw.exceptionCount) {
683 if (mw.exceptions[j] != readUnsignedShort(w))
698 mw.classReaderOffset = u0;
699 mw.classReaderLength = u - u0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_verbs.h1116 struct ib_mw *mw,
1118 int (*dealloc_mw)(struct ib_mw *mw);
1967 * @mw: The memory window to bind.
1972 struct ib_mw *mw,
1975 return mw->device->bind_mw ?
1976 mw->device->bind_mw(qp, mw, mw_bind) :
1982 * @mw: The memory window to deallocate.
1984 int ib_dealloc_mw(struct ib_mw *mw);
1971 ib_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dprintmac.cpp423 wxCoord mw, mh; local
424 dc->GetSizeMM(&mw, &mh);
425 printout->SetPageSizeMM((int)mw, (int)mh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.h331 struct ib_mw *mw,
H A Diwch_qp.c529 struct ib_mw *mw,
547 mhp = to_iwch_mw(mw);
562 PDBG("%s: idx 0x%0x, mw 0x%p, mw_bind 0x%p\n", __func__, idx,
563 mw, mw_bind);
579 wqe->bind.mw_stag = cpu_to_be32(mw->rkey);
528 iwch_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dmem.c687 int c4iw_dealloc_mw(struct ib_mw *mw) argument
693 mhp = to_c4iw_mw(mw);
695 mmid = (mw->rkey) >> 8;
699 PDBG("%s ib_mw %p mmid 0x%x ptr %p\n", __func__, mw, mmid, mhp);
H A Diw_cxgb4.h674 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw,
688 int c4iw_dealloc_mw(struct ib_mw *mw);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dprntbase.cpp648 wxCoord mw, mh; local
649 GetPageSizeMM(&mw, &mh);
650 float mmToDeviceX = float(pw) / mw;
771 wxCoord mw, mh; local
772 GetPageSizeMM(&mw, &mh);
773 float mmToDeviceX = float(pw) / mw;

Completed in 483 milliseconds

12