Home
last modified time | relevance | path

Searched refs:from (Results 1251 - 1275 of 5588) sorted by relevance

1...<<51525354555657585960>>...224

/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dcrash_dump.c124 /* Copy from zfcp/nvme dump HSA area */ in copy_oldmem_iter()
163 * Copy one page from "oldmem"
181 unsigned long from, unsigned long pfn, in remap_oldmem_pfn_range_kdump()
189 rc = remap_pfn_range(vma, from, in remap_oldmem_pfn_range_kdump()
195 from += size_old; in remap_oldmem_pfn_range_kdump()
198 return remap_pfn_range(vma, from, pfn, size, prot); in remap_oldmem_pfn_range_kdump()
208 unsigned long from, in remap_oldmem_pfn_range_zfcpdump()
220 from += size_hsa; in remap_oldmem_pfn_range_zfcpdump()
223 return remap_pfn_range(vma, from, pfn, size, prot); in remap_oldmem_pfn_range_zfcpdump()
229 int remap_oldmem_pfn_range(struct vm_area_struct *vma, unsigned long from, in remap_oldmem_pfn_range() argument
180 remap_oldmem_pfn_range_kdump(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) remap_oldmem_pfn_range_kdump() argument
207 remap_oldmem_pfn_range_zfcpdump(struct vm_area_struct *vma, unsigned long from, unsigned long pfn, unsigned long size, pgprot_t prot) remap_oldmem_pfn_range_zfcpdump() argument
[all...]
/kernel/linux/linux-5.10/kernel/events/
H A Dring_buffer.c102 * from the tail WRITE. in perf_output_put_handle()
206 * @tail load above from the data stores below. Since the @tail in __perf_output_begin()
362 * Call this from pmu::start(); see the comment in perf_aux_output_end()
363 * about its use in pmu callbacks. Both can also be called from the PMI
434 * control dependency barrier separating aux_tail load from aux data in perf_aux_output_begin()
478 * Note: this has to be called from pmu::stop() callback, as the assumption
506 * aside from the short-lived offset, that becomes history at in perf_aux_output_end()
510 * offset. So, from now on we don't output AUX records that in perf_aux_output_end()
573 * Copy out AUX data from an AUX handle.
577 unsigned long from, unsigne in perf_output_copy_aux()
575 perf_output_copy_aux(struct perf_output_handle *aux_handle, struct perf_output_handle *handle, unsigned long from, unsigned long to) perf_output_copy_aux() argument
[all...]
/kernel/linux/linux-5.10/fs/overlayfs/
H A Doverlayfs.h447 * Non-merge dir may contain whiteouts from a time it was a merge upper, before
448 * lower dir was removed under it and possibly before it was rotated from upper
493 static inline void ovl_copyattr(struct inode *from, struct inode *to) in ovl_copyattr() argument
495 to->i_uid = from->i_uid; in ovl_copyattr()
496 to->i_gid = from->i_gid; in ovl_copyattr()
497 to->i_mode = from->i_mode; in ovl_copyattr()
498 to->i_atime = from->i_atime; in ovl_copyattr()
499 to->i_mtime = from->i_mtime; in ovl_copyattr()
500 to->i_ctime = from->i_ctime; in ovl_copyattr()
501 i_size_write(to, i_size_read(from)); in ovl_copyattr()
504 ovl_copyflags(struct inode *from, struct inode *to) ovl_copyflags() argument
[all...]
/kernel/linux/linux-6.6/kernel/events/
H A Dring_buffer.c102 * from the tail WRITE. in perf_output_put_handle()
207 * @tail load above from the data stores below. Since the @tail in __perf_output_begin()
361 * Call this from pmu::start(); see the comment in perf_aux_output_end()
362 * about its use in pmu callbacks. Both can also be called from the PMI
433 * control dependency barrier separating aux_tail load from aux data in perf_aux_output_begin()
477 * Note: this has to be called from pmu::stop() callback, as the assumption
505 * aside from the short-lived offset, that becomes history at in perf_aux_output_end()
509 * offset. So, from now on we don't output AUX records that in perf_aux_output_end()
572 * Copy out AUX data from an AUX handle.
576 unsigned long from, unsigne in perf_output_copy_aux()
574 perf_output_copy_aux(struct perf_output_handle *aux_handle, struct perf_output_handle *handle, unsigned long from, unsigned long to) perf_output_copy_aux() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c608 struct ttm_resource_manager *from; in ttm_bo_move_pipeline_evict() local
610 from = ttm_manager_type(bdev, bo->resource->mem_type); in ttm_bo_move_pipeline_evict()
616 spin_lock(&from->move_lock); in ttm_bo_move_pipeline_evict()
617 if (!from->move || dma_fence_is_later(fence, from->move)) { in ttm_bo_move_pipeline_evict()
618 dma_fence_put(from->move); in ttm_bo_move_pipeline_evict()
619 from->move = dma_fence_get(fence); in ttm_bo_move_pipeline_evict()
621 spin_unlock(&from->move_lock); in ttm_bo_move_pipeline_evict()
649 struct ttm_resource_manager *from = ttm_manager_type(bdev, bo->resource->mem_type); in ttm_bo_move_accel_cleanup() local
656 else if (!from in ttm_bo_move_accel_cleanup()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DKeyTypeData.java284 String from = typeAliasDataEntry.getKey(); in initFromResourceBundle()
287 from = from.replace(':', '/'); in initFromResourceBundle()
294 aliasSet.add(from); in initFromResourceBundle()
313 String from = bcpTypeAliasDataEntry.getKey(); in initFromResourceBundle()
320 aliasSet.add(from); in initFromResourceBundle()
494 // Note: The key-type data is currently read from ICU resource bundle keyTypeData.res.
495 // In future, we may import the data into code like below directly from CLDR to
569 String from = typeAliasDataEntry[0]; in initFromTables()
576 aliasSet.add(from); in initFromTables()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DKeyTypeData.java280 String from = typeAliasDataEntry.getKey(); in initFromResourceBundle()
283 from = from.replace(':', '/'); in initFromResourceBundle()
290 aliasSet.add(from); in initFromResourceBundle()
309 String from = bcpTypeAliasDataEntry.getKey(); in initFromResourceBundle()
316 aliasSet.add(from); in initFromResourceBundle()
490 // Note: The key-type data is currently read from ICU resource bundle keyTypeData.res.
491 // In future, we may import the data into code like below directly from CLDR to
565 String from = typeAliasDataEntry[0]; in initFromTables()
572 aliasSet.add(from); in initFromTables()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dschedule.cc398 void Schedule::MovePhis(BasicBlock* from, BasicBlock* to) { in MovePhis() argument
399 for (size_t i = 0; i < from->NodeCount();) { in MovePhis()
400 Node* node = from->NodeAt(i); in MovePhis()
403 from->RemoveNode(from->begin() + i); in MovePhis()
404 DCHECK_EQ(nodeid_to_block_[node->id()], from); in MovePhis()
441 void Schedule::MoveSuccessors(BasicBlock* from, BasicBlock* to) { in MoveSuccessors() argument
442 for (BasicBlock* const successor : from->successors()) { in MoveSuccessors()
445 if (predecessor == from) predecessor = to; in MoveSuccessors()
448 from in MoveSuccessors()
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog.h30 // Logger is used for collecting logging information from V8 during
192 void CodeMoveEvent(AbstractCode from, AbstractCode to) override;
193 void SharedFunctionInfoMoveEvent(Address from, Address to) override;
194 void NativeContextMoveEvent(Address from, Address to) override {}
224 void MapEvent(const char* type, Handle<Map> from, Handle<Map> to,
299 Address from, Address to);
431 void SharedFunctionInfoMoveEvent(Address from, Address to) override {}
432 void NativeContextMoveEvent(Address from, Address to) override {}
499 void SharedFunctionInfoMoveEvent(Address from, Address to) override {}
500 void NativeContextMoveEvent(Address from, Addres
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h52 Interval(int from, int to) : from_(from), to_(to) {} in Interval() argument
63 int from() const { return from_; } in from() function in v8::internal::Interval
87 // Represents code points (with values up to 0x10FFFF) in the range from from_
98 static inline CharacterRange Range(base::uc32 from, base::uc32 to) { in Range() argument
99 DCHECK(0 <= from && to <= kMaxCodePoint); in Range()
100 DCHECK(static_cast<uint32_t>(from) <= static_cast<uint32_t>(to)); in Range()
101 return CharacterRange(from, to); in Range()
125 base::uc32 from() const { return from_; } in from() function in v8::internal::CharacterRange
129 // Whether a range list is in canonical form: Ranges ordered by from valu in IsSingleton()
145 CharacterRange(base::uc32 from, base::uc32 to) CharacterRange() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c36 /* from libdvbv5 */
84 /* from libdvbv5 */ in dvb_crc32()
185 *args->crc = dvb_crc32(*args->crc, args->from, args->len); in vidtv_psi_ts_psi_write_into()
233 args->from + payload_offset, in vidtv_psi_ts_psi_write_into()
236 /* 'payload_write_len' written from a total of 'len' requested*/ in vidtv_psi_ts_psi_write_into()
261 .from = &args->crc, in table_section_crc32_write_into()
627 length += desc->length; /* from 'length' field until the end of the descriptor */ in vidtv_psi_desc_comp_loop_len()
676 .from = &args->desc->type, in vidtv_psi_desc_write_into()
698 psi_args.from = &((struct vidtv_psi_desc_service *)args->desc)->service_type; in vidtv_psi_desc_write_into()
704 psi_args.from in vidtv_psi_desc_write_into()
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c35 /* from libdvbv5 */
83 /* from libdvbv5 */ in dvb_crc32()
178 *args->crc = dvb_crc32(*args->crc, args->from, args->len); in vidtv_psi_ts_psi_write_into()
226 args->from + payload_offset, in vidtv_psi_ts_psi_write_into()
229 /* 'payload_write_len' written from a total of 'len' requested*/ in vidtv_psi_ts_psi_write_into()
254 .from = &args->crc, in table_section_crc32_write_into()
619 length += desc->length; /* from 'length' field until the end of the descriptor */ in vidtv_psi_desc_comp_loop_len()
668 .from = &args->desc->type, in vidtv_psi_desc_write_into()
690 psi_args.from = &((struct vidtv_psi_desc_service *)args->desc)->service_type; in vidtv_psi_desc_write_into()
696 psi_args.from in vidtv_psi_desc_write_into()
[all...]
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dkernel.js311 * Array.from has a weird type definition in google3/javascript/externs/es6.js
2181 const /** !Array<boolean> */ array = Array.from(values);
2210 const /** !Array<boolean> */ array = Array.from(values);
2329 const array = Array.from(values);
2359 const array = Array.from(values);
2477 const array = Array.from(values);
2506 const array = Array.from(values);
2613 const floatValues = Array.from(values, fround);
2721 const array = Array.from(values, fround);
2753 const array = Array.from(value
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H A Dtopology.h19 #define node_distance(from, to) (__node_distances[(from)][(to)])
/kernel/linux/linux-5.10/arch/x86/um/asm/
H A Dprocessor_64.h28 static inline void arch_copy_thread(struct arch_thread *from, in arch_copy_thread() argument
31 to->fs = from->fs; in arch_copy_thread()
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/
H A Dpage.h22 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, in copy_user_page() argument
25 copy_page(to, from); in copy_user_page()
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H A Dtopology.h19 #define node_distance(from, to) (__node_distances[(from)][(to)])
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Duaccess_flushcache.c22 unsigned long __copy_user_flushcache(void *to, const void __user *from, in __copy_user_flushcache() argument
27 rc = raw_copy_from_user(to, from, n); in __copy_user_flushcache()
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Duaccess.h25 unsigned long raw_copy_from_user(void *to, const void __user *from,
27 unsigned long raw_copy_to_user(void __user *to, const void *from,
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/
H A Dpage.h21 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, in copy_user_page() argument
24 copy_page(to, from); in copy_user_page()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/
H A Dia_css_anr.host.c36 const struct ia_css_anr_config *from, in ia_css_anr_encode()
40 to->threshold = from->threshold; in ia_css_anr_encode()
34 ia_css_anr_encode( struct sh_css_isp_anr_params *to, const struct ia_css_anr_config *from, unsigned int size) ia_css_anr_encode() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/
H A Dia_css_anr2.host.c25 const struct ia_css_anr_thres *from, in ia_css_anr2_vmem_encode()
35 to->data[i][j] = from->data[i * ISP_VEC_NELEMS + j]; in ia_css_anr2_vmem_encode()
23 ia_css_anr2_vmem_encode( struct ia_css_isp_anr2_params *to, const struct ia_css_anr_thres *from, size_t size) ia_css_anr2_vmem_encode() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/
H A Dia_css_csc.host.h27 const struct ia_css_cc_config *from,
33 const struct ia_css_cc_config *from,
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.h35 const struct ia_css_dvs_configuration *from,
41 const struct ia_css_frame_info *from);
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/fc/fc_1.0/
H A Dia_css_formats.host.c33 const struct ia_css_formats_config *from, in ia_css_formats_encode()
37 to->video_full_range_flag = from->video_full_range_flag; in ia_css_formats_encode()
31 ia_css_formats_encode( struct sh_css_isp_formats_params *to, const struct ia_css_formats_config *from, unsigned int size) ia_css_formats_encode() argument

Completed in 21 milliseconds

1...<<51525354555657585960>>...224