Home
last modified time | relevance | path

Searched refs:start (Results 5701 - 5725 of 20060) sorted by relevance

1...<<221222223224225226227228229230>>...803

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dexdump.c336 union acpi_operand_object *start; in acpi_ex_dump_object() local
439 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object()
440 next = start; in acpi_ex_dump_object()
460 if ((next == start) || (next == data)) { in acpi_ex_dump_object()
475 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object()
476 next = start; in acpi_ex_dump_object()
498 if ((next == start) || (next == data)) { in acpi_ex_dump_object()
511 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object()
512 next = start; in acpi_ex_dump_object()
532 if ((next == start) || (nex in acpi_ex_dump_object()
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dmodule.c849 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table() local
850 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start); in register_unwind_table()
855 for (e1 = start; e1 < end; ++e1) in register_unwind_table()
865 for (e1 = start; e1 < end; ++e1) { in register_unwind_table()
877 if (in_init(mod, start->start_offset)) { in register_unwind_table()
878 init = start; in register_unwind_table()
879 core = start + num_init; in register_unwind_table()
881 core = start; in register_unwind_table()
882 init = start in register_unwind_table()
[all...]
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dmodule.c853 struct unw_table_entry *start = (void *) mod->arch.unwind->sh_addr; in register_unwind_table() local
854 struct unw_table_entry *end = start + mod->arch.unwind->sh_size / sizeof (*start); in register_unwind_table()
859 for (e1 = start; e1 < end; ++e1) in register_unwind_table()
869 for (e1 = start; e1 < end; ++e1) { in register_unwind_table()
879 if (in_init(mod, start->start_offset)) { in register_unwind_table()
880 init = start; in register_unwind_table()
881 core = start + num_init; in register_unwind_table()
883 core = start; in register_unwind_table()
884 init = start in register_unwind_table()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dnuma.c812 static unsigned long __init numa_enforce_memory_limit(unsigned long start, in numa_enforce_memory_limit() argument
822 if (start + size <= memblock_end_of_DRAM()) in numa_enforce_memory_limit()
825 if (start >= memblock_end_of_DRAM()) in numa_enforce_memory_limit()
828 return memblock_end_of_DRAM() - start; in numa_enforce_memory_limit()
969 unsigned long start; in parse_numa_properties() local
987 start = read_n_cells(n_mem_addr_cells, &memcell_buf); in parse_numa_properties()
1002 fake_numa_create_new_node(((start + size) >> PAGE_SHIFT), &nid); in parse_numa_properties()
1005 size = numa_enforce_memory_limit(start, size); in parse_numa_properties()
1007 memblock_set_node(start, size, &memblock.memory, nid); in parse_numa_properties()
1302 if ((scn_addr < res.start) || (scn_add in hot_add_node_scn_to_nid()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c322 int start, int end) in mthca_table_get_range()
327 for (i = start; i <= end; i += inc) { in mthca_table_get_range()
336 while (i > start) { in mthca_table_get_range()
345 int start, int end) in mthca_table_put_range()
352 for (i = start; i <= end; i += MTHCA_TABLE_CHUNK_SIZE / table->obj_size) in mthca_table_put_range()
570 int start, end, dir; in mthca_alloc_db() local
581 start = 0; in mthca_alloc_db()
590 start = dev->db_tab->npages - 1; in mthca_alloc_db()
600 for (i = start; i != end; i += dir) in mthca_alloc_db()
608 for (i = start; in mthca_alloc_db()
321 mthca_table_get_range(struct mthca_dev *dev, struct mthca_icm_table *table, int start, int end) mthca_table_get_range() argument
344 mthca_table_put_range(struct mthca_dev *dev, struct mthca_icm_table *table, int start, int end) mthca_table_put_range() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H A Dmac.c103 devm_ioremap(priv->dev, mac_dev->res->start, in set_fman_mac_params()
270 static int start(struct mac_device *mac_dev) in start() function
483 mac_dev->start = start; in setup_dtsec()
503 mac_dev->start = start; in setup_tgec()
523 mac_dev->start = start; in setup_memac()
706 res.start, resource_size(&res), in mac_probe()
714 priv->vaddr = devm_ioremap(dev, mac_dev->res->start, in mac_probe()
[all...]
/kernel/linux/linux-5.10/sound/arm/
H A Daaci.c213 if (!aacirun->substream || !aacirun->start) { in aaci_fifo_irq()
251 ptr = aacirun->start; in aaci_fifo_irq()
273 if (!aacirun->substream || !aacirun->start) { in aaci_fifo_irq()
311 ptr = aacirun->start; in aaci_fifo_irq()
539 aacirun->start = runtime->dma_area; in aaci_pcm_prepare()
540 aacirun->end = aacirun->start + snd_pcm_lib_buffer_bytes(substream); in aaci_pcm_prepare()
541 aacirun->ptr = aacirun->start; in aaci_pcm_prepare()
551 ssize_t bytes = aacirun->ptr - aacirun->start; in aaci_pcm_pointer()
898 (unsigned long long)dev->res.start, dev->irq[0]); in aaci_init_card()
988 aaci->base = ioremap(dev->res.start, resource_siz in aaci_probe()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dcoredump.c354 static int zap_process(struct task_struct *start, int exit_code, int flags) in zap_process() argument
360 start->signal->flags = SIGNAL_GROUP_COREDUMP | flags; in zap_process()
361 start->signal->group_exit_code = exit_code; in zap_process()
362 start->signal->group_stop_count = 0; in zap_process()
364 for_each_thread(start, t) { in zap_process()
890 int dump_user_range(struct coredump_params *cprm, unsigned long start, in dump_user_range() argument
895 for (addr = start; addr < start + len; addr += PAGE_SIZE) { in dump_user_range()
1138 m->start = vma->vm_start; in dump_vma_snapshot()
1157 if (copy_from_user(elfmag, (void __user *)m->start, SELFMA in dump_vma_snapshot()
[all...]
H A Dfile.c507 static unsigned int find_next_fd(struct fdtable *fdt, unsigned int start) in find_next_fd() argument
511 unsigned int bitbit = start / BITS_PER_LONG; in find_next_fd()
516 if (bitbit > start) in find_next_fd()
517 start = bitbit; in find_next_fd()
518 return find_next_zero_bit(fdt->open_fds, maxfd, start); in find_next_fd()
525 unsigned start, unsigned end, unsigned flags) in __alloc_fd()
534 fd = start; in __alloc_fd()
560 if (start <= files->next_fd) in __alloc_fd()
582 static int alloc_fd(unsigned start, unsigned flags) in alloc_fd() argument
584 return __alloc_fd(current->files, start, rlimi in alloc_fd()
524 __alloc_fd(struct files_struct *files, unsigned start, unsigned end, unsigned flags) __alloc_fd() argument
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dpadata.c456 unsigned long start, size, end; in padata_mt_helper() local
458 start = job->start; in padata_mt_helper()
460 size = roundup(start + 1, ps->chunk_size) - start; in padata_mt_helper()
462 end = start + size; in padata_mt_helper()
464 job->start = end; in padata_mt_helper()
468 job->thread_fn(start, end, job->fn_arg); in padata_mt_helper()
504 job->thread_fn(job->start, job->start in padata_do_multithreaded()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c433 u32 start, in lan966x_vcap_cache_write()
440 keystr = &admin->cache.keystream[start]; in lan966x_vcap_cache_write()
441 mskstr = &admin->cache.maskstream[start]; in lan966x_vcap_cache_write()
442 actstr = &admin->cache.actionstream[start]; in lan966x_vcap_cache_write()
464 lan966x_es0_write_esdx_counter(lan966x, admin, start); in lan966x_vcap_cache_write()
474 u32 start, in lan966x_vcap_cache_read()
482 keystr = &admin->cache.keystream[start]; in lan966x_vcap_cache_read()
483 mskstr = &admin->cache.maskstream[start]; in lan966x_vcap_cache_read()
484 actstr = &admin->cache.actionstream[start]; in lan966x_vcap_cache_read()
506 lan966x_es0_read_esdx_counter(lan966x, admin, start); in lan966x_vcap_cache_read()
430 lan966x_vcap_cache_write(struct net_device *dev, struct vcap_admin *admin, enum vcap_selection sel, u32 start, u32 count) lan966x_vcap_cache_write() argument
471 lan966x_vcap_cache_read(struct net_device *dev, struct vcap_admin *admin, enum vcap_selection sel, u32 start, u32 count) lan966x_vcap_cache_read() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dexdump.c336 union acpi_operand_object *start; in acpi_ex_dump_object() local
439 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object()
440 next = start; in acpi_ex_dump_object()
460 if ((next == start) || (next == data)) { in acpi_ex_dump_object()
475 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object()
476 next = start; in acpi_ex_dump_object()
498 if ((next == start) || (next == data)) { in acpi_ex_dump_object()
511 start = *ACPI_CAST_PTR(void *, target); in acpi_ex_dump_object()
512 next = start; in acpi_ex_dump_object()
532 if ((next == start) || (nex in acpi_ex_dump_object()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dpci_root.c95 res->start = address.address.minimum; in get_root_bridge_busnr_callback()
107 res->start = -1; in try_get_root_bridge_busnr()
113 if (res->start == -1) in try_get_root_bridge_busnr()
674 * We need both the start and end of the downstream bus range in acpi_pci_root_add()
685 root->secondary.start = bus; in acpi_pci_root_add()
687 root->secondary.start = 0; in acpi_pci_root_add()
737 root->segment, (unsigned int)root->secondary.start); in acpi_pci_root_add()
827 if (end <= res1->start) { in acpi_pci_root_validate_resources()
871 resource_size_t cpu_addr = res->start; in acpi_pci_root_remap_iospace()
883 res->start in acpi_pci_root_remap_iospace()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dcoredump.c359 static int zap_process(struct task_struct *start, int exit_code) in zap_process() argument
365 start->signal->flags = SIGNAL_GROUP_EXIT; in zap_process()
366 start->signal->group_exit_code = exit_code; in zap_process()
367 start->signal->group_stop_count = 0; in zap_process()
369 for_each_thread(start, t) { in zap_process()
898 int dump_user_range(struct coredump_params *cprm, unsigned long start, in dump_user_range() argument
903 for (addr = start; addr < start + len; addr += PAGE_SIZE) { in dump_user_range()
1173 m->start = vma->vm_start; in dump_vma_snapshot()
1192 if (copy_from_user(elfmag, (void __user *)m->start, SELFMA in dump_vma_snapshot()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Diommu.h159 * @start: System physical start address of the region
167 phys_addr_t start; member
209 * @start: IOVA representing the start of the range to be flushed
223 unsigned long start; member
459 .start = ULONG_MAX, in iommu_iotlb_gather_init()
498 iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot,
563 * @iova: start of page to invalidate
574 unsigned long start in iommu_iotlb_gather_is_disjoint() local
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dpadata.c451 unsigned long start, size, end; in padata_mt_helper() local
453 start = job->start; in padata_mt_helper()
455 size = roundup(start + 1, ps->chunk_size) - start; in padata_mt_helper()
457 end = start + size; in padata_mt_helper()
459 job->start = end; in padata_mt_helper()
463 job->thread_fn(start, end, job->fn_arg); in padata_mt_helper()
499 job->thread_fn(job->start, job->start in padata_do_multithreaded()
[all...]
/kernel/linux/linux-6.6/block/
H A Dbfq-wf2q.c117 !bfq_gt(new_entity->start, st->vtime) in bfq_update_next_in_service()
300 entity->finish = entity->start + in bfq_calc_finish()
308 "calc_finish: start %llu, finish %llu, delta %llu", in bfq_calc_finish()
309 entity->start, entity->finish, in bfq_calc_finish()
434 entity->min_start = entity->start; in bfq_update_active_node()
476 * per each node, containing the minimum value for the start times of
771 entity->start = new_st->vtime; in __bfq_entity_update_weight_prio()
908 entity->start += delta; in bfq_update_fin_time_enqueue()
947 entity->start = bfq_gt(min_vstart, entity->finish) ? in __bfq_activate_entity()
955 entity->start in __bfq_activate_entity()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c322 int start, int end) in mthca_table_get_range()
327 for (i = start; i <= end; i += inc) { in mthca_table_get_range()
336 while (i > start) { in mthca_table_get_range()
345 int start, int end) in mthca_table_put_range()
352 for (i = start; i <= end; i += MTHCA_TABLE_CHUNK_SIZE / table->obj_size) in mthca_table_put_range()
573 int start, end, dir; in mthca_alloc_db() local
584 start = 0; in mthca_alloc_db()
593 start = dev->db_tab->npages - 1; in mthca_alloc_db()
603 for (i = start; i != end; i += dir) in mthca_alloc_db()
611 for (i = start; in mthca_alloc_db()
321 mthca_table_get_range(struct mthca_dev *dev, struct mthca_icm_table *table, int start, int end) mthca_table_get_range() argument
344 mthca_table_put_range(struct mthca_dev *dev, struct mthca_icm_table *table, int start, int end) mthca_table_put_range() argument
[all...]
/kernel/linux/linux-6.6/sound/arm/
H A Daaci.c213 if (!aacirun->substream || !aacirun->start) { in aaci_fifo_irq()
251 ptr = aacirun->start; in aaci_fifo_irq()
273 if (!aacirun->substream || !aacirun->start) { in aaci_fifo_irq()
311 ptr = aacirun->start; in aaci_fifo_irq()
539 aacirun->start = runtime->dma_area; in aaci_pcm_prepare()
540 aacirun->end = aacirun->start + snd_pcm_lib_buffer_bytes(substream); in aaci_pcm_prepare()
541 aacirun->ptr = aacirun->start; in aaci_pcm_prepare()
551 ssize_t bytes = aacirun->ptr - aacirun->start; in aaci_pcm_pointer()
898 (unsigned long long)dev->res.start, dev->irq[0]); in aaci_init_card()
988 aaci->base = ioremap(dev->res.start, resource_siz in aaci_probe()
[all...]
/third_party/elfutils/libdwfl/
H A Dlinux-kernel-modules.c525 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes) in intuit_kernel_bounds() argument
539 result = read_address (&state, start) ? 0 : -1; in intuit_kernel_bounds()
545 *end = *start; in intuit_kernel_bounds()
554 *start &= -(Dwarf_Addr) round_kernel; in intuit_kernel_bounds()
557 if (*start >= *end || *end - *start < round_kernel) in intuit_kernel_bounds()
716 Dwarf_Addr start = 0; in dwfl_linux_kernel_report_kernel() local
720 (INTUSE(dwfl_report_module) (dwfl, KERNEL_MODNAME, start, end)) in dwfl_linux_kernel_report_kernel()
727 start = m->low_addr; in dwfl_linux_kernel_report_kernel()
735 int result = intuit_kernel_bounds (&start, in dwfl_linux_kernel_report_kernel()
[all...]
/third_party/exfatprogs/lib/
H A Dexfat_dir.c681 clus_t start, clus_t *new_clu) in find_free_cluster()
686 if (!exfat_heap_clus(exfat, start)) in find_free_cluster()
689 while (start < end) { in find_free_cluster()
691 start, new_clu)) in find_free_cluster()
695 start = *new_clu + 1; in find_free_cluster()
698 end = start; in find_free_cluster()
699 start = EXFAT_FIRST_CLUSTER; in find_free_cluster()
700 while (start < end) { in find_free_cluster()
702 start, new_clu)) in find_free_cluster()
706 start in find_free_cluster()
680 find_free_cluster(struct exfat *exfat, clus_t start, clus_t *new_clu) find_free_cluster() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dvividas.c50 int start, pcm_bytes; member
646 int size = viv->audio_subpackets[viv->current_audio_subpacket+1].start - viv->audio_subpackets[viv->current_audio_subpacket].start; in viv_read_packet()
704 int start, pcm_bytes; in viv_read_packet() local
705 start = ffio_read_varlen(pb); in viv_read_packet()
708 if (i > 0 && start == 0) in viv_read_packet()
710 if (start < last) in viv_read_packet()
715 viv->audio_subpackets[i].start = start; in viv_read_packet()
719 viv->audio_subpackets[viv->n_audio_subpackets].start in viv_read_packet()
[all...]
H A Dhevc.c1002 uint8_t *buf, *end, *start = NULL; in ff_hevc_annexb2mp4() local
1009 ret = ff_avc_parse_nal_units_buf(buf_in, &start, &size); in ff_hevc_annexb2mp4()
1014 buf = start; in ff_hevc_annexb2mp4()
1015 end = start + size; in ff_hevc_annexb2mp4()
1040 av_free(start); in ff_hevc_annexb2mp4()
1071 uint8_t *buf, *end, *start; in ff_isom_write_hvcc() local
1082 /* Not a valid Annex B start code prefix */ in ff_isom_write_hvcc()
1086 ret = ff_avc_parse_nal_units_buf(data, &start, &size); in ff_isom_write_hvcc()
1092 buf = start; in ff_isom_write_hvcc()
1093 end = start in ff_isom_write_hvcc()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java644 // start with the rule descriptor. Special-case the special rules in toString()
971 int start = 0; in doParse()
980 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()
989 start = pp.getIndex(); in doParse()
1031 < workText.length() && pp.getIndex() != start); in doParse()
1106 * @param startPos The position in "text" where we should start looking
1130 // it for "delimiter" beginning at "start". If that succeeds, then in matchToDelimiter()
1280 int start = position.getBeginIndex(); in findText()
1281 if (start >= 0) { in findText()
1284 int matchLen = position.getEndIndex() - start; in findText()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java86 * the start year of the rule.
205 DateTimeRule start, end; in setRawOffset()
210 start = r1.getRule(); in setRawOffset()
214 start = r2.getRule(); in setRawOffset()
219 stz.setStartRule(start.getRuleMonth(), start.getRuleWeekInMonth(), start.getRuleDayOfWeek(), in setRawOffset()
220 start.getRuleMillisInDay()); in setRawOffset()
223 // set DST saving amount and start year in setRawOffset()
243 // we probably do not need to set start yea in setRawOffset()
[all...]

Completed in 35 milliseconds

1...<<221222223224225226227228229230>>...803