/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 | 122 #define SKE_RUNQ_PCPU(ts) \ argument 474 struct td_sched *ts; in schedcpu() local 587 struct td_sched *ts; in updatepri() local 735 struct td_sched *ts; in sched_clock_tick() local 823 struct td_sched *ts, *tsc; in sched_fork_thread() local 1148 struct td_sched *ts; in sched_wakeup() local 1326 struct td_sched *ts; in sched_add() local 1472 struct td_sched *ts; in sched_rem() local 1575 struct td_sched *ts = td_get_sched(td); in sched_bind() local 1635 struct td_sched *ts; in sched_pctcpu() 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 getrawmonotonic(ts) global() argument 79 struct timespec ts; timespec_sub() local 87 set_normalized_timespec(struct timespec * ts,time_t sec,int64_t nsec) set_normalized_timespec() argument 95 timespec_to_ns(const struct timespec * ts) timespec_to_ns() argument 103 struct timespec ts; ns_to_timespec() local 125 timespec_valid(const struct timespec * ts) timespec_valid() argument [all...] |
/freebsd/sys/net80211/ |
H A D | ieee80211_tdma.c | 147 struct ieee80211_tdma_state *ts; in ieee80211_tdma_vattach() local 199 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_vdetach() local 227 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_newstate() local 294 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_beacon_miss() local 332 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_recv_mgmt() local 413 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_update() local 528 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_process_params() local 634 struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_tdma_getslot() local 652 struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_parse_tdma() local 691 const struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_add_tdma() local [all …]
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | zpl.h | 128 #define zpl_inode_timestamp_truncate(ts, ip) timestamp_truncate(ts, ip) argument 130 #define zpl_inode_timestamp_truncate(ts, ip) \ argument 160 #define zpl_inode_set_ctime_to_ts(ip, ts) inode_set_ctime_to_ts(ip, ts) argument 162 #define zpl_inode_set_ctime_to_ts(ip, ts) (ip->i_ctime = ts) argument 170 #define zpl_inode_set_atime_to_ts(ip, ts) inode_set_atime_to_ts(ip, ts) argument 172 #define zpl_inode_set_atime_to_ts(ip, ts) (ip->i_atime = ts) argument 180 #define zpl_inode_set_mtime_to_ts(ip, ts) inode_set_mtime_to_ts(ip, ts) argument 182 #define zpl_inode_set_mtime_to_ts(ip, ts) (ip->i_mtime = ts) argument
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | time.h | 55 #define TIMESPEC_OVERFLOW(ts) \ argument 58 #define TIMESPEC_OVERFLOW(ts) \ argument 68 struct timespec ts; in getlrtime() local 79 struct timespec ts; in gethrtime() local 88 #define gethrestime(ts) getnanotime(ts) argument 102 struct timespec ts; in gethrtime() local
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | time.h | 60 #define TIMESPEC_OVERFLOW(ts) \ argument 69 gethrestime(inode_timespec_t *ts) in gethrestime() 77 inode_timespec_t ts; in gethrestime_sec() local 85 inode_timespec_t ts; in getlrtime() local 93 struct timespec64 ts; in gethrtime() local
|
/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 165 void luaS_remove (lua_State *L, TString *ts) { in luaS_remove() 190 TString *ts; in internshrstr() local 226 TString *ts; in luaS_newlstr() local
|
/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/sbin/ipf/ipsend/ |
H A D | iptests.c | 96 struct timespec ts; in ip_test1() local 447 struct timespec ts; local 541 struct timespec ts; in ip_test3() local 736 struct timespec ts; in ip_test4() local 897 struct timespec ts; in ip_test5() local 1239 struct timespec ts; in ip_test6() local 1318 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() 174 do_kex_with_key(struct shared_state *st, struct test_state *ts, in do_kex_with_key() 322 struct test_state *ts; in main() local 394 do_kex(struct shared_state *st, struct test_state *ts, const char *kex) in do_kex() 402 kex_tests(struct shared_state *st, struct test_state *ts) in kex_tests() 414 struct test_state *ts; in LLVMFuzzerTestOneInput() local
|
/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/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/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/contrib/ntp/sntp/ |
H A D | 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()
|