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

1234567891011>>

/linux-master/fs/btrfs/
H A Dbtrfs_inode.h309 #if BITS_PER_LONG == 32
316 #if BITS_PER_LONG == 32
/linux-master/include/net/
H A Dudp.h329 #if BITS_PER_LONG == 64
346 #if BITS_PER_LONG == 64
/linux-master/include/linux/
H A Dstring.h233 if (BITS_PER_LONG == 32)
241 if (BITS_PER_LONG == 32)
H A Dsbitmap.h355 int shift = ilog2(BITS_PER_LONG);
/linux-master/drivers/parisc/
H A Dsba_iommu.c205 __le64 *ptr = &(ioc->pdir_base[pide & (~0U * BITS_PER_LONG)]);
211 rptr, pide & (BITS_PER_LONG - 1), *rptr);
214 while (rcnt < BITS_PER_LONG) {
216 (rcnt == (pide & (BITS_PER_LONG - 1)))
320 #define RESMAP_MASK(n) (~0UL << (BITS_PER_LONG - (n)))
360 if (bits_wanted > (BITS_PER_LONG/2)) {
387 if (bitshiftcnt >= BITS_PER_LONG) {
504 unsigned long m = RESMAP_MASK(bits_not_wanted) >> (pide & (BITS_PER_LONG - 1));
/linux-master/kernel/trace/
H A Dtrace_probe.h182 #define DEFAULT_FETCH_TYPE _DEFAULT_FETCH_TYPE(BITS_PER_LONG)
187 #define ADDR_FETCH_TYPE _ADDR_FETCH_TYPE(BITS_PER_LONG)
/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/drivers/pci/endpoint/
H A Dpci-epf-core.c170 BITS_PER_LONG);
171 if (vfunc_no >= BITS_PER_LONG) {
/linux-master/fs/erofs/
H A Dinternal.h252 #define EROFS_I_BL_XATTR_BIT (BITS_PER_LONG - 1)
253 #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...]
/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;
/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];

Completed in 566 milliseconds

1234567891011>>