/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | file.c | 166 static int ocfs2_sync_file(struct file *file, loff_t start, loff_t end, in ocfs2_sync_file() argument 187 err = file_write_and_wait_range(file, start, end); in ocfs2_sync_file() 1434 * start for len bytes. Existing extents are skipped, any extents 1438 u64 start, u64 len) in ocfs2_allocate_unwritten_extents() 1442 u64 end = start + len; in ocfs2_allocate_unwritten_extents() 1467 * We consider both start and len to be inclusive. in ocfs2_allocate_unwritten_extents() 1469 cpos = start >> OCFS2_SB(inode->i_sb)->s_clustersize_bits; in ocfs2_allocate_unwritten_extents() 1470 clusters = ocfs2_clusters_for_bytes(inode->i_sb, start + len); in ocfs2_allocate_unwritten_extents() 1523 loff_t start, end; in ocfs2_truncate_cluster_pages() local 1526 start in ocfs2_truncate_cluster_pages() 1437 ocfs2_allocate_unwritten_extents(struct inode *inode, u64 start, u64 len) ocfs2_allocate_unwritten_extents() argument 1543 ocfs2_zeroout_partial_cluster(struct inode *inode, u64 start, u64 len) ocfs2_zeroout_partial_cluster() argument 1575 ocfs2_zero_partial_clusters(struct inode *inode, u64 start, u64 len) ocfs2_zero_partial_clusters() argument [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | file.c | 164 static int ocfs2_sync_file(struct file *file, loff_t start, loff_t end, in ocfs2_sync_file() argument 185 err = file_write_and_wait_range(file, start, end); in ocfs2_sync_file() 1428 * start for len bytes. Existing extents are skipped, any extents 1432 u64 start, u64 len) in ocfs2_allocate_unwritten_extents() 1436 u64 end = start + len; in ocfs2_allocate_unwritten_extents() 1461 * We consider both start and len to be inclusive. in ocfs2_allocate_unwritten_extents() 1463 cpos = start >> OCFS2_SB(inode->i_sb)->s_clustersize_bits; in ocfs2_allocate_unwritten_extents() 1464 clusters = ocfs2_clusters_for_bytes(inode->i_sb, start + len); in ocfs2_allocate_unwritten_extents() 1517 loff_t start, end; in ocfs2_truncate_cluster_pages() local 1520 start in ocfs2_truncate_cluster_pages() 1431 ocfs2_allocate_unwritten_extents(struct inode *inode, u64 start, u64 len) ocfs2_allocate_unwritten_extents() argument 1537 ocfs2_zeroout_partial_cluster(struct inode *inode, u64 start, u64 len) ocfs2_zeroout_partial_cluster() argument 1569 ocfs2_zero_partial_clusters(struct inode *inode, u64 start, u64 len) ocfs2_zero_partial_clusters() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | sev.c | 324 struct sev_data_launch_start start; in sev_launch_start() local 336 memset(&start, 0, sizeof(start)); in sev_launch_start() 344 start.dh_cert_address = __sme_set(__pa(dh_blob)); in sev_launch_start() 345 start.dh_cert_len = params.dh_len; in sev_launch_start() 356 start.session_address = __sme_set(__pa(session_blob)); in sev_launch_start() 357 start.session_len = params.session_len; in sev_launch_start() 360 start.handle = params.handle; in sev_launch_start() 361 start.policy = params.policy; in sev_launch_start() 364 ret = __sev_issue_cmd(argp->sev_fd, SEV_CMD_LAUNCH_START, &start, erro in sev_launch_start() 1397 struct sev_data_receive_start start; sev_receive_start() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_workarounds.c | 146 unsigned int start = 0, end = wal->count; in _wa_add() local 170 while (start < end) { in _wa_add() 171 unsigned int mid = start + (end - start) / 2; in _wa_add() 174 start = mid + 1; in _wa_add() 517 * not real HW workarounds, but merely a way to start using preemption in gen9_ctx_workarounds_init() 3187 { .start = 0x5500, .end = 0x55ff }, 3188 { .start = 0x7000, .end = 0x7fff }, 3189 { .start = 0x9400, .end = 0x97ff }, 3190 { .start [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | utext.cpp | 167 // If at the start of text, simply return 0. in utext_getPreviousNativeIndex() 328 // c is an unpaired trail surrogate at the start of the text. in utext_previous32() 381 // Leave the iteration position at the start of the character that was returned. in utext_previous32From() 427 int64_t start, int64_t limit, in utext_extract() 430 return ut->pFuncs->extract(ut, start, limit, dest, destCapacity, status); in utext_extract() 867 // at the start of the available storage for the buffers. 1054 // Just reached the start of string in utf8TextAccess() 1079 // Requested index is start-of-string. in utf8TextAccess() 1080 // (this is the case of randomly seeking to the start. in utf8TextAccess() 1081 // The case of iterating off the start i in utf8TextAccess() 426 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) utext_extract() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | utext.cpp | 167 // If at the start of text, simply return 0. in utext_getPreviousNativeIndex() 331 // c is an unpaired trail surrogate at the start of the text. in utext_previous32() 384 // Leave the iteration position at the start of the character that was returned. in utext_previous32From() 430 int64_t start, int64_t limit, in utext_extract() 433 return ut->pFuncs->extract(ut, start, limit, dest, destCapacity, status); in utext_extract() 870 // at the start of the available storage for the buffers. 1057 // Just reached the start of string in utf8TextAccess() 1082 // Requested index is start-of-string. in utf8TextAccess() 1083 // (this is the case of randomly seeking to the start. in utf8TextAccess() 1084 // The case of iterating off the start i in utf8TextAccess() 429 utext_extract(UText *ut, int64_t start, int64_t limit, char16_t *dest, int32_t destCapacity, UErrorCode *status) utext_extract() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | utext.cpp | 167 // If at the start of text, simply return 0. in utext_getPreviousNativeIndex() 328 // c is an unpaired trail surrogate at the start of the text. in utext_previous32() 381 // Leave the iteration position at the start of the character that was returned. in utext_previous32From() 427 int64_t start, int64_t limit, in utext_extract() 430 return ut->pFuncs->extract(ut, start, limit, dest, destCapacity, status); in utext_extract() 867 // at the start of the available storage for the buffers. 1054 // Just reached the start of string in utf8TextAccess() 1079 // Requested index is start-of-string. in utf8TextAccess() 1080 // (this is the case of randomly seeking to the start. in utf8TextAccess() 1081 // The case of iterating off the start i in utf8TextAccess() 426 utext_extract(UText *ut, int64_t start, int64_t limit, UChar *dest, int32_t destCapacity, UErrorCode *status) utext_extract() argument [all...] |
/third_party/python/Modules/_io/ |
H A D | textio.c | 23 [clinic start generated code]*/ 226 [clinic start generated code]*/ 491 [clinic start generated code]*/ 503 [clinic start generated code]*/ 548 [clinic start generated code]*/ 584 [clinic start generated code]*/ 655 /* Whether or not it's the start of the stream */ 1061 [clinic start generated code]*/ 1317 [clinic start generated code]*/ 1485 [clinic start generate 2022 _PyIO_find_line_ending( int translated, int universal, PyObject *readnl, int kind, const char *start, const char *end, Py_ssize_t *consumed) _PyIO_find_line_ending() argument 2111 Py_ssize_t start, endpos, chunked, offset_to_buffer; _textiowrapper_readline() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_menu_extension.h | 46 int32_t start = -1; member 52 result.append("[start: "); in ToString() 53 result.append(std::to_string(start)); in ToString()
|
/foundation/arkui/ui_lite/frameworks/imgdecode/ |
H A D | file_img_decoder.h | 54 RetCode ReadLine(ImgResDsc& dsc, const Point& start, int16_t len, uint8_t* buf); 70 RetCode ReadLineTrueColor(ImgResDsc& dsc, const Point& start, int16_t len, uint8_t* buf);
|
/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/include/ |
H A D | mem_mgr_client.h | 36 virtual int32_t NotifyProcessStatus(pid_t pid, int32_t status, int32_t start, int32_t saId) = 0; 58 int32_t NotifyProcessStatus(pid_t pid, int32_t status, int32_t start, int32_t saId) override;
|
/foundation/resourceschedule/ffrt/test/testfunc/ |
H A D | util.h | 24 auto start = std::chrono::steady_clock::now(); in stall_us() local 28 std::chrono::duration_cast<std::chrono::microseconds>(std::chrono::steady_clock::now() - start).count(); in stall_us()
|
/kernel/linux/linux-5.10/drivers/dax/hmem/ |
H A D | hmem.c | 26 range.start = res->start; in dax_hmem_probe()
|
/kernel/linux/linux-5.10/arch/ia64/pci/ |
H A D | fixup.c | 70 res->start = 0xC0000; in pci_fixup_video() 71 res->end = res->start + 0x20000 - 1; in pci_fixup_video()
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | bootinfo_proc.c | 36 const void *start = bi; in save_bootinfo() local 51 memcpy(bootinfo_tmp, start, size); in save_bootinfo()
|
/kernel/linux/linux-5.10/arch/mips/cobalt/ |
H A D | serial.c | 18 .start = 0x1c800000, 23 .start = SERIAL_IRQ,
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | unwind.h | 52 unsigned long start; member 70 unsigned long gp, void *start, void *end);
|
/kernel/linux/linux-5.10/arch/mips/lantiq/ |
H A D | prom.c | 67 ioport_resource.start = IOPORT_RESOURCE_START; in plat_mem_setup() 69 iomem_resource.start = IOMEM_RESOURCE_START; in plat_mem_setup()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | setup.h | 69 void do_barrier_nospec_fixups_range(bool enable, void *start, void *end); 71 static inline void do_barrier_nospec_fixups_range(bool enable, void *start, void *end) { }; in do_barrier_nospec_fixups_range() argument
|
/kernel/linux/linux-5.10/arch/sh/boards/ |
H A D | board-edosk7705.c | 39 .start = SMC_IOADDR, 44 .start = ETHERNET_IRQ,
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
H A D | consistent.c | 61 r->start = dma_handle; in platform_resource_setup_memory() 62 r->end = r->start + memsize - 1; in platform_resource_setup_memory()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | realmode.h | 45 u32 start; member 50 u64 start;
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | tlbflush.h | 98 * flush_tlb_range(vma, start, end) - flushes a range of pages 99 * flush_tlb_kernel_range(start, end) - flushes a range of kernel pages 120 unsigned long start, unsigned long end) in flush_tlb_range() 125 static inline void flush_tlb_kernel_range(unsigned long start, in flush_tlb_kernel_range() argument 119 flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) flush_tlb_range() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | gpio-cfg.h | 88 * for (gpio = start; gpio < end; gpio++) 110 * @start: The pin number to start at 111 * @nr: The number of pins to configure from @start. 114 * Call s3c_gpio_cfgpin() for the @nr pins starting at @start. 118 extern int s3c_gpio_cfgpin_range(unsigned int start, unsigned int nr, 157 * @start: The gpio number to start at. 158 * @nr: The number of gpio to configure from @start. 169 extern int s3c_gpio_cfgall_range(unsigned int start, unsigne [all...] |
H A D | pm-core-s3c24xx.h | 22 /* re-start uart clocks */ in s3c_pm_debug_init_uart() 54 static inline void s3c_pm_show_resume_irqs(int start, unsigned long which, in s3c_pm_show_resume_irqs() argument 63 S3C_PMDBG("IRQ %d asserted at resume\n", start+i); in s3c_pm_show_resume_irqs()
|