/Linux-v6.6/fs/ |
D | utimes.c | 20 int vfs_utimes(const struct path *path, struct timespec64 *times) in vfs_utimes() argument 27 if (times) { in vfs_utimes() 28 if (!nsec_valid(times[0].tv_nsec) || in vfs_utimes() 29 !nsec_valid(times[1].tv_nsec)) in vfs_utimes() 31 if (times[0].tv_nsec == UTIME_NOW && in vfs_utimes() 32 times[1].tv_nsec == UTIME_NOW) in vfs_utimes() 33 times = NULL; in vfs_utimes() 41 if (times) { in vfs_utimes() 42 if (times[0].tv_nsec == UTIME_OMIT) in vfs_utimes() 44 else if (times[0].tv_nsec != UTIME_NOW) { in vfs_utimes() [all …]
|
/Linux-v6.6/Documentation/scheduler/ |
D | sched-stats.rst | 43 1) # of times sched_yield() was called 49 3) # of times schedule() was called 50 4) # of times schedule() left the processor idle 54 5) # of times try_to_wake_up() was called 55 6) # of times try_to_wake_up() was called to wake up the local cpu 78 1) # of times in this domain load_balance() was called when the 80 2) # of times in this domain load_balance() checked but found 82 3) # of times in this domain load_balance() tried to move one or 86 5) # of times in this domain pull_task() was called when the cpu 88 6) # of times in this domain pull_task() was called even though [all …]
|
/Linux-v6.6/drivers/gpu/drm/i915/gt/ |
D | selftest_engine_heartbeat.c | 209 u32 times[5]; in __live_heartbeat_fast() local 223 for (i = 0; i < ARRAY_SIZE(times); i++) { in __live_heartbeat_fast() 252 times[i] = ktime_us_delta(t1, t0); in __live_heartbeat_fast() 255 sort(times, ARRAY_SIZE(times), sizeof(times[0]), cmp_u32, NULL); in __live_heartbeat_fast() 259 times[ARRAY_SIZE(times) / 2], in __live_heartbeat_fast() 260 times[0], in __live_heartbeat_fast() 261 times[ARRAY_SIZE(times) - 1]); in __live_heartbeat_fast() 270 if (times[ARRAY_SIZE(times) / 2] > error_threshold) { in __live_heartbeat_fast() 273 times[ARRAY_SIZE(times) / 2], in __live_heartbeat_fast()
|
/Linux-v6.6/fs/hostfs/ |
D | hostfs_user.c | 198 struct timeval times[2]; in set_attr() local 245 times[0].tv_sec = st.atime.tv_sec; in set_attr() 246 times[0].tv_usec = st.atime.tv_nsec / 1000; in set_attr() 247 times[1].tv_sec = st.mtime.tv_sec; in set_attr() 248 times[1].tv_usec = st.mtime.tv_nsec / 1000; in set_attr() 251 times[0].tv_sec = attrs->ia_atime.tv_sec; in set_attr() 252 times[0].tv_usec = attrs->ia_atime.tv_nsec / 1000; in set_attr() 255 times[1].tv_sec = attrs->ia_mtime.tv_sec; in set_attr() 256 times[1].tv_usec = attrs->ia_mtime.tv_nsec / 1000; in set_attr() 260 if (futimes(fd, times) != 0) in set_attr() [all …]
|
/Linux-v6.6/Documentation/powerpc/ |
D | vcpudispatch_stats.rst | 17 By default, the DTLB log for each vcpu is processed 50 times a second so 31 2. number of times this vcpu was dispatched on the same processor as last 33 3. number of times this vcpu was dispatched on a different processor core 35 4. number of times this vcpu was dispatched on a different chip 36 5. number of times this vcpu was dispatches on a different socket/drawer 42 6. number of times this vcpu was dispatched in its home node (chip) 43 7. number of times this vcpu was dispatched in a different node 44 8. number of times this vcpu was dispatched in a node further away (numa
|
/Linux-v6.6/lib/ |
D | fault-inject.c | 22 int times; in setup_fault_attr() local 27 &interval, &probability, &space, ×) < 4) { in setup_fault_attr() 35 atomic_set(&attr->times, times); in setup_fault_attr() 50 atomic_read(&attr->times)); in fail_dump() 131 if (atomic_read(&attr->times) == 0) in should_fail_ex() 155 if (atomic_read(&attr->times) != -1) in should_fail_ex() 156 atomic_dec_not_zero(&attr->times); in should_fail_ex() 223 debugfs_create_atomic_t("times", mode, dir, &attr->times); in fault_create_debugfs_attr() 355 FAULT_CONFIGFS_ATTR(times, atomic_t);
|
/Linux-v6.6/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-v6.6/arch/mips/include/asm/ |
D | unroll.h | 16 #define unroll(times, fn, ...) do { \ argument 28 BUILD_BUG_ON(!__builtin_constant_p(times)); \ 30 switch (times) { \
|
/Linux-v6.6/kernel/sched/ |
D | psi.c | 246 enum psi_aggregators aggregator, u32 *times, in get_recent_times() argument 263 memcpy(times, groupc->times, sizeof(groupc->times)); in get_recent_times() 283 times[s] += now - state_start; in get_recent_times() 285 delta = times[s] - groupc->times_prev[aggregator][s]; in get_recent_times() 286 groupc->times_prev[aggregator][s] = times[s]; in get_recent_times() 288 times[s] = delta; in get_recent_times() 355 u32 times[NR_PSI_STATES]; in collect_percpu_times() local 359 get_recent_times(group, cpu, aggregator, times, in collect_percpu_times() 363 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times() 367 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times() [all …]
|
D | cputime.c | 312 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times) in thread_group_cputime() argument 337 times->utime = sig->utime; in thread_group_cputime() 338 times->stime = sig->stime; in thread_group_cputime() 339 times->sum_exec_runtime = sig->sum_sched_runtime; in thread_group_cputime() 343 times->utime += utime; in thread_group_cputime() 344 times->stime += stime; in thread_group_cputime() 345 times->sum_exec_runtime += read_sum_exec_runtime(t); in thread_group_cputime()
|
/Linux-v6.6/drivers/iio/ |
D | industrialio-gts-helper.c | 365 int *times, i, j, idx = 0, *int_micro_times; in iio_gts_build_avail_time_table() local 370 times = kcalloc(gts->num_itime, sizeof(int), GFP_KERNEL); in iio_gts_build_avail_time_table() 371 if (!times) in iio_gts_build_avail_time_table() 378 if (times[idx] < new) { in iio_gts_build_avail_time_table() 379 times[idx++] = new; in iio_gts_build_avail_time_table() 384 if (times[j] > new) { in iio_gts_build_avail_time_table() 385 memmove(×[j + 1], ×[j], in iio_gts_build_avail_time_table() 387 times[j] = new; in iio_gts_build_avail_time_table() 402 iio_gts_us_to_int_micro(times, int_micro_times, idx); in iio_gts_build_avail_time_table() 406 kfree(times); in iio_gts_build_avail_time_table()
|
/Linux-v6.6/tools/testing/selftests/bpf/benchs/ |
D | bench_bpf_hashmap_lookup.c | 208 static int compute_events(u64 *times, double *events_mean, double *events_stddev, u64 *mean_time) in compute_events() argument 217 if (!times[i]) in compute_events() 219 *mean_time += times[i]; in compute_events() 220 *events_mean += events_from_time(times[i]); in compute_events() 231 double events_i = *events_mean - events_from_time(times[i]); in compute_events()
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-devices-platform-ipmi | 127 idles (RO) Number of times the interface was 140 hosed_count (RO) Number of times the hardware didn't 143 long_timeouts (RO) Number of times the driver 147 flag_fetches (RO) Number of times the driver 156 short_timeouts (RO) Number of times the driver 207 hosed (RO) Number of times the hardware didn't 228 flag_fetches (RO) Number of times a flag fetch was 234 receive_retries (RO) Number of times the receive of a 237 send_errors (RO) Number of times the send of a
|
D | sysfs-class-wakeup | 18 This file contains the number of times the wakeup source was 32 This file contains the number of times the wakeup source might 39 This file contains the number of times the wakeup source's
|
D | sysfs-firmware-acpi | 122 times it has triggered:: 169 sci The number of times the ACPI SCI 172 sci_not The number of times the ACPI SCI 224 # press the power button for 3 times; 230 # press the power button for 3 times; 241 # press the power button for 3 times; 245 # 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-v6.6/Documentation/admin-guide/cgroup-v1/ |
D | cpuacct.rst | 35 CPU time obtained by the cgroup into user and system times. Currently 44 system times. This has two side effects: 46 - It is theoretically possible to see wrong values for user and system times. 49 - It is possible to see slightly outdated values for user and system times
|
/Linux-v6.6/tools/perf/scripts/python/ |
D | stat-cpi.py | 6 times = [] variable 14 if (time not in times): 15 times.append(time)
|
/Linux-v6.6/Documentation/fault-injection/ |
D | nvme-fault-injection.rst | 22 echo 1 > /sys/kernel/debug/nvme0n1/fault_inject/times 33 name fault_inject, interval 1, probability 100, space 0, times 1 77 echo 1 > /sys/kernel/debug/nvme0n1/fault_inject/times 91 name fault_inject, interval 1, probability 100, space 0, times 1 129 echo 1 > /sys/kernel/debug/nvme0/fault_inject/times 141 name fault_inject, interval 1, probability 100, space 1, times 1
|
/Linux-v6.6/Documentation/driver-api/media/drivers/ccs/ |
D | mk-ccs-regs | 304 my $times = $h->{$arg}->{elsize} != 1 ? 310 $reg_formula .= " + (($arg) < $lim ? ($arg)$times : $offset + (($arg) - $lim)$times)"; 312 $reg_formula .= " + ($arg)$times"; 315 $lim_formula .= (defined $lim_formula ? " + " : "") . "($arg)$times";
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
D | counters.rst | 161 - The number of times the SQ was recovered. 372 - The number of times the RQ was recovered. 385 - The number of times the NAPI poll function completed and armed the 390 - The number of times the NAPI poll function explicitly stopped execution 399 - The number of times the EQ was recovered. 403 - Number of times NAPI is triggered by XSK wakeups by posting a NOP to 408 - The number of times an outstanding UMR request is delayed due to 462 - The number of times allocating an skb or XSK buffer failed in the XSK RQ 496 - The number of times an `XDP_TX` error such as frame too long and frame 511 - The number of times an XDP redirect action was triggered on ring i. [all …]
|
/Linux-v6.6/include/linux/ |
D | fault-inject.h | 20 atomic_t times; member 41 .times = ATOMIC_INIT(1), \
|
/Linux-v6.6/drivers/staging/media/av7110/ |
D | video-slowmotion.rst | 47 - The number of times to repeat each frame. 53 of times. This call can only be used if VIDEO_SOURCE_MEMORY is
|
/Linux-v6.6/Documentation/power/ |
D | drivers-testing.rst | 13 several times, preferably several times in a row, and separately for hibernation 50 Each of the above tests should be repeated several times and the STD tests
|
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/ |
D | qat_hal.c | 126 int times = MAX_RETRY_TIMES; in qat_hal_wait_cycles() local 131 while ((int)cycles > elapsed_cycles && times--) { in qat_hal_wait_cycles() 146 if (times < 0) { in qat_hal_wait_cycles() 383 int times = MAX_RETRY_TIMES; in qat_hal_check_ae_alive() local 392 } while (times-- && (cur_cnt == base_cnt)); in qat_hal_check_ae_alive() 394 if (times < 0) { in qat_hal_check_ae_alive() 448 int times = 30; in qat_hal_init_esram() local 464 } while (!(csr_val & ESRAM_AUTO_TINIT_DONE) && times--); in qat_hal_init_esram() 465 if (times < 0) { in qat_hal_init_esram() 480 unsigned int times = 100; in qat_hal_clr_reset() local [all …]
|