Home
last modified time | relevance | path

Searched refs:from (Results 1326 - 1350 of 4800) sorted by relevance

1...<<51525354555657585960>>...192

/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/workers/
H A Dnewworker_0101.js15 import worker from "@ohos.worker"
H A Dnewworker_005.js16 import worker from '@ohos.worker';
H A Dnewworker_0122.js15 import worker from "@ohos.worker"
H A Dnewworker_0141.js15 import worker from "@ohos.worker"
H A Dnewworker_0131.js15 import worker from "@ohos.worker"
H A Dnewworker_0111.js15 import worker from "@ohos.worker"
H A Dnewworker_0152.js15 import worker from "@ohos.worker"
H A Dnewworker_019.js16 import worker from '@ohos.worker';
H A Dnewworker_027.js16 import worker from '@ohos.worker';
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c33 gva_t eaddr, void *to, void *from, in __kvmhv_copy_tofrom_guest_radix()
44 (from != NULL) ? __pa(from): 0, n); in __kvmhv_copy_tofrom_guest_radix()
50 from = (void *) (eaddr | (quadrant << 62)); in __kvmhv_copy_tofrom_guest_radix()
69 ret = __copy_from_user_inatomic(to, (const void __user *)from, n); in __kvmhv_copy_tofrom_guest_radix()
71 ret = __copy_to_user_inatomic((void __user *)to, from, n); in __kvmhv_copy_tofrom_guest_radix()
88 void *to, void *from, unsigned long n) in kvmhv_copy_tofrom_guest_radix()
107 return __kvmhv_copy_tofrom_guest_radix(lpid, pid, eaddr, to, from, n); in kvmhv_copy_tofrom_guest_radix()
123 long kvmhv_copy_to_guest_radix(struct kvm_vcpu *vcpu, gva_t eaddr, void *from, in kvmhv_copy_to_guest_radix() argument
126 return kvmhv_copy_tofrom_guest_radix(vcpu, eaddr, NULL, from, in kvmhv_copy_to_guest_radix()
32 __kvmhv_copy_tofrom_guest_radix(int lpid, int pid, gva_t eaddr, void *to, void *from, unsigned long n) __kvmhv_copy_tofrom_guest_radix() argument
87 kvmhv_copy_tofrom_guest_radix(struct kvm_vcpu *vcpu, gva_t eaddr, void *to, void *from, unsigned long n) kvmhv_copy_tofrom_guest_radix() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c36 gva_t eaddr, void *to, void *from, in __kvmhv_copy_tofrom_guest_radix()
47 (from != NULL) ? __pa(from): 0, n); in __kvmhv_copy_tofrom_guest_radix()
56 from = (void *) (eaddr | (quadrant << 62)); in __kvmhv_copy_tofrom_guest_radix()
77 ret = __copy_from_user_inatomic(to, (const void __user *)from, n); in __kvmhv_copy_tofrom_guest_radix()
79 ret = __copy_to_user_inatomic((void __user *)to, from, n); in __kvmhv_copy_tofrom_guest_radix()
97 void *to, void *from, unsigned long n) in kvmhv_copy_tofrom_guest_radix()
116 return __kvmhv_copy_tofrom_guest_radix(lpid, pid, eaddr, to, from, n); in kvmhv_copy_tofrom_guest_radix()
131 long kvmhv_copy_to_guest_radix(struct kvm_vcpu *vcpu, gva_t eaddr, void *from, in kvmhv_copy_to_guest_radix() argument
134 return kvmhv_copy_tofrom_guest_radix(vcpu, eaddr, NULL, from, in kvmhv_copy_to_guest_radix()
35 __kvmhv_copy_tofrom_guest_radix(int lpid, int pid, gva_t eaddr, void *to, void *from, unsigned long n) __kvmhv_copy_tofrom_guest_radix() argument
96 kvmhv_copy_tofrom_guest_radix(struct kvm_vcpu *vcpu, gva_t eaddr, void *to, void *from, unsigned long n) kvmhv_copy_tofrom_guest_radix() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c23 * * derived from this software without specific psisusbr written permission.
45 * calls from non-schedulable context due to our USB-dependend
241 * Doing so saves us from upping/downing in sisusbcon_init()
701 int from, to, baseline; in sisusbcon_cursor() local
731 case CUR_BLOCK: from = 1; in sisusbcon_cursor()
734 case CUR_TWO_THIRDS: from = c->vc_font.height / 3; in sisusbcon_cursor()
737 case CUR_LOWER_HALF: from = c->vc_font.height / 2; in sisusbcon_cursor()
740 case CUR_LOWER_THIRD: from = (c->vc_font.height * 2) / 3; in sisusbcon_cursor()
743 case CUR_NONE: from = 31; in sisusbcon_cursor()
747 case CUR_UNDERLINE: from in sisusbcon_cursor()
[all...]
/kernel/linux/linux-5.10/fs/gfs2/
H A Dfile.c48 * @whence: Where to seek from (SEEK_SET, SEEK_CUR, or SEEK_END)
97 * @file: The directory to read from
362 /* These are just misnamed, they actually get/put from/to user an int */ in gfs2_compat_ioctl()
810 static ssize_t gfs2_file_direct_write(struct kiocb *iocb, struct iov_iter *from, in gfs2_file_direct_write() argument
816 size_t len = iov_iter_count(from); in gfs2_file_direct_write()
837 ret = iomap_dio_rw(iocb, from, &gfs2_iomap_ops, NULL, in gfs2_file_direct_write()
893 * @from: The data to write
902 static ssize_t gfs2_file_write_iter(struct kiocb *iocb, struct iov_iter *from) in gfs2_file_write_iter() argument
910 gfs2_size_hint(file, iocb->ki_pos, iov_iter_count(from)); in gfs2_file_write_iter()
920 ret = generic_write_checks(iocb, from); in gfs2_file_write_iter()
[all...]
/kernel/linux/linux-5.10/fs/fuse/
H A Ddax.c305 * called from evict_inode() path where we know all dmap entries can be
368 * It is called from evict_inode() and by that time inode is going away. So
720 static bool file_extending_write(struct kiocb *iocb, struct iov_iter *from) in file_extending_write() argument
724 return (iov_iter_rw(from) == WRITE && in file_extending_write()
726 (iocb->ki_pos + iov_iter_count(from) > i_size_read(inode)))); in file_extending_write()
729 static ssize_t fuse_dax_direct_write(struct kiocb *iocb, struct iov_iter *from) in fuse_dax_direct_write() argument
735 ret = fuse_direct_io(&io, from, &iocb->ki_pos, FUSE_DIO_WRITE); in fuse_dax_direct_write()
744 ssize_t fuse_dax_write_iter(struct kiocb *iocb, struct iov_iter *from) in fuse_dax_write_iter() argument
756 ret = generic_write_checks(iocb, from); in fuse_dax_write_iter()
768 if (file_extending_write(iocb, from)) in fuse_dax_write_iter()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dnommu.c87 * If the allocator sets PageSlab, we know the pointer came from in kobjsize()
228 * Allocate enough pages to cover @size from the page level
245 * Allocate enough pages to cover @size from the page level
263 * Allocate enough pages to cover @size from the page level
280 * Allocate enough pages to cover @size from the page level
297 * Allocate enough 32bit PA addressable pages to cover @size from the
495 * delete a region from the global tree
509 static void free_page_series(unsigned long from, unsigned long to) in free_page_series() argument
511 for (; from < to; from in free_page_series()
1417 shrink_vma(struct mm_struct *mm, struct vm_area_struct *vma, unsigned long from, unsigned long to) shrink_vma() argument
[all...]
/kernel/linux/linux-5.10/fs/proc/
H A Dvmcore.c4 * dump from the system's previous life.
5 * Heavily borrowed from fs/proc/kcore.c
95 * A ballooned page contains no data and reading from such a page in pfn_is_ram()
105 /* Reads a page from the oldmem device from given offset. */
172 * Architectures may override this function to read from ELF header
180 * Architectures may override this function to read from notes sections
191 unsigned long from, unsigned long pfn, in remap_oldmem_pfn_range()
195 return remap_pfn_range(vma, from, pfn, size, prot); in remap_oldmem_pfn_range()
296 /* Read from th
190 remap_oldmem_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) remap_oldmem_pfn_range() argument
490 remap_oldmem_pfn_checked(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) remap_oldmem_pfn_checked() argument
540 vmcore_remap_oldmem_pfn(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) vmcore_remap_oldmem_pfn() argument
[all...]
/kernel/linux/linux-6.6/fs/fuse/
H A Ddax.c306 * called from evict_inode() path where we know all dmap entries can be
369 * It is called from evict_inode() and by that time inode is going away. So
719 static bool file_extending_write(struct kiocb *iocb, struct iov_iter *from) in file_extending_write() argument
723 return (iov_iter_rw(from) == WRITE && in file_extending_write()
725 (iocb->ki_pos + iov_iter_count(from) > i_size_read(inode)))); in file_extending_write()
728 static ssize_t fuse_dax_direct_write(struct kiocb *iocb, struct iov_iter *from) in fuse_dax_direct_write() argument
734 ret = fuse_direct_io(&io, from, &iocb->ki_pos, FUSE_DIO_WRITE); in fuse_dax_direct_write()
740 ssize_t fuse_dax_write_iter(struct kiocb *iocb, struct iov_iter *from) in fuse_dax_write_iter() argument
752 ret = generic_write_checks(iocb, from); in fuse_dax_write_iter()
764 if (file_extending_write(iocb, from)) in fuse_dax_write_iter()
[all...]
/kernel/linux/linux-6.6/fs/proc/
H A Dvmcore.c4 * dump from the system's previous life.
5 * Heavily borrowed from fs/proc/kcore.c
130 /* Reads a page from the oldmem device from given offset. */
195 * Architectures may override this function to read from ELF header
208 * Architectures may override this function to read from notes sections
225 unsigned long from, unsigned long pfn, in remap_oldmem_pfn_range()
229 return remap_pfn_range(vma, from, pfn, size, prot); in remap_oldmem_pfn_range()
314 /* Read from the ELF header and then the crash dump. On error, negative value is
494 * @from
224 remap_oldmem_pfn_range(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) remap_oldmem_pfn_range() argument
501 remap_oldmem_pfn_checked(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) remap_oldmem_pfn_checked() argument
551 vmcore_remap_oldmem_pfn(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) vmcore_remap_oldmem_pfn() argument
[all...]
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksCipherRSABasicPromiseJsunit.test.js16 import { describe, it, expect } from '@ohos/hypium';
17 import huks from '@ohos.security.huks';
18 import { HuksCipherRSA } from '../../../../../../../utils/param/cipher/publicCipherParam';
19 import { stringToUint8Array, uint8ArrayToString } from '../../../../../../../utils/param/publicFunc';
139 if (Array.from(inDataArray).length < dateSize) {
143 let count = Math.floor(Array.from(inDataArray).length / dateSize);
144 let remainder = Array.from(inDataArray).length % dateSize;
146 HuksOptions.inData = new Uint8Array(Array.from(huksOptionsInData).slice(dateSize * i, dateSize * (i + 1)));
152 Array.from(huksOptionsInData).slice(dateSize * count, uint8ArrayToString(inDataArray).length)
192 updateResult = Array.from(dat
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c401 /* user did not ask for it explicitly so remove from the default list */ in evsel__do_check_stype()
823 u64 i, from, to; in perf_sample__fprintf_brstack() local
830 from = entries[i].from; in perf_sample__fprintf_brstack()
836 thread__find_map_fb(thread, sample->cpumode, from, &alf); in perf_sample__fprintf_brstack()
840 printed += fprintf(fp, " 0x%"PRIx64, from); in perf_sample__fprintf_brstack()
871 u64 i, from, to; in perf_sample__fprintf_brstacksym() local
881 from = entries[i].from; in perf_sample__fprintf_brstacksym()
884 thread__find_symbol_fb(thread, sample->cpumode, from, in perf_sample__fprintf_brstacksym()
917 u64 i, from, to; perf_sample__fprintf_brstackoff() local
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dinode.c10 * from
231 * we still need to remove the inode from the writeback lists. in ext4_evict_inode()
361 * ext4_discard_preallocations() from here.
675 * overwrite zeros with stale data from block device. in ext4_map_blocks()
771 * to pass to / from get_block functions, this can go away. in ext4_update_bh_state()
957 unsigned from, in ext4_walk_page_buffers()
974 if (block_end <= from || block_start >= to) { in ext4_walk_page_buffers()
1039 unsigned from = pos & (PAGE_SIZE - 1); in ext4_block_write_begin() local
1040 unsigned to = from + len; in ext4_block_write_begin()
1052 BUG_ON(from > PAGE_SIZ in ext4_block_write_begin()
955 ext4_walk_page_buffers(handle_t *handle, struct buffer_head *head, unsigned from, unsigned to, int *partial, int (*fn)(handle_t *handle, struct buffer_head *bh)) ext4_walk_page_buffers() argument
1141 unsigned from, to; ext4_write_begin() local
1354 ext4_journalled_zero_new_buffers(handle_t *handle, struct page *page, unsigned from, unsigned to) ext4_journalled_zero_new_buffers() argument
1393 unsigned from, to; ext4_journalled_write_end() local
3735 __ext4_block_zero_page_range(handle_t *handle, struct address_space *mapping, loff_t from, loff_t length) __ext4_block_zero_page_range() argument
3832 ext4_block_zero_page_range(handle_t *handle, struct address_space *mapping, loff_t from, loff_t length) ext4_block_zero_page_range() argument
3860 ext4_block_truncate_page(handle_t *handle, struct address_space *mapping, loff_t from) ext4_block_truncate_page() argument
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dinode.c10 * from
200 * we still need to remove the inode from the writeback lists. in ext4_evict_inode()
330 * ext4_discard_preallocations() from here.
651 * overwrite zeros with stale data from block device. in ext4_map_blocks()
743 * to pass to / from get_block functions, this can go away. in ext4_update_bh_state()
946 unsigned from, in ext4_walk_page_buffers()
963 if (block_end <= from || block_start >= to) { in ext4_walk_page_buffers()
1017 unsigned from = pos & (PAGE_SIZE - 1); in ext4_block_write_begin() local
1018 unsigned to = from + len; in ext4_block_write_begin()
1030 BUG_ON(from > PAGE_SIZ in ext4_block_write_begin()
944 ext4_walk_page_buffers(handle_t *handle, struct inode *inode, struct buffer_head *head, unsigned from, unsigned to, int *partial, int (*fn)(handle_t *handle, struct inode *inode, struct buffer_head *bh)) ext4_walk_page_buffers() argument
1127 unsigned from, to; ext4_write_begin() local
1343 ext4_journalled_zero_new_buffers(handle_t *handle, struct inode *inode, struct folio *folio, unsigned from, unsigned to) ext4_journalled_zero_new_buffers() argument
1384 unsigned from, to; ext4_journalled_write_end() local
3635 __ext4_block_zero_page_range(handle_t *handle, struct address_space *mapping, loff_t from, loff_t length) __ext4_block_zero_page_range() argument
3737 ext4_block_zero_page_range(handle_t *handle, struct address_space *mapping, loff_t from, loff_t length) ext4_block_zero_page_range() argument
3765 ext4_block_truncate_page(handle_t *handle, struct address_space *mapping, loff_t from) ext4_block_truncate_page() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm279 // Read second-level TBA/TMA from first-level TMA and jump if available.
313 // Rewind the PC to prevent this from occurring.
355 s_mov_b32 s_save_exec_lo, exec_lo //save EXEC and use EXEC for the go signal from SPI
493 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on
521 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on
604 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on
655 // ACC VGPR count may differ from ARCH VGPR count.
727 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead
760 s_mov_b32 exec_lo, 0xFFFFFFFF //need every thread from now on //be consistent with SAVE although can be moved ahead
787 // ACC VGPR count may differ from ARC
[all...]
/kernel/linux/linux-5.10/net/core/
H A Ddatagram.h13 struct iov_iter *from, size_t length);
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/
H A Dia_css_anr.host.h27 const struct ia_css_anr_config *from,

Completed in 30 milliseconds

1...<<51525354555657585960>>...192