/Linux-v4.19/fs/ |
D | utimes.c | 24 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) in SYSCALL_DEFINE2() argument 28 if (times) { in SYSCALL_DEFINE2() 29 if (get_user(tv[0].tv_sec, ×->actime) || in SYSCALL_DEFINE2() 30 get_user(tv[1].tv_sec, ×->modtime)) in SYSCALL_DEFINE2() 35 return do_utimes(AT_FDCWD, filename, times ? tv : NULL, 0); in SYSCALL_DEFINE2() 48 static int utimes_common(const struct path *path, struct timespec64 *times) in utimes_common() argument 59 if (times && times[0].tv_nsec == UTIME_NOW && in utimes_common() 60 times[1].tv_nsec == UTIME_NOW) in utimes_common() 61 times = NULL; in utimes_common() 64 if (times) { in utimes_common() [all …]
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-stats.txt | 38 1) # of times sched_yield() was called 43 3) # of times schedule() was called 44 4) # of times schedule() left the processor idle 47 5) # of times try_to_wake_up() was called 48 6) # of times try_to_wake_up() was called to wake up the local cpu 70 1) # of times in this domain load_balance() was called when the 72 2) # of times in this domain load_balance() checked but found 74 3) # of times in this domain load_balance() tried to move one or 78 5) # of times in this domain pull_task() was called when the cpu 80 6) # of times in this domain pull_task() was called even though [all …]
|
/Linux-v4.19/lib/ |
D | fault-inject.c | 21 int times; in setup_fault_attr() local 26 &interval, &probability, &space, ×) < 4) { in setup_fault_attr() 34 atomic_set(&attr->times, times); in setup_fault_attr() 49 atomic_read(&attr->times)); in fail_dump() 128 if (atomic_read(&attr->times) == 0) in should_fail() 151 if (atomic_read(&attr->times) != -1) in should_fail() 152 atomic_dec_not_zero(&attr->times); in should_fail() 217 if (!debugfs_create_atomic_t("times", mode, dir, &attr->times)) in fault_create_debugfs_attr()
|
/Linux-v4.19/fs/hostfs/ |
D | hostfs_user.c | 197 struct timeval times[2]; in set_attr() local 244 times[0].tv_sec = st.atime.tv_sec; in set_attr() 245 times[0].tv_usec = st.atime.tv_nsec / 1000; in set_attr() 246 times[1].tv_sec = st.mtime.tv_sec; in set_attr() 247 times[1].tv_usec = st.mtime.tv_nsec / 1000; in set_attr() 250 times[0].tv_sec = attrs->ia_atime.tv_sec; in set_attr() 251 times[0].tv_usec = attrs->ia_atime.tv_nsec / 1000; in set_attr() 254 times[1].tv_sec = attrs->ia_mtime.tv_sec; in set_attr() 255 times[1].tv_usec = attrs->ia_mtime.tv_nsec / 1000; in set_attr() 259 if (futimes(fd, times) != 0) in set_attr() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | i915_request.c | 350 ktime_t times[2] = {}; in live_nop_request() local 357 times[1] = ktime_get_raw(); in live_nop_request() 386 times[1] = ktime_sub(ktime_get_raw(), times[1]); in live_nop_request() 388 times[0] = times[1]; in live_nop_request() 400 ktime_to_ns(times[0]), in live_nop_request() 401 prime, div64_u64(ktime_to_ns(times[1]), prime)); in live_nop_request() 501 ktime_t times[2] = {}; in live_empty_request() local 518 times[1] = ktime_get_raw(); in live_empty_request() 531 times[1] = ktime_sub(ktime_get_raw(), times[1]); in live_empty_request() 533 times[0] = times[1]; in live_empty_request() [all …]
|
/Linux-v4.19/tools/power/cpupower/bench/ |
D | README-BENCH | 34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which 42 repeated 20 times. 48 Will increase load and sleep time by 25ms 5 times. 50 25ms load/sleep time repeated 20 times (cycles). 51 50ms load/sleep time repeated 20 times (cycles). 53 100ms load/sleep time repeated 20 times (cycles). 79 In round 2, if the ondemand sampling times exactly match the load/sleep 96 You can easily test all kind of load/sleep times and check whether your
|
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | adf_admin.c | 161 int times, received; in adf_put_admin_msg_sync() local 173 for (times = 0; times < 50; times++) { in adf_put_admin_msg_sync()
|
D | qat_hal.c | 169 int times = MAX_RETRY_TIMES; in qat_hal_wait_cycles() local 174 while ((int)cycles > elapsed_cycles && times--) { in qat_hal_wait_cycles() 189 if (times < 0) { in qat_hal_wait_cycles() 394 int times = MAX_RETRY_TIMES; in qat_hal_check_ae_alive() local 403 } while (times-- && (cur_cnt == base_cnt)); in qat_hal_check_ae_alive() 405 if (times < 0) { in qat_hal_check_ae_alive() 457 int times = 30; in qat_hal_init_esram() local 473 } while (!(csr_val & ESRAM_AUTO_TINIT_DONE) && times--); in qat_hal_init_esram() 474 if ((times < 0)) { in qat_hal_init_esram() 487 unsigned int times = 100; in qat_hal_clr_reset() local [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-platform-ipmi | 126 idles: (RO) Number of times the interface was 139 hosed_count: (RO) Number of times the hardware didn't 142 long_timeouts: (RO) Number of times the driver 146 flag_fetches: (RO) Number of times the driver 155 short_timeouts: (RO) Number of times the driver 204 hosed: (RO) Number of times the hardware didn't 225 flag_fetches: (RO) Number of times a flag fetch was 231 receive_retries: (RO) Number of times the receive of a 234 send_errors: (RO) Number of times the send of a
|
D | sysfs-firmware-acpi | 74 times it has triggered. 120 sci - The number of times the ACPI SCI 123 sci_not - The number of times the ACPI SCI 171 # press the power button for 3 times; 177 # press the power button for 3 times; 187 # press the power button for 3 times; 191 # press the power button for 3 times;
|
D | sysfs-kernel-slab | 59 The alloc_from_partial file shows how many times a cpu slab has 71 The alloc_refill file shows how many times the per-cpu freelist 82 The alloc_slab file is shows how many times a new slab had to 124 The file cpuslab_flush shows how many times a cache's cpu slabs 147 The deactivate_empty file shows how many times an empty cpu slab 157 The deactivate_full file shows how many times a full cpu slab 167 The deactivate_remote_frees file shows how many times a cpu slab 178 The deactivate_to_head file shows how many times a partial cpu 189 The deactivate_to_tail file shows how many times a partial cpu 209 The free_add_partial file shows how many times an object has [all …]
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | stat-cpi.py | 5 times = [] variable 13 if (time not in times): 14 times.append(time)
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | cpuacct.txt | 34 CPU time obtained by the cgroup into user and system times. Currently 43 system times. This has two side effects: 45 - It is theoretically possible to see wrong values for user and system times. 48 - It is possible to see slightly outdated values for user and system times
|
/Linux-v4.19/include/linux/ |
D | fault-inject.h | 19 atomic_t times; member 36 .times = ATOMIC_INIT(1), \
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | sbs_sbs-battery.txt | 12 - sbs,i2c-retry-count : The number of times to retry i2c transactions on i2c 14 - sbs,poll-retry-count : The number of times to try looking for new status
|
/Linux-v4.19/Documentation/fault-injection/ |
D | nvme-fault-injection.txt | 20 echo 1 > /sys/kernel/debug/nvme0n1/fault_inject/times 31 name fault_inject, interval 1, probability 100, space 0, times 1 73 echo 1 > /sys/kernel/debug/nvme0n1/fault_inject/times 87 name fault_inject, interval 1, probability 100, space 0, times 1
|
D | fault-injection.txt | 72 - /sys/kernel/debug/fail*/times: 74 specifies how many times failures may happen at most. 172 mmc_core.fail_request=<interval>,<probability>,<space>,<times> 185 like probability, interval, times, etc. But per-capability settings 242 echo -1 > /sys/kernel/debug/$FAILTYPE/times 296 echo -1 > /sys/kernel/debug/$FAILTYPE/times 327 echo -1 > /sys/kernel/debug/$FAILTYPE/times 362 Same as above except to specify 100 times failures at most instead of one time 365 # ./tools/testing/fault-injection/failcmd.sh --times=100 \ 372 ./tools/testing/fault-injection/failcmd.sh --times=100 \
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | video-slowmotion.rst | 47 - The number of times to repeat each frame. 54 of times. This call can only be used if VIDEO_SOURCE_MEMORY is
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxfw/ |
D | mlxfw_fsm.c | 78 int times; in mlxfw_fsm_state_wait() local 81 times = MLXFW_FSM_STATE_WAIT_ROUNDS; in mlxfw_fsm_state_wait() 94 if (--times == 0) { in mlxfw_fsm_state_wait()
|
/Linux-v4.19/Documentation/hwmon/ |
D | ina2xx | 42 programmable conversion times and filtering. 61 bus and shunt voltage conversion times multiplied by the averaging rate. We 62 don't touch the conversion times and only modify the number of averages. The
|
/Linux-v4.19/kernel/sched/ |
D | cputime.c | 292 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() argument 317 times->utime = sig->utime; in thread_group_cputime() 318 times->stime = sig->stime; in thread_group_cputime() 319 times->sum_exec_runtime = sig->sum_sched_runtime; in thread_group_cputime() 323 times->utime += utime; in thread_group_cputime() 324 times->stime += stime; in thread_group_cputime() 325 times->sum_exec_runtime += read_sum_exec_runtime(t); in thread_group_cputime()
|
/Linux-v4.19/Documentation/power/ |
D | drivers-testing.txt | 9 several times, preferably several times in a row, and separately for hibernation 44 Each of the above tests should be repeated several times and the STD tests
|
/Linux-v4.19/include/linux/sched/ |
D | cputime.h | 63 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times); 64 void thread_group_cputimer(struct task_struct *tsk, struct task_cputime *times);
|
/Linux-v4.19/drivers/crypto/nx/ |
D | nx-842-pseries.c | 138 static void ibm_nx842_incr_hist(atomic64_t *times, unsigned int time) in ibm_nx842_incr_hist() argument 145 atomic64_inc(×[bucket]); in ibm_nx842_incr_hist() 905 atomic64_t *times; in nx842_timehist_show() local 918 times = local_devdata->counters->comp_times; in nx842_timehist_show() 920 times = local_devdata->counters->decomp_times; in nx842_timehist_show() 929 atomic64_read(×[i])); in nx842_timehist_show() 937 atomic64_read(×[(NX842_HIST_SLOTS - 1)])); in nx842_timehist_show()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-bench.txt | 21 Specify amount of times to repeat the run (default 10). 154 Repeat memcpy invocation this number of times. 178 Repeat memset invocation this number of times.
|