Home
last modified time | relevance | path

Searched refs:end (Results 19026 - 19050 of 24880) sorted by relevance

1...<<761762763764765766767768769770>>...996

/kernel/linux/linux-5.10/kernel/
H A Dexit.c1544 goto end; in do_wait()
1548 goto end; in do_wait()
1564 end: in do_wait()
/kernel/linux/linux-5.10/kernel/time/
H A Dtimer.c1501 unsigned end = offset + LVL_SIZE; in next_pending_bucket() local
1503 pos = find_next_bit(base->pending_map, end, start); in next_pending_bucket()
1504 if (pos < end) in next_pending_bucket()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c130 * The file type field is stored at the end of the name for filetype enabled
270 unsigned int end; in xfs_dir2_block_to_sf() local
286 end = xfs_dir3_data_end_offset(args->geo, bp->b_addr); in xfs_dir2_block_to_sf()
288 while (offset < end) { in xfs_dir2_block_to_sf()
431 * Do it the easy way - just add it at the end. in xfs_dir2_sf_addname()
451 * This is copying the old directory and adding the new entry at the end.
518 int eof; /* reached end of old dir */ in xfs_dir2_sf_addname_hard()
539 * If it's going to end up at the end then oldsfep will point there. in xfs_dir2_sf_addname_hard()
595 * If it will fit, pick between adding the new entry to the end (eas
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c428 unsigned long start, end; in g2d_userptr_get_dma_addr() local
475 end = PAGE_ALIGN(userptr + size); in g2d_userptr_get_dma_addr()
476 npages = (end - start) >> PAGE_SHIFT; in g2d_userptr_get_dma_addr()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dvce_v4_0.c212 struct mmsch_v1_0_cmd_end end = { { 0 } }; in vce_v4_0_sriov_start() local
219 end.cmd_header.command_type = MMSCH_COMMAND__END; in vce_v4_0_sriov_start()
303 /* end of MC_RESUME */ in vce_v4_0_sriov_start()
319 /* add end packet */ in vce_v4_0_sriov_start()
320 memcpy((void *)init_table, &end, sizeof(struct mmsch_v1_0_cmd_end)); in vce_v4_0_sriov_start()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h801 pgoff_t end);
803 pgoff_t end, pgoff_t *num_prefault);
1511 pgoff_t start, pgoff_t end);
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-brcmstb.c783 size += entry->res->end - entry->res->start + 1; in brcm_pcie_get_rc_bar2_size_and_offset()
1076 const int end = start ? PCIE_DVT_PMU_PCIE_PHY_CTRL_DAST_NFLDS : -1; in brcm_phy_cntl() local
1082 for (i = beg; i != end; start ? i++ : i--) { in brcm_phy_cntl()
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci-sysfs.c135 resource_size_t start, end; in resource_show() local
144 pci_resource_to_user(pci_dev, i, res, &start, &end); in resource_show()
147 (unsigned long long)end, in resource_show()
/kernel/linux/linux-5.10/include/linux/
H A Dacpi.h141 const unsigned long end);
212 #define BAD_MADT_ENTRY(entry, end) ( \
213 (!entry) || (unsigned long)entry + sizeof(*entry) > end || \
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_trace.h104 __field(loff_t, end)
111 __entry->end = end_pos;
117 __entry->end, __entry->err)
/kernel/linux/linux-6.6/drivers/mfd/
H A Dsm501.c770 res->end = res->start + size - 1; in sm501_create_subio()
788 res->end = res->start + size - 1; in sm501_create_mem()
801 res->start = res->end = sm->irq; in sm501_create_irq()
1700 { /* end */ }
/kernel/linux/linux-6.6/fs/ntfs/
H A Daops.c1402 /* We have to zero every time due to mmap-at-end-of-file. */ in ntfs_writepage()
1717 unsigned int end, bh_size, bh_ofs; in mark_ntfs_record_dirty() local
1720 end = ofs + ni->itype.index.block_size; in mark_ntfs_record_dirty()
1746 if (unlikely(bh_ofs >= end)) in mark_ntfs_record_dirty()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_trace.h104 __field(loff_t, end)
111 __entry->end = end_pos;
117 __entry->end, __entry->err)
H A Dhmdfs_client.c100 __s64 start, __s64 end, __s32 datasync) in hmdfs_send_fsync()
120 fsync_req->end = cpu_to_le64(end); in hmdfs_send_fsync()
99 hmdfs_send_fsync(struct hmdfs_peer *con, const struct hmdfs_fid *fid, __s64 start, __s64 end, __s32 datasync) hmdfs_send_fsync() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddefrag.c642 u64 end = start + sectorsize - 1; in defrag_lookup_extent() local
646 lock_extent(io_tree, start, end, &cached); in defrag_lookup_extent()
649 unlock_extent(io_tree, start, end, &cached); in defrag_lookup_extent()
990 * the end of that extent. in defrag_collect_targets()
991 * Otherwise, we can only go the end of the specified range. in defrag_collect_targets()
1258 /* Defrag until file end */ in btrfs_defrag_file()
1296 /* We want the cluster end at page boundary when possible */ in btrfs_defrag_file()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c130 * The file type field is stored at the end of the name for filetype enabled
270 unsigned int end; in xfs_dir2_block_to_sf() local
286 end = xfs_dir3_data_end_offset(args->geo, bp->b_addr); in xfs_dir2_block_to_sf()
288 while (offset < end) { in xfs_dir2_block_to_sf()
431 * Do it the easy way - just add it at the end. in xfs_dir2_sf_addname()
451 * This is copying the old directory and adding the new entry at the end.
518 int eof; /* reached end of old dir */ in xfs_dir2_sf_addname_hard()
539 * If it's going to end up at the end then oldsfep will point there. in xfs_dir2_sf_addname_hard()
595 * If it will fit, pick between adding the new entry to the end (eas
[all...]
/kernel/linux/linux-6.6/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c893 if (num && (phys_contig_regions->regions[num - 1].end + 1) == page_paddr) { in ne_merge_phys_contig_memory_regions()
894 phys_contig_regions->regions[num - 1].end += page_size; in ne_merge_phys_contig_memory_regions()
897 phys_contig_regions->regions[num].end = page_paddr + page_size - 1; in ne_merge_phys_contig_memory_regions()
/kernel/linux/linux-6.6/drivers/w1/
H A Dw1.c594 goto end; in w1_uevent()
598 goto end; in w1_uevent()
602 end: in w1_uevent()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dvmw_pvscsi.c157 struct pvscsi_ctx *ctx, *end; in pvscsi_find_context() local
159 end = &adapter->cmd_map[adapter->req_depth]; in pvscsi_find_context()
160 for (ctx = adapter->cmd_map; ctx < end; ctx++) in pvscsi_find_context()
/kernel/linux/linux-6.6/drivers/staging/qlge/
H A Dqlge_dbg.c482 goto end; in qlge_get_mpi_shadow_regs()
485 goto end; in qlge_get_mpi_shadow_regs()
487 end: in qlge_get_mpi_shadow_regs()
/kernel/linux/linux-6.6/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c229 goto end; in hccs_pcc_cmd_send()
235 goto end; in hccs_pcc_cmd_send()
246 end: in hccs_pcc_cmd_send()
/kernel/linux/linux-6.6/drivers/staging/vme_user/
H A Dvme.c801 if (phys_addr + vma_size > image->bus_resource.end + 1) { in vme_master_mmap()
1254 (address < handler->end)) { in vme_bus_error_handler()
1281 handler->end = address + len; in vme_register_error_handler()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_nego.c1112 char *tmpbuf, *start = NULL, *end = NULL, *key, *value; in iscsi_target_locate_portal() local
1137 end = (start + payload_length); in iscsi_target_locate_portal()
1143 while (start < end) { in iscsi_target_locate_portal()
/kernel/linux/linux-6.6/drivers/tee/optee/
H A Dsmc_abi.c1371 phys_addr_t end; in optee_config_shm_memremap() local
1387 end = rounddown(res.result.start + res.result.size, PAGE_SIZE); in optee_config_shm_memremap()
1389 size = end - begin; in optee_config_shm_memremap()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dhyperv_fb.c419 unsigned long start, end; in synthvid_deferred_io() local
427 * over the end of frame buffer row yres. This is taken care of in synthvid_deferred_io()
433 end = start + PAGE_SIZE - 1; in synthvid_deferred_io()
435 y2 = end / p->fix.line_length; in synthvid_deferred_io()
1215 * which is almost at the end of list, with priority = INT_MIN + 1. in hvfb_probe()
1322 { /* end of list */ }

Completed in 56 milliseconds

1...<<761762763764765766767768769770>>...996