Searched refs:nr_words (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/i3c/master/mipi-i3c-hci/ |
| H A D | pio.c | 268 unsigned int nr_words; in hci_pio_do_rx() local 278 nr_words = min(xfer->data_left / 4, pio->rx_thresh_size); in hci_pio_do_rx() 280 xfer->data_left -= nr_words * 4; in hci_pio_do_rx() 282 nr_words * 4, xfer->data_left); in hci_pio_do_rx() 283 while (nr_words--) in hci_pio_do_rx() 303 unsigned int nr_words = count / 4; in hci_pio_do_trailing_rx() local 305 xfer->data_left -= nr_words * 4; in hci_pio_do_trailing_rx() 307 nr_words * 4, xfer->data_left); in hci_pio_do_trailing_rx() 308 while (nr_words--) in hci_pio_do_trailing_rx() 336 unsigned int nr_words; in hci_pio_do_tx() local 789 unsigned int nr_words, thresh_val; hci_pio_get_ibi_segment() local [all...] |
| /linux/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() 468 static int __dirty_map_init(struct dirty_map *dmap, unsigned long nr_words, in __dirty_map_init() argument 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() [all …]
|
| /linux/arch/riscv/kvm/ |
| H A D | aia_aplic.c | 37 u32 nr_words; member 405 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset() 411 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset() 417 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset() 423 (off < (APLIC_CLRIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset() 470 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset() 476 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset() 482 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset() 488 (off < (APLIC_CLRIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset() 591 aplic->nr_words in kvm_riscv_aia_aplic_init() [all...] |
| /linux/fs/xfs/scrub/ |
| H A D | rtsummary.h | 29 union xfs_suminfo_raw *rawinfo, unsigned int nr_words);
|
| H A D | rtsummary.c | 141 unsigned int nr_words) in xfsum_copyout() argument 143 return xfile_load(sc->xfile, rawinfo, nr_words << XFS_WORDLOG, in xfsum_copyout()
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 440 int bpf_iter_bits_new(struct bpf_iter_bits *it, const u64 *unsafe_ptr__ign, u32 nr_words) __ksym; 452 struct bpf_iter_##name *it, const u64 *unsafe_ptr__ign, u32 nr_words) \
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 3510 * @nr_words: The size of the specified memory area, measured in 8-byte units. in bpf_iter_bits_destroy() 3511 * The maximum value of @nr_words is @BITS_ITER_NR_WORDS_MAX. This limit may be in bpf_iter_bits_destroy() 3515 * a memory area which is specified by the @unsafe_ptr__ign and @nr_words. It in bpf_iter_bits_destroy() 3522 bpf_iter_bits_new(struct bpf_iter_bits *it, const u64 *unsafe_ptr__ign, u32 nr_words) 3525 u32 nr_bytes = nr_words * sizeof(u64); 3537 if (!unsafe_ptr__ign || !nr_words) in bpf_copy_from_user_str() 3539 if (nr_words > BITS_ITER_NR_WORDS_MAX) in bpf_copy_from_user_str() 3548 swap_ulong_in_u64(&kit->bits_copy, nr_words); in bpf_copy_from_user_str() 3568 swap_ulong_in_u64(kit->bits, nr_words); 3423 bpf_iter_bits_new(struct bpf_iter_bits * it,const u64 * unsafe_ptr__ign,u32 nr_words) bpf_iter_bits_new() argument
|
| /linux/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()
|