Searched refs:end (Results 226 - 250 of 3740) sorted by last modified time

1234567891011>>

/linux-master/arch/loongarch/mm/
H A Dpgtable.c43 unsigned long *p, *end; local
55 end = p + PTRS_PER_PGD;
67 } while (p != end);
74 unsigned long *p, *end; local
78 end = p + PTRS_PER_PMD;
90 } while (p != end);
98 unsigned long *p, *end; local
102 end = p + PTRS_PER_PUD;
114 } while (p != end);
/linux-master/tools/include/linux/
H A Dmm.h30 void reserve_bootmem_region(phys_addr_t start, phys_addr_t end, int nid);
/linux-master/fs/btrfs/
H A Dtransaction.c920 * end up with SUPER_COMMITTED transactions before a COMPLETED
1126 u64 end; local
1128 while (find_first_extent_bit(dirty_pages, start, &start, &end,
1132 err = convert_extent_bit(dirty_pages, start, end,
1153 err = filemap_fdatawrite_range(mapping, start, end);
1157 werr = filemap_fdatawait_range(mapping, start, end);
1161 start = end + 1;
1180 u64 end; local
1182 while (find_first_extent_bit(dirty_pages, start, &start, &end,
1192 err = clear_extent_bit(dirty_pages, start, end,
[all...]
H A Ddelayed-inode.c684 * order to ensure we do not end up with out of order items in our leaf.
1627 goto end;
1632 goto end;
1646 goto end;
1660 end:
/linux-master/kernel/time/
H A Dtimer.c224 * waiting for the end of the timer callback function
1421 * enqueued timer is dequeued and cannot end up with
1886 unsigned end = offset + LVL_SIZE; local
1888 pos = find_next_bit(base->pending_map, end, start);
1889 if (pos < end)
/linux-master/drivers/crypto/ccp/
H A Dsev-dev.c54 /* Leave room in the descriptor array for an end-of-list indicator. */
507 * be NULL if this descriptor is only an end-of-list indicator.
1074 size = PAGE_ALIGN((rs->end + 1) - rs->start);
/linux-master/arch/x86/kernel/
H A Dsev.c903 void snp_accept_memory(phys_addr_t start, phys_addr_t end) argument
911 npages = (end - start) >> PAGE_SHIFT;
H A Dsetup.c88 .end = 0,
95 .end = 0,
102 .end = 0,
109 .end = 0,
256 /* Assume only end is not page aligned */
283 /* Assume only end is not page aligned */
297 /* Assume only end is not page aligned */
493 { .name = "dma1", .start = 0x00, .end = 0x1f,
495 { .name = "pic1", .start = 0x20, .end = 0x21,
497 { .name = "timer0", .start = 0x40, .end
[all...]
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c38 u64 end; member in struct:cache_map
183 static int add_map_entry_at(u64 start, u64 end, u8 type, int idx) argument
187 if (start >= end)
193 if (!prev->fixed && start == prev->end && type == prev->type)
200 if (!next->fixed && end == next->start && type == next->type)
205 cache_map[idx - 1].end = cache_map[idx].end;
210 cache_map[idx - 1].end = end;
231 cache_map[idx].end
240 clr_map_range_at(u64 start, u64 end, int idx) argument
265 add_map_entry(u64 start, u64 end, u8 type) argument
351 u64 start, end, size; local
512 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) argument
613 update_fixed_last(unsigned base, unsigned end, mtrr_type type) argument
[all...]
/linux-master/sound/usb/line6/
H A Ddriver.c263 @param size number of bytes between code and sysex end
675 goto end;
682 end:
/linux-master/sound/soc/amd/acp/
H A Dacp-pci.c35 .end = ACP3x_REG_END - ACP3x_REG_START,
41 .end = 0,
132 res[i].end = addr + res_acp->end;
135 res[i].end = res[i].start;
/linux-master/sound/pci/emu10k1/
H A Demu10k1_callback.c335 vp->reg.end += mapped_offset;
419 /* chorus & loop end (chorus 8bit, MSB) */
/linux-master/net/core/
H A Dsock_map.c1538 goto end;
1544 goto end;
1553 end:
/linux-master/mm/
H A Dmemory.c125 * that high_memory defines the upper bound on direct map memory, then end
197 unsigned long addr, unsigned long end,
207 next = pmd_addr_end(addr, end);
211 } while (pmd++, addr = next, addr != end);
221 if (end - 1 > ceiling - 1)
231 unsigned long addr, unsigned long end,
241 next = pud_addr_end(addr, end);
245 } while (pud++, addr = next, addr != end);
255 if (end - 1 > ceiling - 1)
265 unsigned long addr, unsigned long end,
196 free_pmd_range(struct mmu_gather *tlb, pud_t *pud, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
230 free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
264 free_p4d_range(struct mmu_gather *tlb, pgd_t *pgd, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
300 free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
1064 copy_pte_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr, unsigned long end) argument
1209 copy_pmd_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, pud_t *dst_pud, pud_t *src_pud, unsigned long addr, unsigned long end) argument
1246 copy_pud_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, p4d_t *dst_p4d, p4d_t *src_p4d, unsigned long addr, unsigned long end) argument
1283 copy_p4d_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, pgd_t *dst_pgd, pgd_t *src_pgd, unsigned long addr, unsigned long end) argument
1344 unsigned long end = src_vma->vm_end; local
1568 zap_pte_range(struct mmu_gather *tlb, struct vm_area_struct *vma, pmd_t *pmd, unsigned long addr, unsigned long end, struct zap_details *details) argument
1688 zap_pmd_range(struct mmu_gather *tlb, struct vm_area_struct *vma, pud_t *pud, unsigned long addr, unsigned long end, struct zap_details *details) argument
1730 zap_pud_range(struct mmu_gather *tlb, struct vm_area_struct *vma, p4d_t *p4d, unsigned long addr, unsigned long end, struct zap_details *details) argument
1759 zap_p4d_range(struct mmu_gather *tlb, struct vm_area_struct *vma, pgd_t *pgd, unsigned long addr, unsigned long end, struct zap_details *details) argument
1778 unmap_page_range(struct mmu_gather *tlb, struct vm_area_struct *vma, unsigned long addr, unsigned long end, struct zap_details *details) argument
1805 unsigned long end; local
1881 unsigned long end = end_addr; local
1903 const unsigned long end = address + size; local
2489 remap_pte_range(struct mm_struct *mm, pmd_t *pmd, unsigned long addr, unsigned long end, unsigned long pfn, pgprot_t prot) argument
2515 remap_pmd_range(struct mm_struct *mm, pud_t *pud, unsigned long addr, unsigned long end, unsigned long pfn, pgprot_t prot) argument
2538 remap_pud_range(struct mm_struct *mm, p4d_t *p4d, unsigned long addr, unsigned long end, unsigned long pfn, pgprot_t prot) argument
2560 remap_p4d_range(struct mm_struct *mm, pgd_t *pgd, unsigned long addr, unsigned long end, unsigned long pfn, pgprot_t prot) argument
2591 unsigned long end = addr + PAGE_ALIGN(size); local
2716 apply_to_pte_range(struct mm_struct *mm, pmd_t *pmd, unsigned long addr, unsigned long end, pte_fn_t fn, void *data, bool create, pgtbl_mod_mask *mask) argument
2759 apply_to_pmd_range(struct mm_struct *mm, pud_t *pud, unsigned long addr, unsigned long end, pte_fn_t fn, void *data, bool create, pgtbl_mod_mask *mask) argument
2797 apply_to_pud_range(struct mm_struct *mm, p4d_t *p4d, unsigned long addr, unsigned long end, pte_fn_t fn, void *data, bool create, pgtbl_mod_mask *mask) argument
2833 apply_to_p4d_range(struct mm_struct *mm, pgd_t *pgd, unsigned long addr, unsigned long end, pte_fn_t fn, void *data, bool create, pgtbl_mod_mask *mask) argument
2875 unsigned long end = addr + size; local
[all...]
/linux-master/kernel/bpf/
H A Dsyscall.c1037 const char *end = src + size; local
1042 while (src < end && *src) {
1050 if (src == end)
/linux-master/init/
H A Dinitramfs.c534 error("junk at the end of compressed archive");
633 void __weak __init free_initrd_mem(unsigned long start, unsigned long end) argument
637 unsigned long aligned_end = ALIGN(end, PAGE_SIZE);
642 free_reserved_area((void *)start, (void *)end, POISON_FREE_INITMEM,
650 unsigned long crashk_end = (unsigned long)__va(crashk_res.end);
/linux-master/include/linux/
H A Dfs.h1976 * If it is called with len == 0 that means "remap to end of source file".
2767 loff_t start, loff_t end);
2774 extern int vfs_fsync_range(struct file *file, loff_t start, loff_t end,
3061 * _FILE_OFFSET_BITS=32 on a 64-bit kernel we'll only end up reading out the
H A Dbpf.h1139 unsigned long end; member in struct:bpf_ksym
/linux-master/fs/smb/client/
H A Dioctl.c226 u8 __user *end; local
307 /* append all the keys at the end of the user buffer */
308 end = in->data;
309 if (copy_to_user(end, ses->auth_key.response, out.session_key_length)) {
313 end += out.session_key_length;
315 if (copy_to_user(end, ses->smb3encryptionkey, out.server_in_key_length)) {
319 end += out.server_in_key_length;
321 if (copy_to_user(end, ses->smb3decryptionkey, out.server_out_key_length)) {
H A Dfile.c47 pgoff_t end; local
53 end = (start + len - 1) / PAGE_SIZE;
54 xas_for_each_marked(&xas, folio, end, PAGECACHE_TAG_DIRTY) {
75 pgoff_t end; local
84 end = (start + len - 1) / PAGE_SIZE;
85 xas_for_each(&xas, folio, end) {
90 len, start, folio->index, end);
108 pgoff_t end; local
117 end = (start + len - 1) / PAGE_SIZE;
118 xas_for_each(&xas, folio, end) {
141 pgoff_t end; local
2830 cifs_write_back_from_locked_folio(struct address_space *mapping, struct writeback_control *wbc, struct xa_state *xas, struct folio *folio, unsigned long long start, unsigned long long end) argument
2970 cifs_writepages_begin(struct address_space *mapping, struct writeback_control *wbc, struct xa_state *xas, unsigned long long *_start, unsigned long long end) argument
3066 cifs_writepages_region(struct address_space *mapping, struct writeback_control *wbc, unsigned long long *_start, unsigned long long end) argument
3090 loff_t start, end; local
3243 cifs_strict_fsync(struct file *file, loff_t start, loff_t end, int datasync) argument
3297 cifs_fsync(struct file *file, loff_t start, loff_t end, int datasync) argument
[all...]
H A Dcifssmb.c323 /* check for parm and data offset going beyond end of smb */
1454 /*check that DataLength would not go beyond end of SMB */
2709 __u8 *start, *end; local
2771 end = 2 + get_bcc(&io_rsp->hdr) + (__u8 *)&io_rsp->ByteCount;
2773 if (start >= end) {
2916 /* check if we would go beyond end of SMB */
2930 /* check if we would go beyond end of SMB */
3363 cifs_dbg(FYI, "parms start after end of smb\n");
3366 cifs_dbg(FYI, "parm end after end o
[all...]
/linux-master/fs/nfsd/
H A Dnfs4state.c1881 * the end of the initial SEQUENCE operation--the rest we regenerate
5752 * the end:
7466 u64 end; local
7469 end = start + len;
7470 return end > start ? end - 1: NFS4_MAX_UINT64;
/linux-master/fs/jfs/
H A Djfs_logmgr.c41 * of last logpage via timestamp at end of each sector
220 * RETURN: lsn - offset to the next log record to write (end-of-log);
323 /* update end-of-log lsn */
328 /* return end-of-log address */
339 * RETURN: end-of-log address
347 int lsn = 0; /* end-of-log address */
351 int dstoffset; /* end-of-log offset in log page */
483 * end of log record descriptor
589 /* mark tblk for end-of-page */
772 /* mark page to free at end o
[all...]
/linux-master/fs/bcachefs/
H A Djournal_seq_blacklist.c46 int bch2_journal_seq_blacklist_add(struct bch_fs *c, u64 start, u64 end) argument
60 if (end < le64_to_cpu(e->start))
63 if (start > le64_to_cpu(e->end)) {
74 end = max(end, le64_to_cpu(e->end));
87 .end = cpu_to_le64(end),
125 if (seq >= t->entries[idx].end)
151 t->entries[i].end
[all...]
H A Dfsck.c1619 "extent type past end of inode %llu:%u, i_size %llu\n %s",
2659 u64 start, u64 *end)
2686 *end = k.k->p.offset;
2657 check_nlinks_find_hardlinks(struct bch_fs *c, struct nlink_table *t, u64 start, u64 *end) argument

Completed in 440 milliseconds

1234567891011>>