| /freebsd-14.2/contrib/processor-trace/libipt/internal/include/ |
| H A D | pt_mapped_section.h | 70 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 D | pt_image.h | 122 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 D | ptunit-mapped_section.c | 38 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 D | ptunit-msec_cache.c | 126 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 D | ptunit-image.c | 1904 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 D | pt_msec_cache.c | 52 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 D | pt_image.c | 186 msec = ¤t->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 D | pt_block_decoder.c | 1691 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 D | prettydate.c | 166 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 D | uglydate.c | 22 long msec; in uglydate() local 28 msec = ts->l_uf / 4294967; /* fract / (2**32/1000) */ in uglydate() 47 msec); in uglydate()
|
| H A D | work_thread.c | 799 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 D | tst.switchrate.d | 47 #pragma D option switchrate=10msec 52 tick-100msec 58 tick-100msec
|
| H A D | tst.aggrate.d | 48 #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 D | tst.ring1.d | 53 tick-10msec 60 tick-10msec 66 tick-10msec
|
| H A D | tst.ring3.d | 62 tick-10msec 68 tick-10msec 74 tick-10msec
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | jiffies.h | 85 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 D | poll.c | 139 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 D | poll.c | 139 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 D | t_route.sh | 236 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 D | t_change.sh | 129 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 D | lis302.txt | 30 - 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 D | refclock_datum.c | 142 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 D | rtc8583.c | 64 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 D | zfs_context_os.h | 76 #define MSEC_TO_TICK(msec) (howmany((hrtime_t)(msec) * hz, MILLISEC)) argument
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | man_validate.c | 192 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()
|