Searched refs:lwm (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_xtree.c915 xtlck->lwm.offset =
916 (xtlck->lwm.offset) ? min(index,
917 (int)xtlck->lwm.offset) : index;
918 xtlck->lwm.length =
919 le16_to_cpu(p->header.nextindex) - xtlck->lwm.offset;
1007 xtlck->lwm.offset = (xtlck->lwm.offset) ?
1008 min(skip, (int)xtlck->lwm.offset) : skip;
1009 xtlck->lwm.length =
1011 xtlck->lwm
[all...]
H A Djfs_txnmgr.c789 xtlck->lwm.offset = XTENTRYSTART;
795 xtlck->lwm.offset =
798 xtlck->lwm.length = 0; /* ! */
1701 int next, lwm, hwm; local
1734 * extents (XAD_NEW|XAD_EXTEND) of XAD[lwm:next) from
1746 * for alloc of new/extended extents of XAD[lwm:next)
1750 lwm = xtlck->lwm.offset;
1751 if (lwm == 0)
1752 lwm
[all...]
H A Djfs_txnmgr.h198 struct lv lwm; /* 2: low water mark */ member in struct:xtlock
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dxgmac.c316 int hwm, lwm; local
336 lwm = min(3 * (int)mtu, MAC_RXFIFO_SIZE / 4);
365 lwm = min(3 * (int)mtu, MAC_RXFIFO_SIZE / 4);
368 v |= V_RXFIFOPAUSELWM(lwm / 8);
388 (hwm - lwm) * 4 / 8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Driva_hw.c614 unsigned *lwm,
646 *lwm = fifo_data.graphics_lwm >> 3;
650 *lwm = 0x24;
803 unsigned *lwm,
837 *lwm = fifo_data.graphics_lwm >> 3;
877 pclks = 4; /* lwm detect. */
879 nvclks = 3; /* lwm -> sync. */
1066 unsigned *lwm,
1102 *lwm = fifo_data.graphics_lwm >> 3;
1111 unsigned *lwm,
609 nv3UpdateArbitrationSettings( unsigned VClk, unsigned pixelDepth, unsigned *burst, unsigned *lwm, RIVA_HW_INST *chip ) argument
798 nv4UpdateArbitrationSettings( unsigned VClk, unsigned pixelDepth, unsigned *burst, unsigned *lwm, RIVA_HW_INST *chip ) argument
1061 nv10UpdateArbitrationSettings( unsigned VClk, unsigned pixelDepth, unsigned *burst, unsigned *lwm, RIVA_HW_INST *chip ) argument
1106 nForceUpdateArbitrationSettings( unsigned VClk, unsigned pixelDepth, unsigned *burst, unsigned *lwm, RIVA_HW_INST *chip ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_hw.c384 unsigned *lwm, struct nvidia_par *par)
412 *lwm = fifo_data.graphics_lwm >> 3;
444 pclks = 4; /* lwm detect. */
446 nvclks = 3; /* lwm -> sync. */
622 unsigned *lwm,
652 *lwm = fifo_data.graphics_lwm >> 3;
659 unsigned int *lwm
674 *lwm = graphics_lwm >> 3;
680 unsigned *lwm,
753 *lwm
381 nv4UpdateArbitrationSettings(unsigned VClk, unsigned pixelDepth, unsigned *burst, unsigned *lwm, struct nvidia_par *par) argument
619 nv10UpdateArbitrationSettings(unsigned VClk, unsigned pixelDepth, unsigned *burst, unsigned *lwm, struct nvidia_par *par) argument
677 nForceUpdateArbitrationSettings(unsigned VClk, unsigned pixelDepth, unsigned *burst, unsigned *lwm, struct nvidia_par *par) argument
[all...]

Completed in 71 milliseconds