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

1234567891011>>

/linux-master/mm/
H A Dmempool.c28 const int start = max_t(int, byte - (BITS_PER_LONG / 8), 0);
29 const int end = min_t(int, byte + (BITS_PER_LONG / 8), size);
/linux-master/fs/erofs/
H A Dinternal.h255 #define EROFS_I_BL_XATTR_BIT (BITS_PER_LONG - 1)
256 #define EROFS_I_BL_Z_BIT (BITS_PER_LONG - 2)
/linux-master/drivers/md/
H A Ddm-integrity.c109 #if BITS_PER_LONG == 64
617 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
619 if (data[bit / BITS_PER_LONG] != -1)
621 bit += BITS_PER_LONG;
622 } while (this_end_bit >= bit + BITS_PER_LONG - 1);
631 if (!(bit % BITS_PER_LONG) && this_end_bit >= bit + BITS_PER_LONG - 1) {
633 if (data[bit / BITS_PER_LONG] != 0)
635 bit += BITS_PER_LONG;
[all...]
H A Ddm-clone-metadata.c669 unsigned long index = word * BITS_PER_LONG;
670 unsigned long max_index = min(cmd->nr_regions, (word + 1) * BITS_PER_LONG);
853 word = region_nr / BITS_PER_LONG;
899 word = region_nr / BITS_PER_LONG;
/linux-master/tools/testing/radix-tree/
H A Dtest.c50 assert(item->order < BITS_PER_LONG);
/linux-master/sound/pci/lx6464es/
H A Dlx_core.h215 #if BITS_PER_LONG == 32
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dio.h62 #if BITS_PER_LONG == 64
/linux-master/arch/sparc/kernel/
H A Diommu-common.c117 align_mask = ~0ul >> (BITS_PER_LONG - align_order);
/linux-master/net/sctp/
H A Dtsnmap.c350 inc = ALIGN((size - map->len), BITS_PER_LONG) + SCTP_TSN_MAP_INCREMENT;
/linux-master/net/rds/
H A Dthreads.c272 #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && BITS_PER_LONG == 64
/linux-master/drivers/scsi/qedi/
H A Dqedi.h331 unsigned long task_idx_map[MAX_ISCSI_TASK_ENTRIES / BITS_PER_LONG];
/linux-master/arch/powerpc/mm/nohash/
H A Dmmu_context.c79 (sizeof(unsigned long) * (LAST_CONTEXT / BITS_PER_LONG + 1))
/linux-master/kernel/sched/
H A Dwait_bit.c14 const int shift = BITS_PER_LONG == 32 ? 5 : 6;
H A Dclock.c327 #if BITS_PER_LONG != 64
/linux-master/include/linux/
H A Dsbitmap.h355 int shift = ilog2(BITS_PER_LONG);
/linux-master/drivers/mtd/tests/
H A Dmtd_nandecctest.c42 __change_bit((nr) ^ ((BITS_PER_LONG - 1) & ~0x7), addr)
/linux-master/lib/
H A Dpercpu-refcount.c37 #define PERCPU_COUNT_BIAS (1LU << (BITS_PER_LONG - 1))
H A Dsiphash_kunit.c55 #if BITS_PER_LONG == 64
/linux-master/net/openvswitch/
H A Dflow.h167 } __aligned(BITS_PER_LONG/8); /* Ensure that we can do comparisons as longs. */
/linux-master/drivers/input/keyboard/
H A Dst-keyscan.c52 for_each_set_bit(bit_nr, &change, BITS_PER_LONG)
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss.h155 u32 seed[SS_SEED_LEN / BITS_PER_LONG];
/linux-master/kernel/time/
H A Dsched_clock.c56 * because we register with BITS_PER_LONG
244 sched_clock_register(jiffy_sched_clock_read, BITS_PER_LONG, HZ);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dio.h62 #if BITS_PER_LONG == 64
/linux-master/drivers/net/ethernet/sfc/
H A Dio.h38 #if BITS_PER_LONG == 64
/linux-master/drivers/pci/endpoint/
H A Dpci-epc-mem.c30 #if BITS_PER_LONG == 32

Completed in 233 milliseconds

1234567891011>>