Home
last modified time | relevance | path

Searched refs:msec (Results 1 – 25 of 120) sorted by relevance

12345

/freebsd-14.2/contrib/processor-trace/libipt/internal/include/
H A Dpt_mapped_section.h70 if (!msec) in pt_msec_init()
87 (void) msec; in pt_msec_fini()
95 if (!msec) in pt_msec_begin()
104 if (!msec) in pt_msec_end()
107 return msec->vaddr + msec->size; in pt_msec_end()
113 if (!msec) in pt_msec_offset()
122 if (!msec) in pt_msec_size()
139 if (!msec) in pt_msec_asid()
149 return (offset - msec->offset) + msec->vaddr; in pt_msec_map()
156 return (vaddr - msec->vaddr) + msec->offset; in pt_msec_unmap()
[all …]
H A Dpt_image.h122 extern int pt_image_find(struct pt_image *image, struct pt_mapped_section *msec,
137 const struct pt_mapped_section *msec,
/freebsd-14.2/contrib/processor-trace/libipt/test/src/
H A Dptunit-mapped_section.c38 struct pt_mapped_section msec; in begin() local
44 begin = pt_msec_begin(&msec); in begin()
52 struct pt_mapped_section msec; in end() local
58 end = pt_msec_end(&msec); in end()
66 struct pt_mapped_section msec; in offset() local
80 struct pt_mapped_section msec; in size() local
86 size = pt_msec_size(&msec); in size()
94 struct pt_mapped_section msec; in asid() local
104 pasid = pt_msec_asid(&msec); in asid()
114 struct pt_mapped_section msec; in asid_null() local
[all …]
H A Dptunit-msec_cache.c126 if (!image || !msec) in pt_image_validate()
133 if (section != msec->section) in pt_image_validate()
146 if (!image || !msec || !asid) in pt_image_find()
153 if (msec->section) in pt_image_find()
156 msec->section = section; in pt_image_find()
270 msec = NULL; in read_nomap()
274 ptu_null(msec); in read_nomap()
288 ptu_ptr_eq(msec, &tfix->mcache.msec); in read()
303 msec = NULL; in fill_nomap()
311 ptu_null(msec); in fill_nomap()
[all …]
H A Dptunit-image.c1904 struct pt_mapped_section msec; in find_null() local
1923 struct pt_mapped_section msec; in find() local
1939 struct pt_mapped_section msec; in find_asid() local
1971 struct pt_mapped_section msec; in find_bad_asid() local
1982 struct pt_mapped_section msec; in find_nomem() local
1993 struct pt_mapped_section msec; in validate_null() local
2007 struct pt_mapped_section msec; in validate() local
2033 msec.asid = ifix->asid[1]; in validate_bad_asid()
2052 msec.vaddr = 0x2000ull; in validate_bad_vaddr()
2071 msec.offset = 0x8ull; in validate_bad_offset()
[all …]
/freebsd-14.2/contrib/processor-trace/libipt/src/
H A Dpt_msec_cache.c52 pt_msec_fini(&cache->msec); in pt_msec_cache_fini()
63 section = pt_msec_section(&cache->msec); in pt_msec_cache_invalidate()
71 cache->msec.section = NULL; in pt_msec_cache_invalidate()
80 struct pt_mapped_section *msec; in pt_msec_cache_read() local
86 msec = &cache->msec; in pt_msec_cache_read()
93 *pmsec = msec; in pt_msec_cache_read()
104 struct pt_mapped_section *msec; in pt_msec_cache_fill() local
115 msec = &cache->msec; in pt_msec_cache_fill()
121 section = pt_msec_section(msec); in pt_msec_cache_fill()
126 msec->section = NULL; in pt_msec_cache_fill()
[all …]
H A Dpt_image.c186 msec = &current->section; in pt_image_add()
199 lend = pt_msec_end(msec); in pt_image_add()
284 msec = &trash->section; in pt_image_remove()
395 msec = &trash->section; in pt_image_remove_by_filename()
443 msec = &trash->section; in pt_image_remove_by_asid()
508 if (!msec) in pt_image_check_msec()
512 end = pt_msec_end(msec); in pt_image_check_msec()
550 msec = &elem->section; in pt_image_fetch_section()
599 msec = &slist->section; in pt_image_read()
675 msec = &slist->section; in pt_image_find()
[all …]
H A Dpt_block_decoder.c1691 begin = pt_msec_begin(msec); in pt_blk_is_in_section()
1692 end = pt_msec_end(msec); in pt_blk_is_in_section()
1876 noff = pt_msec_unmap(msec, nip); in pt_blk_proceed_no_event_fill_cache()
1982 bcache, msec, in pt_blk_proceed_no_event_fill_cache()
2149 bcache, msec, in pt_blk_proceed_no_event_cached()
2219 msec); in pt_blk_proceed_no_event_cached()
2264 msec); in pt_blk_proceed_no_event_cached()
2347 msec); in pt_blk_proceed_no_event_cached()
2483 section = pt_msec_section(msec); in pt_blk_msec_fill()
2487 *pmsec = msec; in pt_blk_msec_fill()
[all …]
/freebsd-14.2/contrib/ntp/libntp/
H A Dprettydate.c166 u_int msec; in common_prettydate() local
179 msec = ts->l_uf / 4294967; /* fract / (2 ** 32 / 1000) */ in common_prettydate()
180 if (msec >= 1000u) { in common_prettydate()
181 msec -= 1000u; in common_prettydate()
197 jd.minute, jd.second, msec); in common_prettydate()
203 tm->tm_min, tm->tm_sec, msec); in common_prettydate()
H A Duglydate.c22 long msec; in uglydate() local
28 msec = ts->l_uf / 4294967; /* fract / (2**32/1000) */ in uglydate()
47 msec); in uglydate()
H A Dwork_thread.c799 DWORD msec; in wait_for_sem() local
808 msec = INFINITE; in wait_for_sem()
813 msec = 0; in wait_for_sem()
815 msec = INFINITE; in wait_for_sem()
817 msec = 1000 * (DWORD)delta.tv_sec; in wait_for_sem()
818 msec += delta.tv_nsec / (1000 * 1000); in wait_for_sem()
821 rc = WaitForSingleObject(sem->shnd, msec); in wait_for_sem()
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/rates/
H A Dtst.switchrate.d47 #pragma D option switchrate=10msec
52 tick-100msec
58 tick-100msec
H A Dtst.aggrate.d48 #pragma D option aggrate=10msec
53 tick-100msec
59 tick-100msec
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.ring1.d53 tick-10msec
60 tick-10msec
66 tick-10msec
H A Dtst.ring3.d62 tick-10msec
68 tick-10msec
74 tick-10msec
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Djiffies.h85 msecs_to_jiffies(uint64_t msec) in msecs_to_jiffies() argument
89 if (msec > lkpi_msec2hz_max) in msecs_to_jiffies()
90 msec = lkpi_msec2hz_max; in msecs_to_jiffies()
91 result = howmany(msec * lkpi_msec2hz_rem, lkpi_msec2hz_div); in msecs_to_jiffies()
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dpoll.c139 long msec = -1; in poll_dispatch() local
175 msec = evutil_tv_to_msec_(tv); in poll_dispatch()
176 if (msec < 0 || msec > INT_MAX) in poll_dispatch()
177 msec = INT_MAX; in poll_dispatch()
182 res = poll(event_set, nfds, msec); in poll_dispatch()
/freebsd-14.2/contrib/libevent/
H A Dpoll.c139 long msec = -1; in poll_dispatch() local
175 msec = evutil_tv_to_msec_(tv); in poll_dispatch()
176 if (msec < 0 || msec > INT_MAX) in poll_dispatch()
177 msec = INT_MAX; in poll_dispatch()
182 res = poll(event_set, nfds, msec); in poll_dispatch()
/freebsd-14.2/contrib/netbsd-tests/net/route/
H A Dt_route.sh236 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
252 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
268 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
286 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
311 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
326 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
342 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
360 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
H A Dt_change.sh129 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
148 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
196 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
215 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
263 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
282 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/accel/
H A Dlis302.txt30 - st,click-click-time-limit: click time limit, from 0 to 127.5msec
31 with step of 0.5 msec
32 - st,click-latency: click latency, from 0 to 255 msec with
33 step of 1 msec.
34 - st,click-window: click window, from 0 to 255 msec with
35 step of 1 msec.
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_datum.c142 int msec; /* miliseconds */ member
570 datum_pts->msec = 100*((datum_pts->retbuf[5] & 0xf0) >> 4) + in datum_pts_receive()
574 datum_pts->usec = 1000*datum_pts->msec; in datum_pts_receive()
583 datum_pts->msec); in datum_pts_receive()
777 datum_pts->msec, in datum_pts_receive()
/freebsd-14.2/sys/dev/iicbus/rtc/
H A Drtc8583.c64 uint8_t msec, sec, min, hour, day, month; member
230 if (!validbcd(tregs.msec)) in rtc8583_gettime()
234 bct.nsec = bcd2bin(tregs.msec) * 10 * 1000 * 1000; in rtc8583_gettime()
261 tregs.msec = bin2bcd(ts->tv_nsec / (10 * 1000 * 1000)); in rtc8583_settime()
/freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h76 #define MSEC_TO_TICK(msec) (howmany((hrtime_t)(msec) * hz, MILLISEC)) argument
/freebsd-14.2/contrib/mandoc/
H A Dman_validate.c192 man->meta.msec = mandoc_strdup(""); in check_root()
483 free(man->meta.msec); in post_TH()
487 man->meta.msec = man->meta.os = NULL; in post_TH()
516 man->meta.msec = mandoc_strdup(n->string); in post_TH()
523 man->meta.msec = mandoc_strdup(""); in post_TH()
555 else if ('\0' != man->meta.msec[0] && in post_TH()
556 (NULL != (p = mandoc_a2msec(man->meta.msec)))) in post_TH()

12345