/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_tasklet.c | 42 #define TASKLET_ST_CMPSET(ts, old, new) \ argument 45 #define TASKLET_ST_SET(ts, new) \ argument 48 #define TASKLET_ST_GET(ts) \ argument 66 struct tasklet_struct *ts; in tasklet_handler() local 146 tasklet_init(struct tasklet_struct *ts, in tasklet_init() 160 tasklet_setup(struct tasklet_struct *ts, tasklet_callback_t *c) in tasklet_setup() 185 tasklet_schedule(struct tasklet_struct *ts) in tasklet_schedule() 222 tasklet_kill(struct tasklet_struct *ts) in tasklet_kill() 233 tasklet_enable(struct tasklet_struct *ts) in tasklet_enable() 240 tasklet_disable(struct tasklet_struct *ts) in tasklet_disable() [all …]
|
H A D | linux_current.c | 60 struct task_struct *ts; in find_other_mm() local 82 struct task_struct *ts; in linux_alloc_current() local 176 linux_free_current(struct task_struct *ts) in linux_free_current() 185 struct task_struct *ts; in linuxkpi_thread_dtor() local 200 struct task_struct *ts; in linux_get_pid_task_int() local 315 struct task_struct *ts; in linux_current_uninit() local
|
/freebsd/sys/kern/ |
H A D | subr_turnstile.c | 178 propagate_unlock_ts(struct turnstile *top, struct turnstile *ts) in propagate_unlock_ts() 201 struct turnstile *ts, *top; in propagate_priority() local 313 turnstile_adjust_thread(struct turnstile *ts, struct thread *td) in turnstile_adjust_thread() 445 struct turnstile *ts; in turnstile_adjust() local 478 turnstile_setowner(struct turnstile *ts, struct thread *owner) in turnstile_setowner() 500 struct turnstile *ts; in turnstile_dtor() local 515 struct turnstile *ts; in turnstile_init() local 530 struct turnstile *ts; in turnstile_fini() local 550 turnstile_free(struct turnstile *ts) in turnstile_free() 572 struct turnstile *ts; in turnstile_trywait() local [all …]
|
H A D | subr_clock.c | 135 clock_ct_to_ts(const struct clocktime *ct, struct timespec *ts) in clock_ct_to_ts() 195 clock_bcd_to_ts(const struct bcd_clocktime *bct, struct timespec *ts, bool ampm) in clock_bcd_to_ts() 244 clock_ts_to_ct(const struct timespec *ts, struct clocktime *ct) in clock_ts_to_ct() 305 clock_ts_to_bcd(const struct timespec *ts, struct bcd_clocktime *bct, bool ampm) in clock_ts_to_bcd() 369 clock_print_ts(const struct timespec *ts, int nsdigits) in clock_print_ts()
|
H A D | sched_4bsd.c | 114 #define SKE_RUNQ_PCPU(ts) \ argument 466 struct td_sched *ts; in schedcpu() local 579 struct td_sched *ts; updatepri() local 726 struct td_sched *ts; sched_clock_tick() local 814 struct td_sched *ts, *tsc; sched_fork_thread() local 1136 struct td_sched *ts; sched_wakeup() local 1315 struct td_sched *ts; sched_add() local 1461 struct td_sched *ts; sched_rem() local 1564 struct td_sched *ts = td_get_sched(td); sched_bind() local 1624 struct td_sched *ts; sched_pctcpu() local 1639 struct td_sched *ts; sched_pctcpu_delta() local 1768 struct td_sched *ts; sched_tdname() local 1784 struct td_sched *ts; sched_clear_tdname() local 1795 struct td_sched *ts; sched_affinity() local [all...] |
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | ktime.h | 173 timespec_to_ktime(struct timespec ts) in timespec_to_ktime() 185 timespec64_to_ns(struct timespec64 *ts) in timespec64_to_ns() 194 #define ktime_get_ts(ts) getnanouptime(ts) argument 195 #define ktime_get_ts64(ts) getnanouptime(ts) argument 196 #define ktime_get_raw_ts64(ts) getnanouptime(ts) argument 197 #define ktime_get_real_ts64(ts) getnanotime(ts) argument 198 #define getrawmonotonic64(ts) getnanouptime(ts) argument 203 struct timespec ts; in ktime_get_ns() local 213 struct timespec ts; in ktime_get() local 222 struct timespec ts; in ktime_get_boottime() local [all …]
|
H A D | time.h | 74 #define getrawmonotonic(ts) nanouptime(ts) argument 79 struct timespec ts; in timespec_sub() local 87 set_normalized_timespec(struct timespec *ts, time_t sec, int64_t nsec) in set_normalized_timespec() 95 timespec_to_ns(const struct timespec *ts) in timespec_to_ns() 103 struct timespec ts; in ns_to_timespec() local 125 timespec_valid(const struct timespec *ts) in timespec_valid()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_tdma.c | 147 struct ieee80211_tdma_state *ts; in ieee80211_tdma_vattach() local 198 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_vdetach() local 226 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_newstate() local 293 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_beacon_miss() local 331 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_recv_mgmt() local 412 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_update() local 524 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_process_params() local 630 struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_tdma_getslot() local 648 struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_parse_tdma() local 687 const struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_add_tdma() local [all …]
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | time.h | 54 #define TIMESPEC_OVERFLOW(ts) \ argument 57 #define TIMESPEC_OVERFLOW(ts) \ argument 67 struct timespec ts; in gethrtime() local 76 #define gethrestime(ts) getnanotime(ts) argument 90 struct timespec ts; in gethrtime() local
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | zpl.h | 162 #define zpl_inode_timestamp_truncate(ts, ip) timestamp_truncate(ts, ip) argument 164 #define zpl_inode_timestamp_truncate(ts, ip) \ argument 194 #define zpl_inode_set_ctime_to_ts(ip, ts) inode_set_ctime_to_ts(ip, ts) argument 196 #define zpl_inode_set_ctime_to_ts(ip, ts) (ip->i_ctime = ts) argument 204 #define zpl_inode_set_atime_to_ts(ip, ts) inode_set_atime_to_ts(ip, ts) argument 206 #define zpl_inode_set_atime_to_ts(ip, ts) (ip->i_atime = ts) argument 214 #define zpl_inode_set_mtime_to_ts(ip, ts) inode_set_mtime_to_ts(ip, ts) argument 216 #define zpl_inode_set_mtime_to_ts(ip, ts) (ip->i_mtime = ts) argument
|
/freebsd/contrib/wpa/wpa_supplicant/utils/ |
H A D | log2pcap.py | 20 def pcap_addpacket(pcap_file, ts, data): argument 46 ts = float(m.group(2)) variable 48 ts = 0 variable
|
/freebsd/contrib/ntp/libntp/ |
H A D | prettydate.c | 69 time_t ts; get_struct_tm() local 156 common_prettydate(l_fp * ts,int local) common_prettydate() argument 211 prettydate(l_fp * ts) prettydate() argument 220 gmprettydate(l_fp * ts) gmprettydate() argument [all...] |
/freebsd/contrib/lua/src/ |
H A D | lstring.c | 51 unsigned int luaS_hashlongstr (TString *ts) { in luaS_hashlongstr() 144 TString *ts; in createstrobj() local 152 getstr(ts)[l] = '\0'; /* ending 0 */ in createstrobj() local 158 TString *ts = createstrobj(L, l, LUA_VLNGSTR, G(L)->seed); in luaS_createlngstrobj() local 164 void luaS_remove (lua_State *L, TString *ts) { in luaS_remove() 189 TString *ts; in internshrstr() local 225 TString *ts; in luaS_newlstr() local
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | time.h | 59 #define TIMESPEC_OVERFLOW(ts) \ argument 68 gethrestime(inode_timespec_t *ts) in gethrestime() 76 inode_timespec_t ts; in gethrestime_sec() local 84 struct timespec64 ts; in gethrtime() local
|
/freebsd/sbin/ipf/ipsend/ |
H A D | iptests.c | 97 struct timespec ts; in ip_test1() local 448 struct timespec ts; local 542 struct timespec ts; in ip_test3() local 737 struct timespec ts; in ip_test4() local 898 struct timespec ts; in ip_test5() local 1240 struct timespec ts; in ip_test6() local 1319 struct timespec ts; in ip_test7() local
|
/freebsd/contrib/netbsd-tests/lib/librt/ |
H A D | t_sem.c | 207 timespec_add_ms(struct timespec *ts, int ms) in timespec_add_ms() 249 struct timespec ts; in ATF_TC_BODY() local 306 struct timespec ts; in ATF_TC_BODY() local 330 struct timespec ts; in ATF_TC_BODY() local 354 struct timespec ts; in ATF_TC_BODY() local 387 struct timespec ts; in ATF_TC_BODY() local
|
/freebsd/contrib/openbsm/bin/auditfilterd/ |
H A D | 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
|
/freebsd/sys/contrib/dev/athk/ |
H A D | dfs_pri_detector.c | 37 u64 ts; member 201 static bool pulse_queue_enqueue(struct pri_detector *pde, u64 ts) in pulse_queue_enqueue() 225 u64 ts, u32 min_count) in pseq_handler_create_sequences() 304 pseq_handler_add_to_existing_seqs(struct pri_detector *pde, u64 ts) in pseq_handler_add_to_existing_seqs() 358 static void pri_detector_reset(struct pri_detector *pde, u64 ts) in pri_detector_reset() 386 u64 ts = event->ts; in pri_detector_add_pulse() local
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | kex_fuzz.cc | 76 run_kex(struct test_state *ts, struct ssh *client, struct ssh *server) in run_kex() 175 do_kex_with_key(struct shared_state *st, struct test_state *ts, in do_kex_with_key() 327 struct test_state *ts; in main() local 399 do_kex(struct shared_state *st, struct test_state *ts, const char *kex) in do_kex() 408 kex_tests(struct shared_state *st, struct test_state *ts) in kex_tests() 420 struct test_state *ts; in LLVMFuzzerTestOneInput() local
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_vdso_gtod.c | 70 __vdso_clock_gettime_fallback(clockid_t clock_id, struct l_timespec *ts) in __vdso_clock_gettime_fallback() 85 __vdso_clock_gettime64_fallback(clockid_t clock_id, struct l_timespec64 *ts) in __vdso_clock_gettime64_fallback() 115 __vdso_clock_getres_fallback(clockid_t clock_id, struct l_timespec *ts) in __vdso_clock_getres_fallback()
|
/freebsd/sys/i386/linux/ |
H A D | linux_vdso_gtod.c | 70 __vdso_clock_gettime_fallback(clockid_t clock_id, struct l_timespec *ts) in __vdso_clock_gettime_fallback() 85 __vdso_clock_gettime64_fallback(clockid_t clock_id, struct l_timespec64 *ts) in __vdso_clock_gettime64_fallback() 115 __vdso_clock_getres_fallback(clockid_t clock_id, struct l_timespec *ts) in __vdso_clock_getres_fallback()
|
/freebsd/sys/sys/ |
H A D | timespec.h | 39 #define TIMEVAL_TO_TIMESPEC(tv, ts) \ argument 44 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ argument
|
/freebsd/contrib/file/src/ |
H A D | 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() 189 struct timespec ts; in main() local
|
/freebsd/sys/dev/iicbus/pmic/rockchip/ |
H A D | rk8xx_rtc.c | 37 rk8xx_gettime(device_t dev, struct timespec *ts) in rk8xx_gettime() 106 rk8xx_settime(device_t dev, struct timespec *ts) in rk8xx_settime()
|
/freebsd/sys/dev/watchdog/ |
H A D | watchdog.c | 84 pow2ns_to_ts(int pow2ns, struct timespec *ts) in pow2ns_to_ts() 97 struct timespec ts; in pow2ns_to_ticks() local 183 struct timespec ts; in wdog_kern_pat() local 227 struct timespec ts; in wd_get_time_left() local
|