Home
last modified time | relevance | path

Searched refs:utime (Results 151 - 175 of 206) sorted by relevance

123456789

/kernel/liteos_a/syscall/
H A Dtime_syscall.c35 #include "utime.h"
79 ret = utime(spath, ptimes ? &sptimes : NULL); in SysUtime()
/third_party/libfuse/include/
H A Dfuse_lowlevel.h27 #include <utime.h>
/third_party/python/Tools/ssl/
H A Dmultissltests.py348 os.utime(fname, None)
/third_party/python/Lib/
H A Dtarfile.py2297 self.utime(tarinfo, dirpath)
2450 self.utime(tarinfo, targetpath)
2589 def utime(self, tarinfo, targetpath): member in TarFile
2595 if not hasattr(os, 'utime'):
2598 os.utime(targetpath, (mtime, mtime))
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dasm-offsets.c289 OFFSET(ACCOUNT_USER_TIME, paca_struct, accounting.utime); in main()
299 OFFSET(ACCOUNT_USER_TIME, thread_info, accounting.utime); in main()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dapm_32.c900 u64 stime, utime; in apm_cpu_idle() local
907 task_cputime(current, &utime, &stime); in apm_cpu_idle()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dapm_32.c907 u64 stime, utime; in apm_cpu_idle() local
914 task_cputime(current, &utime, &stime); in apm_cpu_idle()
/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c89 #include <utime.h>
313 utime (interval_path, NULL); in debuginfod_clean_cache()
/third_party/libfuse/test/
H A Dtest_examples.py820 os.utime(filename, (atime, mtime))
824 os.utime(filename, None, ns=(atime_ns, mtime_ns))
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dhyperv.c1218 u64 utime, stime; in current_task_runtime_100ns() local
1220 task_cputime_adjusted(current, &utime, &stime); in current_task_runtime_100ns()
1222 return div_u64(utime + stime, 100); in current_task_runtime_100ns()
/device/soc/rockchip/common/sdk_linux/init/
H A Dinitramfs.c11 #include <linux/utime.h>
/kernel/linux/linux-5.10/init/
H A Dinitramfs.c11 #include <linux/utime.h>
/kernel/linux/linux-6.6/init/
H A Dinitramfs.c12 #include <linux/utime.h>
/third_party/lzma/CPP/Windows/
H A DFileDir.cpp13 #include <utime.h>
1082 return utime(path, &buf) == 0; in SetDirTime()
/third_party/node/tools/gyp/pylib/gyp/
H A Dmac_tool.py287 os.utime(cmd_list[i + 1], None)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmac_tool.py287 os.utime(cmd_list[i + 1], None)
/third_party/node/deps/v8/src/base/platform/
H A Dtime.cc91 + (tc.utime / v8::base::Time::kNanosecondsPerMicrosecond);
/kernel/linux/linux-5.10/drivers/md/
H A Dmd.c1330 mddev->utime = sb->utime; in super_90_validate()
1480 sb->utime = clamp_t(time64_t, mddev->utime, 0, U32_MAX); in super_90_sync()
1843 mddev->utime = le64_to_cpu(sb->utime); in super_1_validate()
2045 sb->utime = cpu_to_le64((__u64)mddev->utime); in super_1_sync()
2788 mddev->utime = ktime_get_real_seconds(); in md_update_sb()
6240 mddev->ctime = mddev->utime in md_clean()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.c1289 mddev->utime = sb->utime; in super_90_validate()
1439 sb->utime = clamp_t(time64_t, mddev->utime, 0, U32_MAX); in super_90_sync()
1799 mddev->utime = le64_to_cpu(sb->utime); in super_1_validate()
2001 sb->utime = cpu_to_le64((__u64)mddev->utime); in super_1_sync()
2714 mddev->utime = ktime_get_real_seconds(); in md_update_sb()
6251 mddev->ctime = mddev->utime in md_clean()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dhyperv.c1461 u64 utime, stime; in current_task_runtime_100ns() local
1463 task_cputime_adjusted(current, &utime, &stime); in current_task_runtime_100ns()
1465 return div_u64(utime + stime, 100); in current_task_runtime_100ns()
/third_party/node/test/parallel/
H A Dtest-fs-error-messages.js622 `ENOENT: no such file or directory, utime '${nonexistentFile}'`);
625 assert.strictEqual(err.syscall, 'utime');
/kernel/linux/linux-5.10/include/linux/
H A Dsyscalls.h606 struct __kernel_timespec __user *utime, u32 __user *uaddr2,
609 struct old_timespec32 __user *utime, u32 __user *uaddr2,
/kernel/linux/linux-6.6/include/linux/
H A Dsyscalls.h539 const struct __kernel_timespec __user *utime,
542 const struct old_timespec32 __user *utime,
/third_party/libuv/src/unix/
H A Dfs.c65 # include <utime.h>
1072 return utime(req->path, &buf); in uv__fs_utime()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.c70 #include <utime.h>
1937 if (utime(pathname, &ut)) { in set_date()

Completed in 65 milliseconds

123456789