| /linux-6.15/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | pio.c | 244 unsigned int nr_words; in hci_pio_do_rx() local 256 xfer->data_left -= nr_words * 4; in hci_pio_do_rx() 258 while (nr_words--) in hci_pio_do_rx() 280 xfer->data_left -= nr_words * 4; in hci_pio_do_trailing_rx() 282 while (nr_words--) in hci_pio_do_trailing_rx() 310 unsigned int nr_words; in hci_pio_do_tx() local 323 xfer->data_left -= nr_words * 4; in hci_pio_do_tx() 325 while (nr_words--) in hci_pio_do_tx() 774 nr_words = thresh_val; in hci_pio_get_ibi_segment() 775 ibi->seg_cnt -= nr_words * 4; in hci_pio_get_ibi_segment() [all …]
|
| /linux-6.15/drivers/md/ |
| H A D | dm-clone-metadata.c | 123 unsigned long nr_words; member 236 unsigned int i, nr_words; in __superblock_all_zeroes() local 255 nr_words = dm_bm_block_size(bm) / sizeof(__le64); in __superblock_all_zeroes() 256 for (i = 0; i < nr_words; i++) { in __superblock_all_zeroes() 473 dmap->dirty_words = kvzalloc(bitmap_size(nr_words), GFP_KERNEL); in __dirty_map_init() 494 if (__dirty_map_init(&cmd->dmap[0], cmd->nr_words, cmd->nr_regions)) { in dirty_map_init() 499 if (__dirty_map_init(&cmd->dmap[1], cmd->nr_words, cmd->nr_regions)) { in dirty_map_init() 566 cmd->nr_words = BITS_TO_LONGS(cmd->nr_regions); in dm_clone_metadata_open() 741 word = find_next_bit(dmap->dirty_words, cmd->nr_words, word); in __flush_dmap() 743 if (word == cmd->nr_words) in __flush_dmap() [all …]
|
| /linux-6.15/arch/riscv/kvm/ |
| H A D | aia_aplic.c | 36 u32 nr_words; member 404 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset() 410 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset() 416 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset() 422 (off < (APLIC_CLRIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset() 469 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset() 475 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset() 481 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset() 487 (off < (APLIC_CLRIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset() 590 aplic->nr_words = DIV_ROUND_UP(aplic->nr_irqs, 32); in kvm_riscv_aia_aplic_init()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | rtsummary.h | 29 union xfs_suminfo_raw *rawinfo, unsigned int nr_words);
|
| H A D | rtbitmap_repair.c | 141 xrep_wordcnt_t nr_words) in xfbmp_copyin() argument 143 return xfile_store(rtb->sc->xfile, word, nr_words << XFS_WORDLOG, in xfbmp_copyin() 152 xrep_wordcnt_t nr_words) in xfbmp_copyout() argument 154 return xfile_load(rtb->sc->xfile, word, nr_words << XFS_WORDLOG, in xfbmp_copyout()
|
| H A D | rtsummary.c | 145 unsigned int nr_words) in xfsum_copyout() argument 147 return xfile_load(sc->xfile, rawinfo, nr_words << XFS_WORDLOG, in xfsum_copyout()
|
| /linux-6.15/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 365 int bpf_iter_bits_new(struct bpf_iter_bits *it, const u64 *unsafe_ptr__ign, u32 nr_words) __ksym; 377 struct bpf_iter_##name *it, const u64 *unsafe_ptr__ign, u32 nr_words) \
|
| /linux-6.15/drivers/net/can/ |
| H A D | kvaser_pciefd.c | 815 int nr_words; in kvaser_pciefd_start_xmit() local 822 nr_words = kvaser_pciefd_prepare_tx_packet(&packet, &can->can, seq, skb); in kvaser_pciefd_start_xmit() 837 if (nr_words) { in kvaser_pciefd_start_xmit() 838 u32 data_last = ((u32 *)packet.data)[nr_words - 1]; in kvaser_pciefd_start_xmit() 843 nr_words - 1); in kvaser_pciefd_start_xmit()
|
| /linux-6.15/kernel/bpf/ |
| H A D | helpers.c | 3001 bpf_iter_bits_new(struct bpf_iter_bits *it, const u64 *unsafe_ptr__ign, u32 nr_words) in bpf_iter_bits_new() argument 3004 u32 nr_bytes = nr_words * sizeof(u64); in bpf_iter_bits_new() 3016 if (!unsafe_ptr__ign || !nr_words) in bpf_iter_bits_new() 3018 if (nr_words > BITS_ITER_NR_WORDS_MAX) in bpf_iter_bits_new() 3027 swap_ulong_in_u64(&kit->bits_copy, nr_words); in bpf_iter_bits_new() 3047 swap_ulong_in_u64(kit->bits, nr_words); in bpf_iter_bits_new()
|
| /linux-6.15/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | drxj.c | 11605 static u16 drx_u_code_compute_crc(u8 *block_data, u16 nr_words) in drx_u_code_compute_crc() argument 11612 while (i < nr_words) { in drx_u_code_compute_crc()
|