Searched refs:BITS_PER_LONG (Results 151 - 175 of 560) sorted by last modified time

1234567891011>>

/linux-master/fs/fuse/
H A Ddir.c37 #if BITS_PER_LONG >= 64
282 #if BITS_PER_LONG < 64
333 #if BITS_PER_LONG < 64
341 #if BITS_PER_LONG < 64
/linux-master/fs/bcachefs/
H A Dbuckets.h62 #define BUCKET_LOCK_BITNR (BITS_PER_LONG - 1)
H A Dbtree_iter.h85 unsigned long *w = trans->paths_allocated + *idx / BITS_PER_LONG;
89 * - and we know that nr_paths is a multiple of BITS_PER_LONG,
92 unsigned long v = *w >> (*idx & (BITS_PER_LONG - 1));
98 *idx += BITS_PER_LONG;
99 *idx &= ~(BITS_PER_LONG - 1);
H A Dutil.h245 #if BITS_PER_LONG == 32
254 #if BITS_PER_LONG == 32
/linux-master/fs/ceph/
H A Dmds_client.c568 #if BITS_PER_LONG == 64
631 #else /* BITS_PER_LONG == 64 */
659 #endif /* BITS_PER_LONG == 64 */
/linux-master/drivers/iommu/intel/
H A Diommu.c326 return !(addr_width < BITS_PER_LONG && pfn >> addr_width);
1468 mask = shared_bits ? __ffs(shared_bits) : BITS_PER_LONG;
/linux-master/include/net/
H A Daddrconf.h461 #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && BITS_PER_LONG == 64
473 #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && BITS_PER_LONG == 64
490 #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && BITS_PER_LONG == 64
505 #if defined(CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS) && BITS_PER_LONG == 64
/linux-master/include/linux/
H A Du64_stats_sync.h65 #if BITS_PER_LONG == 32
70 #if BITS_PER_LONG == 64
/linux-master/arch/x86/kvm/vmx/
H A Dvmenter.S12 #define WORD_SIZE (BITS_PER_LONG / 8)
/linux-master/arch/x86/include/asm/
H A Dnospec-branch.h147 add $(BITS_PER_LONG/8) * 2, %_ASM_SP; \
163 add $(BITS_PER_LONG/8) * nr, %_ASM_SP;
177 add $(BITS_PER_LONG/8), %_ASM_SP; \
/linux-master/drivers/irqchip/
H A Dirq-armada-370-xp.c634 for_each_set_bit(irqn, &irqmap, BITS_PER_LONG) {
/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/kernel/bpf/
H A Dbloom_filter.c137 if (nr_bits <= BITS_PER_LONG)
138 nr_bits = BITS_PER_LONG;
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1722 for_each_set_bit(queue, &txqs, BITS_PER_LONG) {
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c547 ebidx = Q_IDX(&llq, eprod) % BITS_PER_LONG;
552 u32 limit = BITS_PER_LONG;
555 sbidx = Q_IDX(&llq, llq.prod) % BITS_PER_LONG;
H A Darm-smmu-v3.h330 * BITS_PER_LONG so that the valid_map works correctly (it relies on the
331 * total number of queue entries being a multiple of BITS_PER_LONG).
333 #define CMDQ_BATCH_ENTRIES BITS_PER_LONG
/linux-master/lib/
H A Doverflow_kunit.c42 BITS_PER_LONG != 64
835 #if BITS_PER_LONG == 64
865 #if BITS_PER_LONG == 64
896 #if BITS_PER_LONG == 64
913 #if BITS_PER_LONG == 64
932 #if BITS_PER_LONG == 64
1038 #if BITS_PER_LONG == 64
1062 #if BITS_PER_LONG == 64
1105 #if BITS_PER_LONG == 64
1159 #if BITS_PER_LONG
[all...]
/linux-master/include/asm-generic/bitops/
H A D__fls.h15 int num = BITS_PER_LONG - 1;
17 #if BITS_PER_LONG == 64
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
39 if (!(word & (~0ul << (BITS_PER_LONG-1))))
H A D__ffs.h17 #if BITS_PER_LONG == 64
/linux-master/drivers/usb/host/
H A Dxhci-hub.c1909 BITS_PER_LONG) {
1918 for_each_set_bit(port_index, &bus_state->bus_suspended, BITS_PER_LONG) {
/linux-master/drivers/soc/fsl/qbman/
H A Dqman.c1144 #if BITS_PER_LONG == 64
1153 #if BITS_PER_LONG == 64
/linux-master/drivers/scsi/
H A Dscsi_debug.c225 #define SDEBUG_CANQUEUE (SDEBUG_CANQUEUE_WORDS * BITS_PER_LONG)
/linux-master/drivers/rtc/
H A Dclass.c75 #if BITS_PER_LONG == 32
/linux-master/drivers/net/wireguard/
H A Dreceive.c312 index = their_counter >> ilog2(BITS_PER_LONG);
315 index_current = counter->counter >> ilog2(BITS_PER_LONG);
317 COUNTER_BITS_TOTAL / BITS_PER_LONG);
320 ((COUNTER_BITS_TOTAL / BITS_PER_LONG) - 1)] = 0;
324 index &= (COUNTER_BITS_TOTAL / BITS_PER_LONG) - 1;
325 ret = !test_and_set_bit(their_counter & (BITS_PER_LONG - 1),
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.c967 } else if (bitmap_subset(&val, &port_mask, BITS_PER_LONG)) {

Completed in 648 milliseconds

1234567891011>>