Home
last modified time | relevance | path

Searched refs:start (Results 5526 - 5550 of 18851) sorted by relevance

1...<<221222223224225226227228229230>>...755

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c92 union xfs_btree_ptr *start, in __xfs_inobt_alloc_block()
99 xfs_agblock_t sbno = be32_to_cpu(start->s); in __xfs_inobt_alloc_block()
131 union xfs_btree_ptr *start, in xfs_inobt_alloc_block()
135 return __xfs_inobt_alloc_block(cur, start, new, stat, XFS_AG_RESV_NONE); in xfs_inobt_alloc_block()
141 union xfs_btree_ptr *start, in xfs_finobt_alloc_block()
146 return xfs_inobt_alloc_block(cur, start, new, stat); in xfs_finobt_alloc_block()
147 return __xfs_inobt_alloc_block(cur, start, new, stat, in xfs_finobt_alloc_block()
90 __xfs_inobt_alloc_block( struct xfs_btree_cur *cur, union xfs_btree_ptr *start, union xfs_btree_ptr *new, int *stat, enum xfs_ag_resv_type resv) __xfs_inobt_alloc_block() argument
129 xfs_inobt_alloc_block( struct xfs_btree_cur *cur, union xfs_btree_ptr *start, union xfs_btree_ptr *new, int *stat) xfs_inobt_alloc_block() argument
139 xfs_finobt_alloc_block( struct xfs_btree_cur *cur, union xfs_btree_ptr *start, union xfs_btree_ptr *new, int *stat) xfs_finobt_alloc_block() argument
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_options.c157 unsigned char *start = sptr+sopt->srr; in __ip_options_echo() local
160 optlen = start[1]; in __ip_options_echo()
161 soffset = start[2]; in __ip_options_echo()
167 memcpy(&faddr, &start[soffset-1], 4); in __ip_options_echo()
169 memcpy(&dptr[doffset-1], &start[soffset-1], 4); in __ip_options_echo()
174 &start[soffset + 3], 4) == 0) in __ip_options_echo()
179 dptr[0] = start[0]; in __ip_options_echo()
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.c329 .start = mtk_aal_start,
335 .start = mtk_ccorr_start,
342 .start = mtk_dither_start,
349 .start = mtk_gamma_start,
355 .start = mtk_od_start,
359 .start = mtk_ufoe_start,
542 comp->regs_pa = res.start; in mtk_ddp_comp_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c203 *cs++ = lower_32_bits(dst->vma->node.start); in prepare_blit()
205 *cs++ = upper_32_bits(dst->vma->node.start); in prepare_blit()
208 *cs++ = lower_32_bits(src->vma->node.start); in prepare_blit()
210 *cs++ = upper_32_bits(src->vma->node.start); in prepare_blit()
426 if (drm_mm_node_allocated(&vma->node) && vma->node.start != addr) { in pin_buffer()
482 t->batch->node.start, in tiled_blit()
537 t->hole = hole.start + I915_GTT_MIN_ALIGNMENT; in tiled_blits_create()
/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-xgene.c362 port->cfg_addr = res->start; in xgene_pcie_map_reg()
423 pci_pio_to_address(res->start), in xgene_pcie_map_ranges()
424 res->start - window->offset); in xgene_pcie_map_ranges()
429 res->start, in xgene_pcie_map_ranges()
430 res->start - in xgene_pcie_map_ranges()
434 res->start, in xgene_pcie_map_ranges()
435 res->start - in xgene_pcie_map_ranges()
/kernel/linux/linux-5.10/include/linux/
H A Dhugetlb.h127 unsigned long start, unsigned long end,
130 unsigned long start, unsigned long end,
146 long hugetlb_unreserve_pages(struct inode *inode, long start, long end,
172 unsigned long *start, unsigned long *end);
218 unsigned long *start, unsigned long *end) in adjust_range_if_pmd_sharing_possible()
351 struct vm_area_struct *vma, unsigned long start, in __unmap_hugepage_range_final()
358 struct vm_area_struct *vma, unsigned long start, in __unmap_hugepage_range()
669 * it is not migratable to start with. Also the size of the huge
216 adjust_range_if_pmd_sharing_possible( struct vm_area_struct *vma, unsigned long *start, unsigned long *end) adjust_range_if_pmd_sharing_possible() argument
350 __unmap_hugepage_range_final(struct mmu_gather *tlb, struct vm_area_struct *vma, unsigned long start, unsigned long end, struct page *ref_page) __unmap_hugepage_range_final() argument
357 __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma, unsigned long start, unsigned long end, struct page *ref_page) __unmap_hugepage_range() argument
/kernel/linux/linux-5.10/drivers/staging/comedi/
H A Ddrivers.c865 * @start: Base address of the I/O region.
868 * Requests the specified I/O port region which must start at a non-zero
871 * Returns 0 on success, -EINVAL if @start is 0, or -EIO if the request
875 unsigned long start, unsigned long len) in __comedi_request_region()
877 if (!start) { in __comedi_request_region()
884 if (!request_region(start, len, dev->board_name)) { in __comedi_request_region()
886 dev->board_name, start, len); in __comedi_request_region()
897 * @start: Base address of the I/O region.
900 * Requests the specified I/O port region which must start at a non-zero
906 * Returns 0 on success, -EINVAL if @start i
874 __comedi_request_region(struct comedi_device *dev, unsigned long start, unsigned long len) __comedi_request_region() argument
909 comedi_request_region(struct comedi_device *dev, unsigned long start, unsigned long len) comedi_request_region() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c94 const union xfs_btree_ptr *start, in __xfs_inobt_alloc_block()
101 xfs_agblock_t sbno = be32_to_cpu(start->s); in __xfs_inobt_alloc_block()
133 const union xfs_btree_ptr *start, in xfs_inobt_alloc_block()
137 return __xfs_inobt_alloc_block(cur, start, new, stat, XFS_AG_RESV_NONE); in xfs_inobt_alloc_block()
143 const union xfs_btree_ptr *start, in xfs_finobt_alloc_block()
148 return xfs_inobt_alloc_block(cur, start, new, stat); in xfs_finobt_alloc_block()
149 return __xfs_inobt_alloc_block(cur, start, new, stat, in xfs_finobt_alloc_block()
92 __xfs_inobt_alloc_block( struct xfs_btree_cur *cur, const union xfs_btree_ptr *start, union xfs_btree_ptr *new, int *stat, enum xfs_ag_resv_type resv) __xfs_inobt_alloc_block() argument
131 xfs_inobt_alloc_block( struct xfs_btree_cur *cur, const union xfs_btree_ptr *start, union xfs_btree_ptr *new, int *stat) xfs_inobt_alloc_block() argument
141 xfs_finobt_alloc_block( struct xfs_btree_cur *cur, const union xfs_btree_ptr *start, union xfs_btree_ptr *new, int *stat) xfs_finobt_alloc_block() argument
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_mmio.c20 * .start = 0x1001e000,
24 * .start = 42 + 32,
748 resources[0].start = base; in vm_cmdline_set()
752 resources[1].start = resources[1].end = irq; in vm_cmdline_set()
766 (unsigned long long)resources[0].start, in vm_cmdline_set()
768 (int)resources[1].start); in vm_cmdline_set()
784 pdev->resource[0].end - pdev->resource[0].start + 1ULL, in vm_cmdline_get_device()
785 (unsigned long long)pdev->resource[0].start, in vm_cmdline_get_device()
786 (unsigned long long)pdev->resource[1].start, in vm_cmdline_get_device()
/kernel/linux/linux-6.6/fs/dlm/
H A Dplock.c56 iter->info.start == info->start && in plock_lookup_waiter()
146 op->info.start = fl->fl_start; in dlm_posix_lock()
327 op->info.start = fl->fl_start; in dlm_posix_unlock()
390 info.start = fl->fl_start; in dlm_posix_cancel()
451 op->info.start = fl->fl_start; in dlm_posix_get()
478 fl->fl_start = op->info.start; in dlm_posix_get()
/kernel/linux/linux-6.6/drivers/base/regmap/
H A Dregcache.c372 trace_regcache_sync(map, name, "start"); in regcache_sync()
466 trace_regcache_sync(map, name, "start region"); in regcache_sync_region()
741 unsigned int start, unsigned int end) in regcache_sync_block_single()
746 for (i = start; i < end; i++) { in regcache_sync_block_single()
792 unsigned int block_base, unsigned int start, in regcache_sync_block_raw()
801 for (i = start; i < end; i++) { in regcache_sync_block_raw()
834 unsigned int block_base, unsigned int start, in regcache_sync_block()
839 block_base, start, end); in regcache_sync_block()
842 block_base, start, end); in regcache_sync_block()
738 regcache_sync_block_single(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) regcache_sync_block_single() argument
790 regcache_sync_block_raw(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) regcache_sync_block_raw() argument
832 regcache_sync_block(struct regmap *map, void *block, unsigned long *cache_present, unsigned int block_base, unsigned int start, unsigned int end) regcache_sync_block() argument
/kernel/linux/linux-6.6/drivers/comedi/
H A Ddrivers.c864 * @start: Base address of the I/O region.
867 * Requests the specified I/O port region which must start at a non-zero
870 * Returns 0 on success, -EINVAL if @start is 0, or -EIO if the request
874 unsigned long start, unsigned long len) in __comedi_request_region()
876 if (!start) { in __comedi_request_region()
883 if (!request_region(start, len, dev->board_name)) { in __comedi_request_region()
885 dev->board_name, start, len); in __comedi_request_region()
896 * @start: Base address of the I/O region.
899 * Requests the specified I/O port region which must start at a non-zero
905 * Returns 0 on success, -EINVAL if @start i
873 __comedi_request_region(struct comedi_device *dev, unsigned long start, unsigned long len) __comedi_request_region() argument
908 comedi_request_region(struct comedi_device *dev, unsigned long start, unsigned long len) comedi_request_region() argument
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dtask_iter.c262 .start = task_seq_start,
429 .start = task_file_seq_start,
683 .start = task_vma_seq_start,
780 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5()
804 vma = find_vma(mm, start); in BPF_CALL_5()
806 if (vma && vma->vm_start <= start && vma->vm_end > start) { in BPF_CALL_5()
/kernel/linux/linux-6.6/kernel/
H A Dkallsyms.c209 unsigned int *start, in kallsyms_lookup_names()
246 *start = low; in kallsyms_lookup_names()
307 unsigned int i, start, end; in kallsyms_on_each_match_symbol() local
309 ret = kallsyms_lookup_names(name, &start, &end); in kallsyms_on_each_match_symbol()
313 for (i = start; !ret && i <= end; i++) { in kallsyms_on_each_match_symbol()
808 .start = s_start,
851 .start = s_start,
208 kallsyms_lookup_names(const char *name, unsigned int *start, unsigned int *end) kallsyms_lookup_names() argument
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-xgene.c358 port->cfg_addr = res->start; in xgene_pcie_map_reg()
419 pci_pio_to_address(res->start), in xgene_pcie_map_ranges()
420 res->start - window->offset); in xgene_pcie_map_ranges()
425 res->start, in xgene_pcie_map_ranges()
426 res->start - in xgene_pcie_map_ranges()
430 res->start, in xgene_pcie_map_ranges()
431 res->start - in xgene_pcie_map_ranges()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dunwind_orc.c152 /* Set tramp_addr to the start of the code copied by the trampoline */ in orc_ftrace_find()
207 unsigned int idx, start, stop; in orc_find() local
217 start = orc_lookup[idx]; in orc_find()
220 if (unlikely((__start_orc_unwind + start >= __stop_orc_unwind) || in orc_find()
222 orc_warn("WARNING: bad lookup value: idx=%u num=%u start=%u stop=%u ip=%pB\n", in orc_find()
223 idx, lookup_num_blocks, start, stop, (void *)ip); in orc_find()
227 return __orc_find(__start_orc_unwind_ip + start, in orc_find()
228 __start_orc_unwind + start, stop - start, ip); in orc_find()
747 * to start unwindin in __unwind_start()
[all...]
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dioremap.c78 start_pfn = (res->start + PAGE_SIZE - 1) >> PAGE_SHIFT; in __ioremap_check_ram()
158 u64 start, end; in __ioremap_check_mem() local
160 start = (u64)addr; in __ioremap_check_mem()
161 end = start + size - 1; in __ioremap_check_mem()
164 walk_mem_res(start, end, desc, __ioremap_collect_map_flags); in __ioremap_check_mem()
511 unsigned long start = phys & PAGE_MASK; in xlate_dev_mem_ptr() local
516 vaddr = memremap(start, PAGE_SIZE, MEMREMAP_WB); in xlate_dev_mem_ptr()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c524 * to handle cases where if the sink failed to start the in etm_event_start()
682 * At this time we don't allow range and start/stop filtering in etm_addr_filters_validate()
695 unsigned long start, stop; in etm_addr_filters_sync() local
703 start = fr[i].start; in etm_addr_filters_sync()
704 stop = start + fr[i].size; in etm_addr_filters_sync()
709 etm_filter->start_addr = start; in etm_addr_filters_sync()
714 etm_filter->start_addr = start; in etm_addr_filters_sync()
898 etm_pmu.start = etm_event_start; in etm_perf_init()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-flakey.c31 sector_t start; member
275 fc->start = tmpll; in flakey_ctr()
330 return fc->start + dm_target_offset(ti, bi_sector); in flakey_map_sector()
604 (unsigned long long)fc->start, fc->up_interval, in flakey_status()
650 if (fc->start || ti->len != bdev_nr_sectors((*bdev))) in flakey_prepare_ioctl()
661 return dm_report_zones(fc->dev->bdev, fc->start, in flakey_report_zones()
673 return fn(ti, fc->dev, fc->start, ti->len, data); in flakey_iterate_devices()
/kernel/linux/linux-6.6/sound/pci/lola/
H A Dlola_pcm.c508 unsigned int start; in lola_pcm_trigger() local
516 start = 1; in lola_pcm_trigger()
521 start = 0; in lola_pcm_trigger()
531 sync_streams = (start && snd_pcm_stream_linked(substream)); in lola_pcm_trigger()
538 if (start) in lola_pcm_trigger()
542 str->running = start; in lola_pcm_trigger()
543 str->paused = !start; in lola_pcm_trigger()
/kernel/linux/linux-6.6/sound/isa/msnd/
H A Dmsnd.c44 void snd_msnd_init_queue(void __iomem *base, int start, int size) in snd_msnd_init_queue() argument
46 writew(PCTODSP_BASED(start), base + JQS_wStart); in snd_msnd_init_queue()
295 int snd_msnd_DAPQ(struct snd_msnd *chip, int start) in snd_msnd_DAPQ() argument
298 int protect = start, nbanks = 0; in snd_msnd_DAPQ()
305 while (DAPQ_tail != readw(chip->DAPQ + JQS_wHead) || start) { in snd_msnd_DAPQ()
308 if (start) { in snd_msnd_DAPQ()
309 start = 0; in snd_msnd_DAPQ()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_syscalls.c85 struct syscall_metadata **start; in find_syscall_meta() local
90 start = __start_syscalls_metadata; in find_syscall_meta()
97 for ( ; start < stop; start++) { in find_syscall_meta()
98 if ((*start)->name && arch_syscall_match_sym_name(str, (*start)->name)) in find_syscall_meta()
99 return *start; in find_syscall_meta()
/kernel/linux/linux-6.6/lib/kunit/
H A Dtest.c413 struct timespec64 start, end; in kunit_run_case_internal() local
426 ktime_get_ts64(&start); in kunit_run_case_internal()
432 kunit_run_case_check_speed(test, test_case, timespec64_sub(end, start)); in kunit_run_case_internal()
791 mod->kunit_suites = (struct kunit_suite **)suite_set.start; in kunit_module_init()
792 mod->num_kunit_suites = suite_set.end - suite_set.start; in kunit_module_init()
812 * Check if the start address is a valid virtual address to detect in kunit_module_exit()
816 if (!suite_set.start || !virt_addr_valid(suite_set.start)) in kunit_module_exit()
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_options.c144 unsigned char *start = sptr+sopt->srr; in __ip_options_echo() local
147 optlen = start[1]; in __ip_options_echo()
148 soffset = start[2]; in __ip_options_echo()
154 memcpy(&faddr, &start[soffset-1], 4); in __ip_options_echo()
156 memcpy(&dptr[doffset-1], &start[soffset-1], 4); in __ip_options_echo()
161 &start[soffset + 3], 4) == 0) in __ip_options_echo()
166 dptr[0] = start[0]; in __ip_options_echo()
/third_party/elfutils/src/
H A Dstack.c133 const char *name, Dwarf_Addr start, in module_callback()
148 end = start + 1; in module_callback()
155 width, start, width, end, basename (name)); in module_callback()
248 Dwarf_Addr start; in print_frame() local
249 fname = dwfl_module_info(mod, NULL, &start, in print_frame()
269 start, pc_adjusted - start); in print_frame()
132 module_callback(Dwfl_Module *mod, void **userdata __attribute__((unused)), const char *name, Dwarf_Addr start, void *arg __attribute__((unused))) module_callback() argument

Completed in 35 milliseconds

1...<<221222223224225226227228229230>>...755