Searched refs:times (Results 76 - 88 of 88) sorted by relevance

1234

/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c44 #include <sys/times.h>
713 clock_t clock = times(&timebuf);
723 /* times() should never return. */
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfile.c2204 unsigned long long time = ctx->stats.times[state];
/linux-master/net/ipv6/
H A Dtcp_ipv6.c36 #include <linux/times.h>
H A Droute.c29 #include <linux/times.h>
6296 /* NETDEV_UNREGISTER could be fired for multiple times by
/linux-master/include/linux/
H A Dsyscalls.h1047 struct utimbuf __user *times);
H A Dfs.h1135 #define SB_NOATIME BIT(10) /* Do not update access times. */
1136 #define SB_NODIRATIME BIT(11) /* Do not update directory access times */
1142 #define SB_LAZYTIME BIT(25) /* Update the on-disk [acm]times lazily */
1919 int vfs_utimes(const struct path *path, struct timespec64 *times);
2197 #define S_NOATIME (1 << 1) /* Do not update access times */
3483 * written to multiple times.
/linux-master/fs/bcachefs/
H A Dbtree_gc.c1973 bch2_time_stats_update(&c->times[BCH_TIME_btree_gc], start_time);
H A Djournal_io.c1682 track_event_change(&c->times[BCH_TIME_blocked_journal_max_in_flight], false);
/linux-master/drivers/cdrom/
H A Dcdrom.c276 #include <linux/times.h>
/linux-master/net/core/
H A Dneighbour.c27 #include <linux/times.h>
302 * large times in the past.
/linux-master/net/ipv4/
H A Digmp.c59 * prevent negative expiry times.
86 #include <linux/times.h>
H A Dtcp_ipv4.c58 #include <linux/times.h>
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py1443 # contents: times for phase start/end, order/color data for html
1448 # contents: start/stop times, pid/cpu/driver info
1844 text = '%.0f (%s ms waking %d times)' % (tL * 1000, tTry, tCnt)
2132 def addProcessUsageEvent(self, name, times):
2133 # get the start and end times for this process
2136 for t in sorted(times):
2156 # get an array of process names and times
4700 # extra detail when the times come from multiple sources
6337 m = re.match('.*waking *(?P<n>[0-9]*) *times.*', low)

Completed in 464 milliseconds

1234