Searched refs:index0 (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/xscale/ixp2000/ |
D | ixp2400_rx.uc | 41 #define CHANNEL_FLAGS *l$index0[0] 43 #define PACKET_LENGTH *l$index0[1] 44 #define PACKET_CHECKSUM *l$index0[2] 45 #define BUFFER_HANDLE *l$index0[3] 46 #define BUFFER_START *l$index0[4] 47 #define BUFFER_LENGTH *l$index0[5]
|
/linux-3.4.99/fs/jfs/ |
D | jfs_xtree.c | 1712 int index0, index, newindex, nextindex; in xtUpdate() local 1733 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index0); in xtUpdate() 1750 xad = &p->xad[index0]; in xtUpdate() 1765 index = index0; in xtUpdate() 1807 index0 = index - 1; in xtUpdate() 1836 index = index0; in xtUpdate() 2009 min(index0, (int)xtlck->lwm.offset) : index0; in xtUpdate() 2029 index0 = index = newindex; in xtUpdate() 2047 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index0); in xtUpdate() 2055 if (index0 != index) { in xtUpdate() [all …]
|