Home
last modified time | relevance | path

Searched defs:now (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/freebsd-14.2/sys/kern/
H A Dsubr_filter.c136 check_update_times(struct time_filter *tf, uint64_t value, uint32_t now) in check_update_times()
171 check_update_times_small(struct time_filter_small *tf, uint32_t value, uint32_t now) in check_update_times_small()
206 filter_reduce_by(struct time_filter *tf, uint64_t reduce_by, uint32_t now) in filter_reduce_by()
226 filter_reduce_by_small(struct time_filter_small *tf, uint32_t reduce_by, uint32_t now) in filter_reduce_by_small()
246 filter_increase_by(struct time_filter *tf, uint64_t incr_by, uint32_t now) in filter_increase_by()
308 tick_filter_clock(struct time_filter *tf, uint32_t now) in tick_filter_clock()
339 tick_filter_clock_small(struct time_filter_small *tf, uint32_t now) in tick_filter_clock_small()
370 apply_filter_min(struct time_filter *tf, uint64_t value, uint32_t now) in apply_filter_min()
397 uint32_t value, uint32_t now) in apply_filter_min_small()
423 apply_filter_max(struct time_filter *tf, uint64_t value, uint32_t now) in apply_filter_max()
[all …]
H A Dkern_clocksource.c116 sbintime_t now; /* Last tick time. */ member
137 sbintime_t now; in hardclockintr() local
155 handleevents(sbintime_t now, int fake) in handleevents()
300 sbintime_t now; local
375 loadtimer(sbintime_t now, int start)
442 sbintime_t now; local
478 sbintime_t now, next; local
757 sbintime_t now, t; local
790 sbintime_t now; local
/freebsd-14.2/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c104 time_t now; in fifolog_write_close() local
123 time_t now; in fifolog_write_open() local
187 fifolog_write_output(struct fifolog_writer *f, int fl, time_t now) in fifolog_write_output()
262 fifolog_write_gzip(struct fifolog_writer *f, time_t now) in fifolog_write_gzip()
310 fifolog_write_poll(struct fifolog_writer *f, time_t now) in fifolog_write_poll()
324 fifolog_write_record(struct fifolog_writer *f, uint32_t id, time_t now, in fifolog_write_record()
384 fifolog_write_record_poll(struct fifolog_writer *f, uint32_t id, time_t now, in fifolog_write_record_poll()
/freebsd-14.2/contrib/kyua/utils/signals/
H A Dtimer.cpp164 const datetime::timestamp& now, in compute_timers_to_run_and_prune_old()
192 const datetime::timestamp& now, in reprogram_system_timer()
242 global_state(signals::timer* timer, const datetime::timestamp& now) : in global_state()
293 program_new(signals::timer* timer, const datetime::timestamp& now) in program_new()
332 fire(const datetime::timestamp& now) in fire()
425 const datetime::timestamp now = datetime::timestamp::now(); in timer() local
454 const datetime::timestamp now = datetime::timestamp::now(); in ~timer() local
540 const datetime::timestamp now = datetime::timestamp::now(); in unprogram() local
/freebsd-14.2/contrib/unbound/services/cache/
H A Ddns.c271 struct dns_msg* msg, time_t now) in addr_to_additional()
308 struct regional* region, struct delegpt* dp, time_t now, in find_add_addrs()
374 time_t now = *env->now; in cache_fill_missing() local
435 struct dns_msg* msg, struct delegpt* dp, time_t now) in find_add_ds()
501 struct ub_packed_rrset_key* rrset, time_t now) in dns_msg_authadd()
512 struct ub_packed_rrset_key* rrset, time_t now) in dns_msg_ansadd()
524 struct regional* region, struct dns_msg** msg, time_t now, in dns_cache_find_delegation()
602 struct regional* region, time_t now, int allow_expired, in tomsg()
699 time_t now, struct query_info* q) in rrset_msg()
829 time_t now = *env->now; in fill_any() local
[all …]
/freebsd-14.2/contrib/sendmail/libsm/
H A Dclock.c95 auto struct timeval now, nowi, ival; local
98 auto time_t now, nowi; local
327 struct timeval now; local
329 register time_t now; local
/freebsd-14.2/sys/rpc/
H A Drpc_com.h60 #define __RPC_GETXID(now) ((uint32_t)curproc->p_pid ^ (uint32_t)(now)->tv_sec ^ \ argument
65 #define __RPC_GETXID(now) ((uint32_t)getpid() ^ (uint32_t)(now)->tv_sec ^ \ argument
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Dbssid_ignore.c68 struct os_reltime now; in wpa_bssid_ignore_add() local
153 struct os_reltime now; in wpa_bssid_ignore_is_listed() local
193 struct os_reltime now; in wpa_bssid_ignore_update() local
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_util.c368 l_fp now; in stats_config() local
590 l_fp now; in record_peer_stats() local
632 l_fp now; in record_loop_stats() local
666 l_fp now; in record_clock_stats() local
741 l_fp now; in record_raw_stats() local
802 l_fp now; in record_sys_stats() local
839 l_fp now; in record_proto_stats() local
873 l_fp now; in record_crypto_stats() local
911 l_fp now; in record_timing_stats() local
/freebsd-14.2/contrib/sendmail/src/
H A Dratectrl.c83 time_t now; local
259 conn_limits(e, now, saddr, clflags, hashary, ratelimit, conclimit) in conn_limits() argument
478 client_rate(now, saddr, clflags) in client_rate() argument
499 total_rate(now, update) in total_rate() argument
/freebsd-14.2/sys/x86/x86/
H A Ddelay.c55 uint64_t end, now; in delay_tsc() local
76 uint64_t end, freq, now; in delay_tc() local
/freebsd-14.2/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel_helper.h51 fqc_dodequeue(struct fq_codel_flow *q, aqm_time_t now, uint16_t *ok_to_drop, in fqc_dodequeue()
103 aqm_time_t now; in fqc_codel_dequeue() local
H A Ddn_aqm_codel.h79 codel_dodequeue(struct dn_queue *q, aqm_time_t now, uint16_t *ok_to_drop) in codel_dodequeue()
137 aqm_time_t now; in codel_dequeue() local
/freebsd-14.2/usr.sbin/mfiutil/
H A Dmfi_patrol.c44 adapter_time(time_t now, uint32_t at_now, uint32_t at) in adapter_time()
85 time_t now; in show_patrol() local
252 time_t now; in patrol_config() local
/freebsd-14.2/usr.sbin/rtsold/
H A Ddump.c62 struct timespec now; in rtsold_dump() local
164 struct timespec now; in sec2str() local
/freebsd-14.2/usr.sbin/rtadvd/
H A Dtimer.c159 struct timespec now; in rtadvd_check_timer() local
189 struct timespec now; in rtadvd_set_timer() local
/freebsd-14.2/sys/dev/drm2/
H A Ddrm_irq.c693 struct timeval now; in get_drm_timestamp() local
800 unsigned long seq, struct timeval *now) in send_vblank_event()
826 struct timeval now; in drm_send_vblank_event() local
983 struct timeval now; in drm_vblank_off() local
1112 struct timeval now; in drm_queue_vblank_event() local
1275 struct timeval now; in drm_wait_vblank() local
1305 struct timeval now; in drm_handle_vblank_events() local
/freebsd-14.2/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_time.c88 time_t now, t; in test_newer_time_str() local
176 time_t now, t; in test_newer_time_str_w() local
555 time_t now, t; in test_older_time_str() local
645 time_t now, t; in test_older_time_str_w() local
/freebsd-14.2/contrib/wpa/src/common/
H A Dptksa_cache.c41 struct os_reltime now; in ptksa_cache_expire() local
70 struct os_reltime now; in ptksa_cache_set_expiration() local
170 struct os_reltime now; in ptksa_cache_list() local
286 struct os_reltime now; in ptksa_cache_add() local
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/
H A Dtst.walltimestamp.d31 uint64_t now; variable
/freebsd-14.2/bin/pax/
H A Dar_subs.c78 time_t now; in list() local
158 time_t now; in extract() local
364 time_t now; in wr_archive() local
/freebsd-14.2/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c92 struct os_reltime now; in pmksa_cache_expire() local
161 struct os_reltime now; in pmksa_cache_set_expiration() local
238 struct os_reltime now; in pmksa_cache_add() local
558 struct os_reltime now; in pmksa_cache_get_opportunistic() local
679 struct os_reltime now; in pmksa_cache_set_current() local
733 struct os_reltime now; in pmksa_cache_list() local
826 struct os_reltime now; in pmksa_cache_reconfig() local
/freebsd-14.2/sys/amd64/vmm/io/
H A Dvhpet.c152 sbintime_t now, delta; in vhpet_counter() local
282 sbintime_t now; in vhpet_handler() local
316 vhpet_stop_timer(struct vhpet *vhpet, int n, sbintime_t now) in vhpet_stop_timer()
337 vhpet_start_timer(struct vhpet *vhpet, int n, uint32_t counter, sbintime_t now) in vhpet_start_timer()
376 vhpet_stop_counting(struct vhpet *vhpet, uint32_t counter, sbintime_t now) in vhpet_stop_counting()
477 sbintime_t now, *nowptr; in vhpet_mmio_write() local
/freebsd-14.2/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.c115 struct os_reltime now; in pmksa_cache_expire() local
131 struct os_reltime now; in pmksa_cache_set_expiration() local
324 struct os_reltime now; in pmksa_cache_auth_create_entry() local
657 struct os_reltime now; in pmksa_cache_auth_list() local
708 struct os_reltime now; in pmksa_cache_auth_list_mesh() local
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp138 system_clock::time_point system_clock::now() noexcept { return __libcpp_system_clock_now(); } in now() function in chrono::system_clock
230 steady_clock::time_point steady_clock::now() noexcept { return __libcpp_steady_clock_now(); } in now() function in chrono::steady_clock

12345678910>>...23