/linux-4.4.14/drivers/gpu/host1x/hw/ |
D | cdma_hw.c | 74 cdma->last_pos = cdma->push_buffer.pos; in cdma_start() 111 cdma->last_pos = cdma->push_buffer.pos; in cdma_timeout_restart() 133 cdma->last_pos); in cdma_timeout_restart() 153 if (cdma->push_buffer.pos != cdma->last_pos) { in cdma_flush() 156 cdma->last_pos = cdma->push_buffer.pos; in cdma_flush() 198 cdma->last_pos); in cdma_freeze()
|
/linux-4.4.14/fs/9p/ |
D | vfs_addr.c | 307 loff_t last_pos = pos + copied; in v9fs_write_end() local 328 if (last_pos > inode->i_size) { in v9fs_write_end() 329 inode_add_bytes(inode, last_pos - inode->i_size); in v9fs_write_end() 330 i_size_write(inode, last_pos); in v9fs_write_end()
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | cdma.h | 75 unsigned int last_pos; /* last value written to DMAPUT */ member
|
D | cdma.c | 321 restart_addr = cdma->last_pos; in host1x_cdma_update_sync_queue()
|
/linux-4.4.14/fs/gfs2/ |
D | glock.c | 57 loff_t last_pos; /* last position */ member 1807 if (gi->last_pos <= *pos) in gfs2_glock_seq_start() 1808 n = (*pos - gi->last_pos); in gfs2_glock_seq_start() 1818 gi->last_pos = *pos; in gfs2_glock_seq_start() 1828 gi->last_pos = *pos; in gfs2_glock_seq_next() 1901 gi->last_pos = 0; in gfs2_glocks_open() 1929 gi->last_pos = 0; in gfs2_glstats_open()
|
/linux-4.4.14/sound/pci/ymfpci/ |
D | ymfpci_main.c | 316 if (pos < ypcm->last_pos) in snd_ymfpci_pcm_interrupt() 317 delta = pos + (ypcm->buffer_size - ypcm->last_pos); in snd_ymfpci_pcm_interrupt() 319 delta = pos - ypcm->last_pos; in snd_ymfpci_pcm_interrupt() 321 ypcm->last_pos = pos; in snd_ymfpci_pcm_interrupt() 368 if (pos < ypcm->last_pos) in snd_ymfpci_pcm_capture_interrupt() 369 delta = pos + (ypcm->buffer_size - ypcm->last_pos); in snd_ymfpci_pcm_capture_interrupt() 371 delta = pos - ypcm->last_pos; in snd_ymfpci_pcm_capture_interrupt() 373 ypcm->last_pos = pos; in snd_ymfpci_pcm_capture_interrupt() 687 ypcm->last_pos = 0; in snd_ymfpci_playback_prepare() 727 ypcm->last_pos = 0; in snd_ymfpci_capture_prepare()
|
D | ymfpci.h | 281 u32 last_pos; member
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_g2d.c | 631 unsigned long bpp, last_pos; in g2d_check_buf_desc_is_valid() local 657 last_pos = ((unsigned long)buf_desc->bottom_y - 1) * in g2d_check_buf_desc_is_valid() 668 if (last_pos >= size) { in g2d_check_buf_desc_is_valid() 670 "is out of range [%lu]!\n", last_pos, size); in g2d_check_buf_desc_is_valid()
|
/linux-4.4.14/fs/ext4/ |
D | dir.c | 526 if (info->last_pos != ctx->pos) { in ext4_dx_readdir() 591 info->last_pos = ctx->pos; in ext4_dx_readdir()
|
D | ext4.h | 2068 loff_t last_pos; member
|
/linux-4.4.14/fs/udf/ |
D | inode.c | 484 struct extent_position *last_pos, in udf_do_extend_file() argument 539 udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 543 udf_write_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 560 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 569 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 579 err = udf_add_aext(inode, last_pos, &prealloc_loc, in udf_do_extend_file() 590 last_pos->offset -= sizeof(struct short_ad); in udf_do_extend_file() 592 last_pos->offset -= sizeof(struct long_ad); in udf_do_extend_file()
|
/linux-4.4.14/fs/btrfs/ |
D | file.c | 1387 u64 last_pos; in lock_and_cleanup_extent_if_need() local 1392 last_pos = start_pos + ((u64)num_pages << PAGE_CACHE_SHIFT) - 1; in lock_and_cleanup_extent_if_need() 1397 start_pos, last_pos, 0, cached_state); in lock_and_cleanup_extent_if_need() 1399 last_pos - start_pos + 1); in lock_and_cleanup_extent_if_need() 1402 ordered->file_offset <= last_pos) { in lock_and_cleanup_extent_if_need() 1404 start_pos, last_pos, in lock_and_cleanup_extent_if_need() 1418 last_pos, EXTENT_DIRTY | EXTENT_DELALLOC | in lock_and_cleanup_extent_if_need() 1422 *lockend = last_pos; in lock_and_cleanup_extent_if_need()
|
/linux-4.4.14/fs/ |
D | libfs.c | 441 loff_t last_pos = pos + copied; in simple_write_end() local 456 if (last_pos > inode->i_size) in simple_write_end() 457 i_size_write(inode, last_pos); in simple_write_end()
|
/linux-4.4.14/sound/drivers/ |
D | aloop.c | 455 unsigned long last_pos; in bytepos_delta() local 458 last_pos = byte_pos(dpcm, dpcm->irq_pos); in bytepos_delta() 460 delta = byte_pos(dpcm, dpcm->irq_pos) - last_pos; in bytepos_delta()
|
/linux-4.4.14/sound/pci/ |
D | intel8x0.c | 367 unsigned int last_pos; member 861 ichdev->last_pos = ichdev->position; in snd_intel8x0_pcm_trigger() 1099 ptr = ichdev->last_pos; in snd_intel8x0_pcm_pointer() 1104 if (ptr < ichdev->last_pos) { in snd_intel8x0_pcm_pointer() 1107 last_base = ichdev->last_pos / ichdev->fragsize1; in snd_intel8x0_pcm_pointer() 1112 ptr = ichdev->last_pos; in snd_intel8x0_pcm_pointer() 1115 ichdev->last_pos = ptr; in snd_intel8x0_pcm_pointer()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_ipv4.c | 2026 if (*pos && *pos == st->last_pos) { in tcp_seq_start() 2039 st->last_pos = *pos; in tcp_seq_start() 2069 st->last_pos = *pos; in tcp_seq_next() 2102 s->last_pos = 0; in tcp_seq_open()
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 269 u32 last_pos; member 714 stream->last_pos = stream->curr_pos; in hsw_log_message()
|
/linux-4.4.14/include/net/ |
D | tcp.h | 1650 loff_t last_pos; member
|