/Linux-v5.4/include/linux/ |
D | regset.h | 257 const int start_pos, const int end_pos) in user_regset_copyout() argument 261 BUG_ON(*pos < start_pos); in user_regset_copyout() 265 data += *pos - start_pos; in user_regset_copyout() 282 const int start_pos, const int end_pos) in user_regset_copyin() argument 286 BUG_ON(*pos < start_pos); in user_regset_copyin() 290 data += *pos - start_pos; in user_regset_copyin() 311 const int start_pos, in user_regset_copyout_zero() argument 316 BUG_ON(*pos < start_pos); in user_regset_copyout_zero() 337 const int start_pos, in user_regset_copyin_ignore() argument 342 BUG_ON(*pos < start_pos); in user_regset_copyin_ignore()
|
/Linux-v5.4/fs/btrfs/ |
D | file.c | 523 u64 start_pos; in btrfs_dirty_pages() local 529 start_pos = pos & ~((u64) fs_info->sectorsize - 1); in btrfs_dirty_pages() 530 num_bytes = round_up(write_bytes + pos - start_pos, in btrfs_dirty_pages() 533 end_of_last_block = start_pos + num_bytes - 1; in btrfs_dirty_pages() 539 clear_extent_bit(&BTRFS_I(inode)->io_tree, start_pos, end_of_last_block, in btrfs_dirty_pages() 544 if (start_pos >= isize && in btrfs_dirty_pages() 554 start_pos, in btrfs_dirty_pages() 561 err = btrfs_set_extent_delalloc(inode, start_pos, end_of_last_block, in btrfs_dirty_pages() 1488 u64 start_pos; in lock_and_cleanup_extent_if_need() local 1493 start_pos = round_down(pos, fs_info->sectorsize); in lock_and_cleanup_extent_if_need() [all …]
|
/Linux-v5.4/scripts/ |
D | kallsyms.c | 36 unsigned int start_pos; member 285 table[table_cnt].start_pos = table_cnt; in read_map() 705 return sa->start_pos - sb->start_pos; in compare_symbols()
|
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_pingpong.c | 72 DPU_REG_WRITE(c, PP_START_POS, te->start_pos); in dpu_hw_pp_setup_te_config() 77 (te->start_pos + te->sync_threshold_start + 1)); in dpu_hw_pp_setup_te_config()
|
D | dpu_hw_pingpong.h | 25 u32 start_pos; member
|
D | dpu_encoder_phys_cmd.c | 413 tc_cfg.start_pos = mode->vdisplay; in dpu_encoder_phys_cmd_tearcheck_config() 422 phys_enc->hw_pp->idx - PINGPONG_0, tc_enable, tc_cfg.start_pos, in dpu_encoder_phys_cmd_tearcheck_config()
|
/Linux-v5.4/drivers/staging/comedi/drivers/ |
D | adl_pci9118.c | 411 unsigned int start_pos = devpriv->ai_add_front; in pci9118_ai_samples_ready() local 412 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_samples_ready() 435 if (dma_pos < start_pos) { in pci9118_ai_samples_ready() 437 x = start_pos - dma_pos; in pci9118_ai_samples_ready() 455 start_pos += span_len; in pci9118_ai_samples_ready() 468 unsigned int start_pos = devpriv->ai_add_front; in pci9118_ai_dma_xfer() local 469 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_dma_xfer() 485 if (dma_pos < start_pos) { in pci9118_ai_dma_xfer() 487 x = start_pos - dma_pos; in pci9118_ai_dma_xfer() 505 start_pos += span_len; in pci9118_ai_dma_xfer()
|
/Linux-v5.4/drivers/md/bcache/ |
D | writeback.c | 621 struct bkey start_pos; in refill_dirty() local 638 start_pos = buf->last_scanned; in refill_dirty() 649 bch_refill_keybuf(dc->disk.c, buf, &start_pos, dirty_pred); in refill_dirty() 651 return bkey_cmp(&buf->last_scanned, &start_pos) >= 0; in refill_dirty()
|
/Linux-v5.4/fs/f2fs/ |
D | dir.c | 896 unsigned int start_pos, struct fscrypt_str *fstr) in f2fs_fill_dentries() argument 920 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries() 966 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries() 981 loff_t start_pos = ctx->pos; in f2fs_readdir() local 1043 trace_f2fs_readdir(inode, start_pos, ctx->pos, err); in f2fs_readdir()
|
D | f2fs.h | 2966 unsigned int start_pos, struct fscrypt_str *fstr);
|
/Linux-v5.4/arch/arm64/kernel/ |
D | ptrace.c | 624 void *kbuf, void __user *ubuf, unsigned int start_pos) in __fpr_get() argument 633 start_pos, start_pos + sizeof(*uregs)); in __fpr_get() 650 unsigned int start_pos) in __fpr_set() argument 664 start_pos, start_pos + sizeof(newstate)); in __fpr_set()
|
/Linux-v5.4/crypto/ |
D | crypto_user_base.c | 224 const size_t start_pos = cb->args[0]; in crypto_dump_report() local 237 if (pos >= start_pos) { in crypto_dump_report()
|
/Linux-v5.4/drivers/net/can/ |
D | kvaser_pciefd.c | 1570 static int kvaser_pciefd_read_packet(struct kvaser_pciefd *pcie, int *start_pos, in kvaser_pciefd_read_packet() argument 1578 int pos = *start_pos; in kvaser_pciefd_read_packet() 1584 *start_pos = 0; in kvaser_pciefd_read_packet() 1648 if ((*start_pos + size) != pos) in kvaser_pciefd_read_packet() 1652 *start_pos = pos; in kvaser_pciefd_read_packet()
|
/Linux-v5.4/include/trace/events/ |
D | f2fs.h | 845 TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err), 847 TP_ARGS(dir, start_pos, end_pos, err), 860 __entry->start = start_pos;
|
/Linux-v5.4/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 582 unsigned char *decompressed, int *start_pos, in usbvision_decompress() argument 589 pos = *start_pos; in usbvision_decompress() 659 *start_pos = extra_pos; in usbvision_decompress()
|
/Linux-v5.4/drivers/android/ |
D | binder.c | 5624 size_t start_pos = m->count; in print_binder_thread_ilocked() local 5653 m->count = start_pos; in print_binder_thread_ilocked() 5702 size_t start_pos = m->count; in print_binder_proc() local 5762 m->count = start_pos; in print_binder_proc()
|