Searched refs:BITS_PER_LONG (Results 176 - 200 of 564) sorted by relevance

1234567891011>>

/linux-master/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier.h51 #if UNIPHIER_PIN_PULL_DIR_SHIFT + UNIPHIER_PIN_PULL_DIR_BITS > BITS_PER_LONG
/linux-master/include/linux/
H A Dbtree-type.h37 #if (BITS_PER_LONG > BTREE_TYPE_BITS)
H A Drandom.h46 #if BITS_PER_LONG == 64
H A Dktime.h126 #if BITS_PER_LONG < 64
145 #else /* BITS_PER_LONG < 64 */
/linux-master/include/net/
H A Dsnmp.h158 #if BITS_PER_LONG==32
/linux-master/drivers/xen/
H A Dtime.c32 if (BITS_PER_LONG < 64) {
/linux-master/include/net/sctp/
H A Dconstants.h250 #define SCTP_TSN_MAP_INITIAL BITS_PER_LONG
/linux-master/fs/nfs/
H A Dnfs4session.h38 #define SLOT_TABLE_SZ DIV_ROUND_UP(NFS4_MAX_SLOT_TABLE, BITS_PER_LONG)
/linux-master/net/mpls/
H A Dinternal.h32 #if BITS_PER_LONG == 32
/linux-master/lib/lz4/
H A Dlz4defs.h191 return (BITS_PER_LONG - 1 - __fls(val)) >> 3;
/linux-master/drivers/scsi/
H A Dmegaraid.h479 #if BITS_PER_LONG == 32
483 #if BITS_PER_LONG == 64
491 #if BITS_PER_LONG == 32
495 #if BITS_PER_LONG == 64
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_disc.h75 #define XRI_BITMAP_ULONGS (LPFC_SLI4_MAX_XRI / BITS_PER_LONG)
/linux-master/drivers/md/
H A Ddm-cache-policy-internal.h119 return sizeof(unsigned long) * dm_div_up(nr_entries, BITS_PER_LONG);
/linux-master/include/trace/stages/
H A Dstage3_trace_output.h84 #if BITS_PER_LONG == 32
/linux-master/include/asm-generic/
H A Dlocal64.h20 #if BITS_PER_LONG == 64
66 #else /* BITS_PER_LONG != 64 */
105 #endif /* BITS_PER_LONG != 64 */
/linux-master/drivers/crypto/
H A Dsa2ul.h206 BITS_PER_LONG)];
/linux-master/include/linux/raid/
H A Dpq.h29 #define BITS_PER_LONG __WORDSIZE macro
/linux-master/drivers/irqchip/
H A Dirq-mvebu-pic.c112 for_each_set_bit(irqn, &irqmap, BITS_PER_LONG)
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf_types.h505 #define FORMAT_MASK_SIZE DIV_ROUND_UP(I915_OA_FORMAT_MAX - 1, BITS_PER_LONG)
/linux-master/lib/
H A Dflex_proportions.c124 if (period - pl->period < BITS_PER_LONG) {
/linux-master/lib/math/
H A Ddiv64.c29 #if BITS_PER_LONG == 32
174 #endif /* BITS_PER_LONG == 32 */
/linux-master/arch/powerpc/include/asm/
H A Dpaca.h155 unsigned char mm_ctx_low_slices_psize[BITS_PER_LONG / BITS_PER_BYTE];
/linux-master/fs/smb/server/
H A Dvfs_cache.h121 #define KSMBD_NR_OPEN_DEFAULT BITS_PER_LONG
/linux-master/security/selinux/ss/
H A Debitmap.h30 #define EBITMAP_UNIT_SIZE BITS_PER_LONG
/linux-master/arch/loongarch/kvm/
H A Dexit.c727 for (i = 0; i < 2; i++, min += BITS_PER_LONG) {
732 cpu = find_first_bit((void *)&ipi_bitmap, BITS_PER_LONG);
733 while (cpu < BITS_PER_LONG) {
735 cpu = find_next_bit((void *)&ipi_bitmap, BITS_PER_LONG, cpu + 1);

Completed in 381 milliseconds

1234567891011>>