/linux-3.3/fs/ |
D | utimes.c | 23 /* If times==NULL, set access and modification to current time, 25 * Else, update from *times, must be owner or super user. 27 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) in SYSCALL_DEFINE2() argument 31 if (times) { in SYSCALL_DEFINE2() 32 if (get_user(tv[0].tv_sec, ×->actime) || in SYSCALL_DEFINE2() 33 get_user(tv[1].tv_sec, ×->modtime)) in SYSCALL_DEFINE2() 38 return do_utimes(AT_FDCWD, filename, times ? tv : NULL, 0); in SYSCALL_DEFINE2() 51 static int utimes_common(struct path *path, struct timespec *times) in utimes_common() argument 61 if (times && times[0].tv_nsec == UTIME_NOW && in utimes_common() 62 times[1].tv_nsec == UTIME_NOW) in utimes_common() [all …]
|
/linux-3.3/Documentation/scheduler/ |
D | sched-stats.txt | 38 1) # of times sched_yield() was called 41 2) # of times we switched to the expired queue and reused it 42 3) # of times schedule() was called 43 4) # of times schedule() left the processor idle 46 5) # of times try_to_wake_up() was called 47 6) # of times try_to_wake_up() was called to wake up the local cpu 69 1) # of times in this domain load_balance() was called when the 71 2) # of times in this domain load_balance() checked but found 73 3) # of times in this domain load_balance() tried to move one or 77 5) # of times in this domain pull_task() was called when the cpu [all …]
|
/linux-3.3/lib/ |
D | fault-inject.c | 21 int times; in setup_fault_attr() local 24 /* "<interval>,<probability>,<space>,<times>" */ in setup_fault_attr() 26 &interval, &probability, &space, ×) < 4) { in setup_fault_attr() 34 atomic_set(&attr->times, times); in setup_fault_attr() 107 if (atomic_read(&attr->times) == 0) in should_fail() 129 if (atomic_read(&attr->times) != -1) in should_fail() 130 atomic_dec_not_zero(&attr->times); in should_fail() 216 if (!debugfs_create_atomic_t("times", mode, dir, &attr->times)) in fault_create_debugfs_attr()
|
/linux-3.3/Documentation/ABI/testing/ |
D | sysfs-firmware-acpi | 28 times it has triggered. 74 sci - The number of times the ACPI SCI 77 sci_not - The number of times the ACPI SCI 125 # press the power button for 3 times; 131 # press the power button for 3 times; 141 # press the power button for 3 times; 145 # 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-3.3/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-3.3/fs/hostfs/ |
D | hostfs_user.c | 200 struct timeval times[2]; in set_attr() local 238 * times according to the changes to perform, and then call futimes() in set_attr() 247 times[0].tv_sec = st.atime.tv_sec; in set_attr() 248 times[0].tv_usec = st.atime.tv_nsec / 1000; in set_attr() 249 times[1].tv_sec = st.mtime.tv_sec; in set_attr() 250 times[1].tv_usec = st.mtime.tv_nsec / 1000; in set_attr() 253 times[0].tv_sec = attrs->ia_atime.tv_sec; in set_attr() 254 times[0].tv_usec = attrs->ia_atime.tv_nsec / 1000; in set_attr() 257 times[1].tv_sec = attrs->ia_mtime.tv_sec; in set_attr() 258 times[1].tv_usec = attrs->ia_mtime.tv_nsec / 1000; in set_attr() [all …]
|
/linux-3.3/drivers/net/ethernet/neterion/vxge/ |
D | vxge-traffic.h | 601 * bit times. 684 * characters occurring between times of normal data transmission 720 * @rx_local_fault: Maintains a count of the number of times that link 734 * @rx_remote_fault: Maintains a count of the number of times that link 1210 * @pic.wrcrdtarb_ph_crdt_depleted[vplane0] 0x0008 4 Number of times 1212 * @pic.wrcrdtarb_ph_crdt_depleted[vplane1] 0x0010 4 Number of times 1214 * @pic.wrcrdtarb_ph_crdt_depleted[vplane2] 0x0018 4 Number of times 1216 * @pic.wrcrdtarb_ph_crdt_depleted[vplane3] 0x0020 4 Number of times 1218 * @pic.wrcrdtarb_ph_crdt_depleted[vplane4] 0x0028 4 Number of times 1220 * @pic.wrcrdtarb_ph_crdt_depleted[vplane5] 0x0030 4 Number of times [all …]
|
/linux-3.3/fs/xfs/ |
D | xfs_stats.h | 104 __uint32_t vn_alloc; /* # times vn_alloc called */ 105 __uint32_t vn_get; /* # times vn_get called */ 106 __uint32_t vn_hold; /* # times vn_hold called */ 107 __uint32_t vn_rele; /* # times vn_rele called */ 108 __uint32_t vn_reclaim; /* # times vn_reclaim called */ 109 __uint32_t vn_remove; /* # times vn_remove called */ 110 __uint32_t vn_free; /* # times vn_free called */
|
/linux-3.3/Documentation/RCU/ |
D | trace.txt | 108 o "df" is the number of times that some other CPU has forced a 112 o "of" is the number of times that some other CPU has forced a 122 o "ri" is the number of times that RCU has seen fit to send a 186 the number of times that this CPU's per-CPU kthread has gone 276 between "nfqs" and "nfqsng", or the number of times that 362 o "np" is the number of times that __rcu_pending() has been invoked 365 o "qsp" is the number of times that the RCU was waiting for a 368 o "rpq" is the number of times that the CPU had passed through 371 o "cbr" is the number of times that this CPU had RCU callbacks 375 o "cng" is the number of times that this CPU needed another [all …]
|
/linux-3.3/Documentation/cgroups/ |
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-3.3/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 48 is the number of times that the network stack has notified the 61 Counts how many times an NFS transport is enqueued to wait for 83 Counts how many times an idle nfsd thread is woken to try to 92 Counts how many times the sunrpc server layer chose not to wake an 122 Counts how many times an nfsd thread triggered an idle timeout,
|
/linux-3.3/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-3.3/net/lapb/ |
D | lapb_timer.c | 102 * Awaiting connection state, send SABM(E), up to N2 times. in lapb_t1timer_expiry() 130 * Awaiting disconnection state, send DISC, up to N2 times. in lapb_t1timer_expiry() 151 * Data transfer state, restransmit I frames, up to N2 times. in lapb_t1timer_expiry() 170 * Frame reject state, restransmit FRMR frames, up to N2 times. in lapb_t1timer_expiry()
|
/linux-3.3/drivers/staging/vt6655/ |
D | datarate.h | 40 #define UPGRADE_CNT_THRD 3 // times 41 #define RETRY_TIMES_THRD_H 2 // times 42 #define RETRY_TIMES_THRD_L 1 // times
|
/linux-3.3/Documentation/fault-injection/ |
D | fault-injection.txt | 54 - /sys/kernel/debug/fail*/times: 56 specifies how many times failures may happen at most. 124 mmc_core.fail_request=<interval>,<probability>,<space>,<times> 177 echo -1 > /sys/kernel/debug/$FAILTYPE/times 231 echo -1 > /sys/kernel/debug/$FAILTYPE/times
|
/linux-3.3/Documentation/ |
D | mutex-design.txt | 43 i.e. in this workload, the mutex based kernel was 2.4 times faster 44 than the semaphore based kernel, _and_ it also had 2.8 times less CPU 47 performed 3825 ops/sec per 1% of CPU time used - it was 6.9 times 61 efficiency of mutexes is 4.1 times better.)
|
/linux-3.3/drivers/staging/vt6656/ |
D | datarate.h | 40 #define UPGRADE_CNT_THRD 3 // times 41 #define RETRY_TIMES_THRD_H 2 // times 42 #define RETRY_TIMES_THRD_L 1 // times
|
/linux-3.3/scripts/ |
D | show_delta | 6 # Also, you can show the times relative to a fixed point. 22 each printk line and the next. When run with the '-b' option, all times 36 will show times relative to the line in the kernel output
|
/linux-3.3/Documentation/devicetree/bindings/power_supply/ |
D | sbs_sbs-battery.txt | 8 - sbs,i2c-retry-count : The number of times to retry i2c transactions on i2c 10 - sbs,poll-retry-count : The number of times to try looking for new status
|
/linux-3.3/Documentation/frv/ |
D | mmu-layout.txt | 271 ste = {0x0 <repeats 64 times>}}}} <repeats 51 times>, {pge = {{ste = { 283 0x0 <repeats 64 times>}}}} <repeats 11 times>} 291 $5 = {{pte = 0x0} <repeats 127 times>, {pte = 0x539b01}, { 292 pte = 0x0} <repeats 896 times>, {pte = 0x719303}, {pte = 0x6d5303}, { 295 pte = 0x0} <repeats 12 times>, {pte = 0x709303}, {pte = 0x0}, {pte = 0x0}, 298 pte = 0x0} <repeats 13 times>, {pte = 0x5303}, {pte = 0x7f5303}, { 306 pte = 0x4fdb01}, {pte = 0x0} <repeats 2992 times>}
|
/linux-3.3/include/linux/ |
D | statfs.h | 39 #define ST_NOATIME 0x0400 /* do not update access times */ 40 #define ST_NODIRATIME 0x0800 /* do not update directory access times */
|
D | fault-inject.h | 17 atomic_t times; member 32 .times = ATOMIC_INIT(1), \
|
/linux-3.3/include/linux/power/ |
D | sbs-battery.h | 31 * @i2c_retry_count: # of times to retry on i2c IO failure 32 * @poll_retry_count: # of times to retry looking for new status after
|
/linux-3.3/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.h | 50 unsigned int respQ_empty; /* # times respQ empty */ 52 unsigned int freelistQ_empty; /* # times freelist empty */ 56 unsigned int cmdQ_restarted[3];/* # of times cmdQ X was restarted */
|