Searched refs:timestamp (Results 1 - 25 of 37) sorted by relevance

12

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_s5l8720x.c126 uint32_t timestamp; local
131 timestamp = S5L8720X_timer_value();
133 if (timestamp) {
135 v += (uint64_t) (((uint64_t) clock_decrementer) - (uint64_t) (timestamp));
H A Dpe_apq8060.c260 uint32_t timestamp; local
265 timestamp = TouchPad_timer_value();
267 if (timestamp) {
269 v += (uint64_t) (((uint64_t) clock_decrementer) - (uint64_t) (timestamp));
H A Dpe_omap335x.c292 uint32_t timestamp; local
297 timestamp = Omap3_timer_value();
299 if (timestamp) {
301 v += (uint64_t) (((uint64_t) clock_decrementer) - (uint64_t) (timestamp));
H A Dpe_s5l8900x.c287 uint32_t timestamp; local
292 timestamp = S5L8900X_timer_value();
294 if (timestamp) {
296 v += (uint64_t) (((uint64_t) clock_decrementer) - (uint64_t) (timestamp));
H A Dpe_omap3430.c310 uint32_t timestamp; local
315 timestamp = Omap3_timer_value();
317 if (timestamp) {
319 v += (uint64_t) (((uint64_t) clock_decrementer) - (uint64_t) (timestamp));
H A Dpe_realview.c281 uint32_t timestamp; local
286 timestamp = RealView_timer_value();
287 if (timestamp) {
289 v += (uint64_t) (((uint64_t) clock_decrementer) - (uint64_t) (timestamp));
H A Dpe_s5l8930x.c395 uint32_t timestamp; local
400 timestamp = S5L8930X_timer_value();
402 if (timestamp) {
404 v += (uint64_t) (((uint64_t) clock_decrementer) - (uint64_t) (timestamp));
H A Dpe_omap3530.c295 uint32_t timestamp; local
300 timestamp = Omap3_timer_value();
302 if (timestamp) {
304 v += (uint64_t) (((uint64_t) clock_decrementer) - (uint64_t) (timestamp));
/darwin-on-arm/xnu/osfmk/kern/
H A Dxpr.h70 * along with a timestamp and cpuinfo (for multi-processor systems), into
131 int timestamp; member in struct:xprbuf
H A Dxpr.c114 x->timestamp = XPR_TIMESTAMP;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.h138 long timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip6_fw
172 user32_time_t timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip6_fw_32
205 user64_time_t timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip6_fw_64
H A Dip6_fw.c769 f->timestamp = timenow.tv_sec;
1010 fcp->rule->timestamp = 0;
1184 userrule_64->timestamp = rule->timestamp;
1213 rule->timestamp = CAST_DOWN( long, userrule_64->timestamp);
1242 userrule_32->timestamp = rule->timestamp;
1271 rule->timestamp = CAST_DOWN(long, userrule_32->timestamp);
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h572 uint64_t timestamp; member in struct:__anon493
592 kp->timestamp = (kp->timestamp & KDBG_TIMESTAMP_MASK) |
598 return (int) (((kp)->timestamp & KDBG_CPU_MASK) >> KDBG_CPU_SHIFT);
603 kp->timestamp = thetime & KDBG_TIMESTAMP_MASK;
608 return kp->timestamp & KDBG_TIMESTAMP_MASK;
613 kp->timestamp = (thetime & KDBG_TIMESTAMP_MASK) |
631 kp->timestamp = thetime;
636 return kp->timestamp;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.h70 long timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip_fw_compat
100 * long timestamp;
156 u_int32_t timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip_fw_compat_32
201 u_int64_t timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip_fw_compat_64
408 long timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip_old_fw
H A Dip_fw2.h386 u_int32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw
520 u_int32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw_32
551 u_int32_t timestamp; /* tv_sec of last match */ member in struct:ip_fw_64
H A Dip_fw.h110 long timestamp; /* timestamp (tv_sec) of last match */ member in struct:ip_fw
140 * long timestamp;
H A Dip_fw2_compat.c89 { "timestamp", IP_FW_TCPOPT_TS },
409 printf("timestamp: %d\n", vers2_rule->timestamp);
1525 rule_vers1->timestamp = curr_rule->timestamp;
1551 rule_vers1->timestamp = curr_rule->timestamp;
1589 rule_vers0->timestamp = rule_vers1.timestamp;
1617 rule_vers0->timestamp
[all...]
H A Dip_fw2.c528 fw32->timestamp = user_ip_fw->timestamp;
553 fw64->timestamp = user_ip_fw->timestamp;
654 user_ip_fw->timestamp = fw32->timestamp;
683 user_ip_fw->timestamp = fw64->timestamp;
2630 f->timestamp = timenow.tv_sec;
2696 f->timestamp
[all...]
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map.h125 * vm_map_version_t a timestamp of a map, for use with vm_map_lookup
332 unsigned int timestamp; /* Version number */ member in struct:_vm_map
364 * Just a timestamp for the main map.
447 ((map)->timestamp = 0 , \
452 ((map)->timestamp++ , lock_write_done(&(map)->lock))
456 ((map)->timestamp++ , lock_write_to_read(&(map)->lock))
661 ((map)->timestamp++ , \
H A Dvm_map.c3881 last_timestamp = map->timestamp;
3968 * Cannot avoid a lookup here. reset timestamp.
3970 last_timestamp = map->timestamp;
4091 last_timestamp = map->timestamp;
4126 last_timestamp = map->timestamp;
4267 if (last_timestamp+1 != map->timestamp) {
4279 last_timestamp = map->timestamp;
4372 last_timestamp = map->timestamp;
4516 if (last_timestamp+1 != map->timestamp) {
4530 last_timestamp = map->timestamp;
[all...]
/darwin-on-arm/xnu/osfmk/arm/
H A Dmachine_routines.h79 void ml_get_timebase(unsigned long long *timestamp);
/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_routines.h81 void ml_get_timebase(unsigned long long *timestamp);
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h107 * If the port is not active, then ip_timestamp contains a timestamp
126 ipc_port_timestamp_t timestamp; member in union:ipc_port::__anon996
176 #define ip_timestamp data.timestamp
287 * The port timestamp facility provides timestamps
294 /* Retrieve a port timestamp value */
300 * works when the timestamp wraps around at 2^32,
H A Dmach_port.c108 ipc_port_timestamp_t timestamp,
138 ipc_port_timestamp_t timestamp,
179 if (ip_active(port) || IP_TIMESTAMP_ORDER(timestamp, port->ip_timestamp)) {
228 ipc_port_timestamp_t timestamp; /* logical time of this operation */ local
313 timestamp = ipc_port_timestamp();
326 mach_port_names_helper(timestamp, entry, name, names,
137 mach_port_names_helper( ipc_port_timestamp_t timestamp, ipc_entry_t entry, mach_port_name_t name, mach_port_name_t *names, mach_port_type_t *types, ipc_entry_num_t *actualp) argument
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h177 uint64_t timestamp; member in struct:__anon682

Completed in 202 milliseconds

12