Searched refs:BITS_PER_LONG (Results 151 - 175 of 291) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhrtimer.h436 #if BITS_PER_LONG < 64
438 #else /* BITS_PER_LONG < 64 */
H A Dfs.h704 #if BITS_PER_LONG==32 && defined(CONFIG_SMP)
812 #if BITS_PER_LONG==32 && defined(CONFIG_SMP)
821 #elif BITS_PER_LONG==32 && defined(CONFIG_PREEMPT)
840 #if BITS_PER_LONG==32 && defined(CONFIG_SMP)
844 #elif BITS_PER_LONG==32 && defined(CONFIG_PREEMPT)
992 #if BITS_PER_LONG==32
993 #define MAX_LFS_FILESIZE (((u64)PAGE_CACHE_SIZE << (BITS_PER_LONG-1))-1)
994 #elif BITS_PER_LONG==64
1097 #if BITS_PER_LONG == 32
1140 #if BITS_PER_LONG
[all...]
H A Di2o.h565 #if BITS_PER_LONG == 64
626 #if BITS_PER_LONG == 64
H A Dsignal.h336 #if SIGRTMIN > BITS_PER_LONG
H A Dfscache-cache.h25 #define NR_MAXCACHES BITS_PER_LONG
H A Dmm.h461 #if SECTIONS_WIDTH+ZONES_WIDTH+NODES_SHIFT <= BITS_PER_LONG - NR_PAGEFLAGS
509 #if SECTIONS_WIDTH+NODES_WIDTH+ZONES_WIDTH > BITS_PER_LONG - NR_PAGEFLAGS
510 #error SECTIONS_WIDTH+NODES_WIDTH+ZONES_WIDTH > BITS_PER_LONG - NR_PAGEFLAGS
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_int.h316 #if BITS_PER_LONG == 64
318 #elif BITS_PER_LONG == 32
322 # error "unsupported BITS_PER_LONG"
1235 #if BITS_PER_LONG == 32
1239 #elif BITS_PER_LONG == 64
1244 #error "LN2 of BITS_PER_LONG unknown!"
1310 #define BM_WORDS_PER_EXT ( (AL_EXT_SIZE/BM_BLOCK_SIZE) / BITS_PER_LONG )
1321 #elif !defined(CONFIG_LBDAF) && BITS_PER_LONG == 32
1327 #if BITS_PER_LONG == 32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dpci-dma.c256 mask >>= BITS_PER_LONG - pages_needed;
312 mask >>= BITS_PER_LONG - pages_mapped;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Di460-agp.c366 map_size = ((I460_KPAGES_PER_IOPAGE + BITS_PER_LONG - 1) & -BITS_PER_LONG)/8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dkeyboard.c384 k = i * BITS_PER_LONG;
386 for (j = 0; j < BITS_PER_LONG; j++, k++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtable_64.h746 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4)))
747 #define GET_IOSPACE(pfn) (pfn >> (BITS_PER_LONG - 4))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsyscopyarea.c321 int bits = BITS_PER_LONG, bytes = bits >> 3;
H A Dsysfillrect.c247 int bits = BITS_PER_LONG, bytes = bits >> 3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_profile.c278 if (mthca_is_memfree(dev) || 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 Dpgtable-ppc64.h355 #define PTE_FILE_MAX_BITS (BITS_PER_LONG - PTE_RPN_SHIFT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dtime.c50 if (BITS_PER_LONG < 64) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dlrw.c50 BITS_PER_LONG
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_hashtables.h289 #if (BITS_PER_LONG == 64)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c217 BITS_PER_LONG / 4, map__rip_2objdump(map, sym->start),
218 BITS_PER_LONG / 4, map__rip_2objdump(map, sym->end), path);
302 #define PATTERN_LEN (BITS_PER_LONG / 4 + 2)
310 sprintf(pattern, "%0*Lx <", BITS_PER_LONG / 4,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Diop.c80 #if BITS_PER_LONG == 64
1078 #if BITS_PER_LONG == 64
1237 #if BITS_PER_LONG == 64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/mm/
H A Dinit.c454 > BITS_PER_LONG);
939 space_id[index >> SHIFT_PER_LONG] |= (1L << (index & (BITS_PER_LONG - 1)));
953 index &= (BITS_PER_LONG - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Devents.c103 unsigned long bits[NR_EVENT_CHANNELS/BITS_PER_LONG];
331 !sync_test_and_set_bit(port / BITS_PER_LONG,
663 int port = (word_idx * BITS_PER_LONG) + bit_idx;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dradix-tree.c46 ((RADIX_TREE_MAP_SIZE + BITS_PER_LONG - 1) / BITS_PER_LONG)
1374 if (shift >= BITS_PER_LONG)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_sn2.c1113 b = find_first_bit(&nasid_mask_long, BITS_PER_LONG);
1114 if (b >= BITS_PER_LONG) {
1134 nasid = (l * BITS_PER_LONG + b) * 2;
1138 b = find_next_bit(&nasid_mask_long, BITS_PER_LONG,
1140 } while (b < BITS_PER_LONG);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcpqarray.c425 DIV_ROUND_UP(NR_CMDS, BITS_PER_LONG), sizeof(unsigned long),
1379 } while(test_and_set_bit(i&(BITS_PER_LONG-1), h->cmd_pool_bits+(i/BITS_PER_LONG)) != 0);
1399 clear_bit(i&(BITS_PER_LONG-1), h->cmd_pool_bits+(i/BITS_PER_LONG));

Completed in 136 milliseconds

1234567891011>>