| /NextBSD/sys/kern/ |
| HD | subr_turnstile.c | 184 struct turnstile *ts; in propagate_priority() local 289 turnstile_adjust_thread(struct turnstile *ts, struct thread *td) in turnstile_adjust_thread() 421 struct turnstile *ts; in turnstile_adjust() local 454 turnstile_setowner(struct turnstile *ts, struct thread *owner) in turnstile_setowner() 476 struct turnstile *ts; in turnstile_dtor() local 491 struct turnstile *ts; in turnstile_init() local 506 struct turnstile *ts; in turnstile_fini() local 526 turnstile_free(struct turnstile *ts) in turnstile_free() 548 struct turnstile *ts; in turnstile_trywait() local 568 turnstile_cancel(struct turnstile *ts) in turnstile_cancel() [all …]
|
| HD | sched_4bsd.c | 112 #define SKE_RUNQ_PCPU(ts) \ argument 480 struct td_sched *ts; in schedcpu() local 593 struct td_sched *ts; in updatepri() local 729 struct td_sched *ts; in sched_clock() local 793 struct td_sched *ts; in sched_fork_thread() local 963 struct td_sched *ts; in sched_switch() local 1092 struct td_sched *ts; in sched_wakeup() local 1261 struct td_sched *ts; in sched_add() local 1412 struct td_sched *ts; in sched_rem() local 1522 struct td_sched *ts; in sched_bind() local [all …]
|
| HD | subr_rtc.c | 122 struct timespec ts; in inittodr() local 165 struct timespec ts; in resettodr() local
|
| HD | sched_ule.c | 145 #define SCHED_TICK_HZ(ts) ((ts)->ts_ticks >> SCHED_TICK_SHIFT) argument 146 #define SCHED_TICK_TOTAL(ts) (max((ts)->ts_ltick - (ts)->ts_ftick, hz)) argument 165 #define SCHED_PRI_TICKS(ts) \ argument 263 #define SCHED_AFFINITY(ts, t) ((ts)->ts_rltick > ticks - ((t) * affinity)) argument 456 struct td_sched *ts; in tdq_runq_add() local 507 struct td_sched *ts; in tdq_runq_rem() local 952 struct td_sched *ts; in tdq_move() local 1218 struct td_sched *ts; in sched_pickcpu() local 1472 struct td_sched *ts; in sched_interact_score() local 1564 struct td_sched *ts; in sched_interact_update() local [all …]
|
| /NextBSD/sys/compat/linuxkpi/common/include/linux/ |
| HD | time.h | 66 #define getrawmonotonic(ts) nanouptime(ts) argument 71 struct timespec ts; in timespec_sub() local 81 set_normalized_timespec(struct timespec *ts, time_t sec, int64_t nsec) in set_normalized_timespec() 89 timespec_to_ns(const struct timespec *ts) in timespec_to_ns() 97 struct timespec ts; in ns_to_timespec() local 117 timespec_valid(const struct timespec *ts) in timespec_valid()
|
| HD | ktime.h | 100 timespec_to_ktime(struct timespec ts) in timespec_to_ktime() 118 struct timespec ts; in ktime_get_ns() local 129 struct timespec ts; in ktime_get() local
|
| /NextBSD/sys/net80211/ |
| HD | ieee80211_tdma.c | 147 struct ieee80211_tdma_state *ts; in ieee80211_tdma_vattach() local 196 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_vdetach() local 224 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_newstate() local 290 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_beacon_miss() local 328 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_recv_mgmt() local 410 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_update() local 522 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_process_params() local 628 struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_tdma_getslot() local 646 struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_parse_tdma() local 685 const struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_add_tdma() local [all …]
|
| /NextBSD/sys/cddl/compat/opensolaris/sys/ |
| HD | time.h | 46 #define TIMESPEC_OVERFLOW(ts) \ argument 49 #define TIMESPEC_OVERFLOW(ts) \ argument 60 struct timespec ts; in gethrtime() local 69 #define gethrestime(ts) getnanotime(ts) argument 81 struct timespec ts; in gethrtime() local
|
| /NextBSD/contrib/ntp/libntp/ |
| HD | prettydate.c | 69 time_t ts; in get_struct_tm() local 156 l_fp *ts, in common_prettydate() 206 l_fp *ts in prettydate() 215 l_fp *ts in gmprettydate()
|
| /NextBSD/contrib/ipfilter/ipsend/ |
| HD | iptests.c | 133 struct timespec ts; local 484 struct timespec ts; local 582 struct timespec ts; local 781 struct timespec ts; local 946 struct timespec ts; local 1296 struct timespec ts; local 1379 struct timespec ts; local
|
| /NextBSD/contrib/gcclibs/libgomp/config/posix/ |
| HD | time.c | 52 struct timespec ts; in omp_get_wtime() local 69 struct timespec ts; in omp_get_wtick() local
|
| /NextBSD/sys/compat/cloudabi/ |
| HD | cloudabi_clock.c | 88 struct timespec ts; in cloudabi_clock_time_get() local 105 struct timespec ts; in cloudabi_sys_clock_res_get() local 127 cloudabi_timestamp_t ts; in cloudabi_sys_clock_time_get() local
|
| /NextBSD/contrib/openbsm/bin/auditfilterd/ |
| HD | auditfilterd.c | 121 present_rawrecord(struct timespec *ts, u_char *data, u_int len) in present_rawrecord() 137 present_tokens(struct timespec *ts, u_char *data, u_int len) in present_tokens() 166 struct timespec ts; in mainloop_file() local 221 struct timespec ts; in mainloop_pipe() local
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | trim_map.c | 48 #define TRIM_MAP_ADD(tm, ts) do { \ argument 53 #define TRIM_MAP_REM(tm, ts) do { \ argument 167 trim_seg_t *ts; in trim_map_destroy() local 207 trim_seg_t tsearch, *ts_before, *ts_after, *ts; in trim_map_segment_add() local 266 trim_map_segment_remove(trim_map_t *tm, trim_seg_t *ts, uint64_t start, in trim_map_segment_remove() 339 trim_seg_t tsearch, *ts; in trim_map_write_start() local 417 trim_seg_t *ts; in trim_map_first() local 433 trim_seg_t *ts; in trim_map_vdev_commit() local 489 trim_seg_t *ts; in trim_map_vdev_commit_done() local
|
| /NextBSD/sys/sys/ |
| HD | timespec.h | 41 #define TIMEVAL_TO_TIMESPEC(tv, ts) \ argument 46 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ argument
|
| /NextBSD/contrib/wpa/wpa_supplicant/utils/ |
| HD | log2pcap.py | 19 def pcap_addpacket(pcap_file, ts, data): argument 45 ts = float(m.group(2)) variable
|
| /NextBSD/contrib/file/src/ |
| HD | cdf_time.c | 99 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec() 147 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) in cdf_timespec_to_timestamp() 184 struct timespec ts; in main() local
|
| /NextBSD/contrib/ntp/sntp/ |
| HD | utilities.c | 37 l_fp * ts, in l_fp_output() 48 l_fp *ts, in l_fp_output_bin() 85 l_fp *ts, in l_fp_output_dec()
|
| /NextBSD/sys/dev/watchdog/ |
| HD | watchdog.c | 80 pow2ns_to_ts(int pow2ns, struct timespec *ts) in pow2ns_to_ts() 93 struct timespec ts; in pow2ns_to_ticks() local 168 struct timespec ts; in wdog_kern_pat() local 212 struct timespec ts; in wd_get_time_left() local
|
| /NextBSD/sys/mips/cavium/ |
| HD | octeon_rtc.c | 101 octeon_rtc_settime(device_t dev, struct timespec *ts) in octeon_rtc_settime() 118 octeon_rtc_gettime(device_t dev, struct timespec *ts) in octeon_rtc_gettime()
|
| HD | octeon_ds1337.c | 102 struct timespec ts; in cvmx_rtc_ds1337_read() local 157 struct timespec ts; in cvmx_rtc_ds1337_write() local
|
| /NextBSD/usr.bin/procstat/ |
| HD | procstat_kstack.c | 52 kstack_nextstate(enum trace_state ts) in kstack_nextstate() 79 enum trace_state old_ts, ts; in kstack_cleanup() local 112 enum trace_state old_ts, ts; in kstack_cleanup_encoded() local
|
| /NextBSD/contrib/libreadline/ |
| HD | history.c | 213 alloc_history_entry (string, ts) in alloc_history_entry() argument 232 char *ts; local 248 char ts[64], *ret; in hist_inittime() local 349 char *ts; local
|
| /NextBSD/sys/powerpc/mpc85xx/ |
| HD | ds1553_core.c | 89 ds1553_gettime(device_t dev, struct timespec *ts) in ds1553_gettime() 132 ds1553_settime(device_t dev, struct timespec *ts) in ds1553_settime()
|
| /NextBSD/libexec/tftpd/ |
| HD | tftp-transfer.c | 53 tftp_send(int peer, uint16_t *block, struct tftp_stats *ts) in tftp_send() 158 tftp_receive(int peer, uint16_t *block, struct tftp_stats *ts, in tftp_receive()
|