Home
last modified time | relevance | path

Searched refs:start_pos (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/
Dregset.h223 const int start_pos, const int end_pos) in user_regset_copyout() argument
227 BUG_ON(*pos < start_pos); in user_regset_copyout()
231 data += *pos - start_pos; in user_regset_copyout()
248 const int start_pos, const int end_pos) in user_regset_copyin() argument
252 BUG_ON(*pos < start_pos); in user_regset_copyin()
256 data += *pos - start_pos; in user_regset_copyin()
277 const int start_pos, in user_regset_copyout_zero() argument
282 BUG_ON(*pos < start_pos); in user_regset_copyout_zero()
303 const int start_pos, in user_regset_copyin_ignore() argument
308 BUG_ON(*pos < start_pos); in user_regset_copyin_ignore()
/linux-4.4.14/scripts/
Dkallsyms.c35 unsigned int start_pos; member
280 table[table_cnt].start_pos = table_cnt; in read_map()
671 return sa->start_pos - sb->start_pos; in compare_symbols()
/linux-4.4.14/fs/btrfs/
Dfile.c496 u64 start_pos; in btrfs_dirty_pages() local
501 start_pos = pos & ~((u64)root->sectorsize - 1); in btrfs_dirty_pages()
502 num_bytes = ALIGN(write_bytes + pos - start_pos, root->sectorsize); in btrfs_dirty_pages()
504 end_of_last_block = start_pos + num_bytes - 1; in btrfs_dirty_pages()
505 err = btrfs_set_extent_delalloc(inode, start_pos, end_of_last_block, in btrfs_dirty_pages()
1386 u64 start_pos; in lock_and_cleanup_extent_if_need() local
1391 start_pos = pos & ~((u64)PAGE_CACHE_SIZE - 1); in lock_and_cleanup_extent_if_need()
1392 last_pos = start_pos + ((u64)num_pages << PAGE_CACHE_SHIFT) - 1; in lock_and_cleanup_extent_if_need()
1394 if (start_pos < inode->i_size) { in lock_and_cleanup_extent_if_need()
1397 start_pos, last_pos, 0, cached_state); in lock_and_cleanup_extent_if_need()
[all …]
/linux-4.4.14/drivers/staging/comedi/drivers/
Dadl_pci9118.c410 unsigned int start_pos = devpriv->ai_add_front; in pci9118_ai_samples_ready() local
411 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_samples_ready()
434 if (dma_pos < start_pos) { in pci9118_ai_samples_ready()
436 x = start_pos - dma_pos; in pci9118_ai_samples_ready()
454 start_pos += span_len; in pci9118_ai_samples_ready()
467 unsigned int start_pos = devpriv->ai_add_front; in pci9118_ai_dma_xfer() local
468 unsigned int stop_pos = start_pos + cmd->chanlist_len; in pci9118_ai_dma_xfer()
484 if (dma_pos < start_pos) { in pci9118_ai_dma_xfer()
486 x = start_pos - dma_pos; in pci9118_ai_dma_xfer()
504 start_pos += span_len; in pci9118_ai_dma_xfer()
/linux-4.4.14/drivers/md/bcache/
Dwriteback.c387 struct bkey start_pos; in refill_dirty() local
404 start_pos = buf->last_scanned; in refill_dirty()
415 bch_refill_keybuf(dc->disk.c, buf, &start_pos, dirty_pred); in refill_dirty()
417 return bkey_cmp(&buf->last_scanned, &start_pos) >= 0; in refill_dirty()
/linux-4.4.14/fs/f2fs/
Ddir.c770 unsigned int start_pos, struct f2fs_str *fstr) in f2fs_fill_dentries() argument
818 ctx->pos = start_pos + bit_pos; in f2fs_fill_dentries()
/linux-4.4.14/drivers/media/usb/usbvision/
Dusbvision-core.c601 unsigned char *decompressed, int *start_pos, in usbvision_decompress() argument
608 pos = *start_pos; in usbvision_decompress()
678 *start_pos = extra_pos; in usbvision_decompress()
/linux-4.4.14/drivers/android/
Dbinder.c3297 size_t start_pos = m->count; in print_binder_thread() local
3321 m->count = start_pos; in print_binder_thread()
3362 size_t start_pos = m->count; in print_binder_proc() local
3394 m->count = start_pos; in print_binder_proc()