Searched refs:fstart (Results 1 – 7 of 7) sorted by relevance
/linux/mm/ |
H A D | msync.c | 66 loff_t fstart, fend; in SYSCALL_DEFINE3() local 88 fstart = (start - vma->vm_start) + in SYSCALL_DEFINE3() 90 fend = fstart + (min(end, vma->vm_end) - start) - 1; in SYSCALL_DEFINE3() 96 error = vfs_fsync_range(file, fstart, fend, 1); in SYSCALL_DEFINE3()
|
/linux/fs/smb/client/ |
H A D | cifsfs.c | 1277 unsigned long long destend, fstart, fend, old_size, new_size; in cifs_remap_file_range() local 1333 fstart = destoff; in cifs_remap_file_range() 1336 rc = cifs_flush_folio(target_inode, destoff, &fstart, &fend, true); in cifs_remap_file_range() 1339 rc = cifs_flush_folio(target_inode, destend, &fstart, &fend, false); in cifs_remap_file_range() 1347 cifs_dbg(FYI, "about to discard pages %llx-%llx\n", fstart, fend); in cifs_remap_file_range() 1348 truncate_inode_pages_range(&target_inode->i_data, fstart, fend); in cifs_remap_file_range()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_rps.c | 279 u8 fmax, fmin, fstart; in gen5_rps_init() local 304 fstart = (rgvmodectl & MEMMODE_FSTART_MASK) >> in gen5_rps_init() 306 drm_dbg(&i915->drm, "fmax: %d, fmin: %d, fstart: %d\n", in gen5_rps_init() 307 fmax, fmin, fstart); in gen5_rps_init() 310 rps->efficient_freq = fstart; in gen5_rps_init() 555 u8 fstart, vstart; in gen5_rps_enable() local 579 fstart = (rgvmodectl & MEMMODE_FSTART_MASK) >> in gen5_rps_enable() 582 vstart = (intel_uncore_read(uncore, PXVFREQ(fstart)) & in gen5_rps_enable()
|
H A D | intel_gt_regs.h | 1204 #define PXVFREQ(fstart) _MMIO(0x11110 + (fstart) * 4) /* P[0-15]VIDFREQ (0x1114c) (Ironlake) */ argument
|
/linux/kernel/bpf/ |
H A D | cgroup.c | 441 int i, j, cnt = 0, preorder_cnt = 0, fstart, bstart, init_bstart; in compute_effective_progs() local 457 fstart = preorder_cnt; in compute_effective_progs() 472 item = &progs->items[fstart]; in compute_effective_progs() 473 fstart++; in compute_effective_progs()
|
/linux/fs/ext4/ |
H A D | mballoc.c | 698 int fstart; in __mb_check_buddy() local 741 fstart = -1; in __mb_check_buddy() 746 if (fstart == -1) { in __mb_check_buddy() 748 fstart = i; in __mb_check_buddy() 752 fstart = -1; in __mb_check_buddy()
|
/linux/kernel/cgroup/ |
H A D | cgroup.c | 7088 int fstart = 0, fend = 0, flen; in cgroup_parse_float() local 7090 if (!sscanf(input, "%lld.%n%lld%n", &whole, &fstart, &frac, &fend)) in cgroup_parse_float() 7095 flen = fend > fstart ? fend - fstart : 0; in cgroup_parse_float()
|