Searched refs:BITS_PER_LONG (Results 1 - 25 of 558) sorted by last modified time

1234567891011>>

/linux-master/net/ipv4/
H A Dudp.c1368 #if BITS_PER_LONG == 64
1385 #if BITS_PER_LONG == 64
H A Daf_inet.c1716 #if BITS_PER_LONG==32
/linux-master/kernel/bpf/
H A Dverifier.c19978 if (prog->jit_requested && BITS_PER_LONG == 64 &&
20074 if (prog->jit_requested && BITS_PER_LONG == 64 &&
20182 if (prog->jit_requested && BITS_PER_LONG == 64 &&
/linux-master/include/linux/
H A Dfilter.h579 #if BITS_PER_LONG == 64
585 #endif /* BITS_PER_LONG == 64 */
H A Dmm.h131 #if BITS_PER_LONG == 64
1763 pid_bit = hash_32(current->pid, ilog2(BITS_PER_LONG));
H A Detherdevice.h139 #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && BITS_PER_LONG == 64
377 #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && BITS_PER_LONG == 64
566 #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && BITS_PER_LONG == 64
/linux-master/fs/btrfs/
H A Dvolumes.c6999 #if BITS_PER_LONG == 32
7082 #if BITS_PER_LONG == 32
H A Dscrub.c1616 ASSERT(BITS_PER_LONG >= BTRFS_STRIPE_LEN >> fs_info->sectorsize_bits);
H A Dmessages.c257 #if BITS_PER_LONG == 32
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c4242 unsigned int id = __ffs(m) + i * BITS_PER_LONG;
4278 unsigned long id = __ffs(m) + i * BITS_PER_LONG;
/linux-master/kernel/sched/
H A Dfair.c246 if (BITS_PER_LONG > 32 && unlikely(w >= WMULT_CONST))
3185 if (test_bit(hash_32(current->pid, ilog2(BITS_PER_LONG)), &pids))
H A Dsched.h939 unsigned long tasks : BITS_PER_LONG - bits_per(SCHED_CAPACITY_SCALE);
/linux-master/kernel/
H A Dprofile.c80 prof_shift = clamp(par, 0, BITS_PER_LONG - 1);
90 prof_shift = clamp(par, 0, BITS_PER_LONG - 1);
H A Dcpu.c3095 const unsigned long cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)] = {
3099 #if BITS_PER_LONG > 32
/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/include/net/
H A Dsock.h517 #if BITS_PER_LONG==32
2643 #if BITS_PER_LONG==32
2660 #if BITS_PER_LONG==32
/linux-master/fs/ntfs3/
H A Dsuper.c1067 #elif BITS_PER_LONG < 64
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1911 if (mcam->lprio_count > BITS_PER_LONG)
1913 BITS_PER_LONG);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc.h542 #if (BITS_PER_LONG > 32) || (PAGE_SIZE >= 65536)
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13984 #if BITS_PER_LONG == 32
/linux-master/drivers/firmware/qcom/
H A Dqcom_qseecom_uefisecapp.c287 return category << (BITS_PER_LONG - 32) | code;
/linux-master/virt/kvm/
H A Dkvm_main.c2289 offset = i * BITS_PER_LONG;
2374 n = ALIGN(log->num_pages, BITS_PER_LONG) / 8;
2389 for (offset = log->first_page, i = offset / BITS_PER_LONG,
2390 n = DIV_ROUND_UP(log->num_pages, BITS_PER_LONG); n--;
2391 i++, offset += BITS_PER_LONG) {
/linux-master/block/
H A Dblk-iocost.c1366 if (iocg->delay && shift < BITS_PER_LONG)
/linux-master/arch/x86/kvm/svm/
H A Dvmenter.S11 #define WORD_SIZE (BITS_PER_LONG / 8)
/linux-master/arch/x86/kvm/mmu/
H A Dtdp_mmu.c1627 gfn + BITS_PER_LONG) {

Completed in 653 milliseconds

1234567891011>>