Searched refs:BITS_PER_LONG (Results 226 - 250 of 291) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dxen-blkfront.c161 nr_minors = BITS_TO_LONGS(end) * BITS_PER_LONG;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhpet.c62 #if BITS_PER_LONG == 64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dppc_asm.h17 #define SZL (BITS_PER_LONG/8)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dshm.c1075 #if BITS_PER_LONG <= 32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dhrtimer.c242 #if BITS_PER_LONG < 64
312 #endif /* BITS_PER_LONG >= 64 */
H A Dtimer.c783 bit = find_last_bit(&mask, BITS_PER_LONG);
H A Dcompat.c1042 size = ALIGN(nr_bits, BITS_PER_LONG) / 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dbtree.c64 #define LONG_PER_U64 (64 / BITS_PER_LONG)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Devent.c740 const unsigned int unresolved_col_width = BITS_PER_LONG / 4;
H A Dhist.c880 ret += 3 + BITS_PER_LONG / 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dsge.c1904 unsigned int id = __ffs(m) + i * BITS_PER_LONG;
1948 unsigned long id = __ffs(m) + i * BITS_PER_LONG;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Datafb.c2468 #if BITS_PER_LONG == 32
2471 #elif BITS_PER_LONG == 64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_driver.c1696 * BITS_PER_LONG is slightly wrong, since it's
1701 i = start / BITS_PER_LONG;
1709 + start) % BITS_PER_LONG, &dma))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Ddonauboe.c1614 #if (BITS_PER_LONG == 64)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dprobe.c378 #if BITS_PER_LONG == 64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dosdmap.c283 #if BITS_PER_LONG == 32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c226 #if BITS_PER_LONG != 32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ioat/
H A Ddma.c75 for_each_set_bit(bit, &attnstatus, BITS_PER_LONG) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Daf_inet.c1434 #if BITS_PER_LONG==32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-ack.c1064 nbit = loop * BITS_PER_LONG;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c331 unsigned long sd_win[GSS_SEQ_WIN/BITS_PER_LONG];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dskbuff.h251 #if BITS_PER_LONG > 32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddpt_i2o.c723 #if BITS_PER_LONG == 32
754 #if BITS_PER_LONG == 32
1052 #if BITS_PER_LONG == 64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4vf/
H A Dsge.c1945 unsigned int id = __ffs(m) + i * BITS_PER_LONG;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_res.c2088 #if BITS_PER_LONG == 64

Completed in 302 milliseconds

1234567891011>>