| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | altera_tse.c | 77 ulong ctime; in alt_sgdma_wait_transfer() local 80 ctime = get_timer(0); in alt_sgdma_wait_transfer() 85 if (get_timer(ctime) > ALT_TSE_SGDMA_BUSY_TIMEOUT) { in alt_sgdma_wait_transfer() 227 ulong ctime; in altera_tse_stop_mac() local 231 ctime = get_timer(0); in altera_tse_stop_mac() 236 if (get_timer(ctime) > ALT_TSE_SW_RESET_TIMEOUT) { in altera_tse_stop_mac() 269 ulong ctime; in msgdma_reset() local 274 ctime = get_timer(0); in msgdma_reset() 279 if (get_timer(ctime) > ALT_TSE_SW_RESET_TIMEOUT) { in msgdma_reset() 291 ulong ctime; in msgdma_wait() local [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | ctime | 2 //===---------------------------- ctime -----------------------------------===// 15 ctime synopsis 39 char* ctime(const time_t* timer); 71 using ::ctime;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | ctime | 2 //===---------------------------- ctime -----------------------------------===// 15 ctime synopsis 39 char* ctime(const time_t* timer); 71 using ::ctime;
|
| /OK3568_Linux_fs/kernel/fs/omfs/ |
| H A D | inode.c | 108 u64 ctime; in __omfs_write_inode() local 138 ctime = inode->i_ctime.tv_sec * 1000LL + in __omfs_write_inode() 140 oi->i_ctime = cpu_to_be64(ctime); in __omfs_write_inode() 208 u64 ctime; in omfs_iget() local 231 ctime = be64_to_cpu(oi->i_ctime); in omfs_iget() 232 nsecs = do_div(ctime, 1000) * 1000L; in omfs_iget() 234 inode->i_atime.tv_sec = ctime; in omfs_iget() 235 inode->i_mtime.tv_sec = ctime; in omfs_iget() 236 inode->i_ctime.tv_sec = ctime; in omfs_iget()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | ctime | 1 // TR1 ctime -*- C++ -*- 25 /** @file tr1/ctime 32 #include <ctime>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | ctime | 1 // TR1 ctime -*- C++ -*- 25 /** @file tr1/ctime 32 #include <ctime>
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | stat.c | 48 stat->ctime = inode->i_ctime; in generic_fillattr() 258 tmp.st_ctime = stat->ctime.tv_sec; in cp_old_stat() 341 tmp.st_ctime = stat->ctime.tv_sec; in cp_new_stat() 345 tmp.st_ctime_nsec = stat->ctime.tv_nsec; in cp_new_stat() 485 tmp.st_ctime = stat->ctime.tv_sec; in cp_new_stat64() 486 tmp.st_ctime_nsec = stat->ctime.tv_nsec; in cp_new_stat64() 563 tmp.stx_ctime.tv_sec = stat->ctime.tv_sec; in cp_statx() 564 tmp.stx_ctime.tv_nsec = stat->ctime.tv_nsec; in cp_statx() 642 tmp.st_ctime = stat->ctime.tv_sec; in cp_compat_stat() 643 tmp.st_ctime_nsec = stat->ctime.tv_nsec; in cp_compat_stat()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | ssv_ht_rc.c | 226 unsigned int ctime = 0; 245 ctime = (t_slot * cw) >> 1; 247 ctime += (t_slot * cw) >> 1; 249 tx_time = ctime + 2 * (mi->overhead + tx_time_data); 250 tx_time_rtscts = ctime + 2 * (mi->overhead_rtscts + tx_time_data); 252 ctime = (t_slot * cw) >> 1; 254 tx_time += ctime + mi->overhead + tx_time_data; 255 tx_time_rtscts += ctime + mi->overhead_rtscts + tx_time_data;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | ctime | 25 /** @file include/ctime 53 #undef ctime 69 using ::ctime;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | ctime | 25 /** @file include/ctime 53 #undef ctime 69 using ::ctime;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | leap-a-day.c | 255 printf("Setting time to %s", ctime(&tv.tv_sec)); in main() 288 printf("Scheduling leap second for %s", ctime(&next_leap)); in main() 291 printf("Setting timer for %ld - %s", next_leap, ctime(&next_leap)); in main()
|
| H A D | inconsistency-check.c | 107 start_str = ctime(&t); in consistency_test() 142 printf("%s\n", ctime(&t)); in consistency_test()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | genboardscfg.py | 67 ctime = os.path.getctime(output) 80 if ctime < os.path.getctime(filepath): 90 if ctime < os.path.getctime(filepath):
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | segbuf.c | 124 time64_t ctime, __u64 cno) in nilfs_segbuf_reset() argument 136 segbuf->sb_sum.ctime = ctime; in nilfs_segbuf_reset() 157 raw_sum->ss_create = cpu_to_le64(segbuf->sb_sum.ctime); in nilfs_segbuf_fill_in_segsum()
|
| H A D | sysfs.c | 571 time64_t ctime; in nilfs_segctor_last_seg_write_time_show() local 574 ctime = nilfs->ns_ctime; in nilfs_segctor_last_seg_write_time_show() 577 return NILFS_SHOW_TIME(ctime, buf); in nilfs_segctor_last_seg_write_time_show() 585 time64_t ctime; in nilfs_segctor_last_seg_write_time_secs_show() local 588 ctime = nilfs->ns_ctime; in nilfs_segctor_last_seg_write_time_secs_show() 591 return snprintf(buf, PAGE_SIZE, "%llu\n", ctime); in nilfs_segctor_last_seg_write_time_secs_show()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | file.c | 174 ri.atime = ri.ctime = ri.mtime = cpu_to_je32(JFFS2_NOW()); in jffs2_write_begin() 297 ri->atime = ri->ctime = ri->mtime = cpu_to_je32(JFFS2_NOW()); in jffs2_write_end() 322 inode->i_ctime = inode->i_mtime = ITIME(je32_to_cpu(ri->ctime)); in jffs2_write_end()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
| H A D | 0005-ethernet.c-remove-it.patch | 179 - static long mtime = 0, ctime = 0; 183 - mtime != st.st_mtime || ctime != st.st_ctime || 199 - ctime = st.st_ctime;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 53 printf(" %s", ctime(&now)); in err_msg() 684 printf(" %s", ctime(&now)); in main() 728 printf(" %s", ctime(&now)); in main()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfsfh.h | 264 chattr = stat->ctime.tv_sec; in nfsd4_change_attribute() 266 chattr += stat->ctime.tv_nsec; in nfsd4_change_attribute()
|
| /OK3568_Linux_fs/buildroot/fs/tar/ |
| H A D | tar.mk | 12 TAR_OPTS += --pax-option=exthdr.name=%d/PaxHeaders/%f,atime:=0,ctime:=0
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/raid/ |
| H A D | md_p.h | 145 __u32 ctime; /* 6 Creation time */ member 239 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/raid/ |
| H A D | md_p.h | 145 __u32 ctime; /* 6 Creation time */ member 239 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/raid/ |
| H A D | md_p.h | 145 __u32 ctime; /* 6 Creation time */ member 239 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/ member
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | sys_ia32.c | 153 unsafe_put_user(stat->ctime.tv_sec, &ubuf->st_ctime, Efault); in cp_stat64() 154 unsafe_put_user(stat->ctime.tv_nsec, &ubuf->st_ctime_nsec, Efault); in cp_stat64()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stat.h | 45 struct timespec64 ctime; member
|