Home
last modified time | relevance | path

Searched full:msec (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_mapped_section.h65 static inline void pt_msec_init(struct pt_mapped_section *msec, in pt_msec_init() argument
70 if (!msec) in pt_msec_init()
73 msec->section = section; in pt_msec_init()
74 msec->vaddr = vaddr; in pt_msec_init()
75 msec->offset = offset; in pt_msec_init()
76 msec->size = size; in pt_msec_init()
79 msec->asid = *asid; in pt_msec_init()
81 pt_asid_init(&msec->asid); in pt_msec_init()
84 /* Destroy a mapped section - does not free @msec->section. */
85 static inline void pt_msec_fini(struct pt_mapped_section *msec) in pt_msec_fini() argument
[all …]
H A Dpt_image.h114 * Find the section containing @vaddr in @asid and provide it in @msec. On
115 * success, takes a reference of @msec->section that the caller needs to put
119 * Returns -pte_internal if @image, @msec, or @asid is NULL.
122 extern int pt_image_find(struct pt_image *image, struct pt_mapped_section *msec,
127 * Validate that a lookup of @vaddr in @msec->asid in @image would result in
128 * @msec identified by @isid.
133 * Returns -pte_invalid if @image or @msec is NULL.
137 const struct pt_mapped_section *msec,
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-mapped_section.c38 struct pt_mapped_section msec; in begin() local
42 pt_msec_init(&msec, &sec, NULL, 0x2000ull, 0x100ull, 0x1000ull); in begin()
44 begin = pt_msec_begin(&msec); in begin()
52 struct pt_mapped_section msec; in end() local
56 pt_msec_init(&msec, &sec, NULL, 0x2000ull, 0x100ull, 0x1000ull); in end()
58 end = pt_msec_end(&msec); in end()
66 struct pt_mapped_section msec; in offset() local
70 pt_msec_init(&msec, &sec, NULL, 0x2000ull, 0x100ull, 0x1000ull); in offset()
72 offset = pt_msec_offset(&msec); in offset()
80 struct pt_mapped_section msec; in size() local
[all …]
H A Dptunit-msec_cache.c118 int pt_image_validate(struct pt_image *image, struct pt_mapped_section *msec, in pt_image_validate() argument
126 if (!image || !msec) in pt_image_validate()
133 if (section != msec->section) in pt_image_validate()
139 int pt_image_find(struct pt_image *image, struct pt_mapped_section *msec, in pt_image_find() argument
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()
206 const struct pt_mapped_section *msec; in read_null() local
211 status = pt_msec_cache_read(NULL, &msec, &image, 0ull); in read_null()
217 status = pt_msec_cache_read(&mcache, &msec, NULL, 0ull); in read_null()
[all …]
H A Dptunit-image.c1904 struct pt_mapped_section msec; in find_null() local
1907 status = pt_image_find(NULL, &msec, &ifix->asid[0], in find_null()
1915 status = pt_image_find(&ifix->image, &msec, NULL, 0x1000ull); in find_null()
1923 struct pt_mapped_section msec; in find() local
1926 status = pt_image_find(&ifix->image, &msec, &ifix->asid[1], 0x2003ull); in find()
1928 ptu_ptr_eq(msec.section, &ifix->section[1]); in find()
1929 ptu_uint_eq(msec.vaddr, 0x2000ull); in find()
1931 status = pt_section_put(msec.section); in find()
1939 struct pt_mapped_section msec; in find_asid() local
1950 status = pt_image_find(&ifix->image, &msec, &ifix->asid[0], 0x1009ull); in find_asid()
[all …]
/freebsd/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()
89 errcode = pt_image_validate(image, msec, vaddr, isid); 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()
117 isid = pt_image_find(image, msec, asid, vaddr); in pt_msec_cache_fill()
[all …]
H A Dpt_image.c179 const struct pt_mapped_section *msec; in pt_image_add() local
186 msec = &current->section; in pt_image_add()
187 masid = pt_msec_asid(msec); in pt_image_add()
198 lbegin = pt_msec_begin(msec); in pt_image_add()
199 lend = pt_msec_end(msec); in pt_image_add()
206 /* The new section overlaps with @msec's section. */ in pt_image_add()
207 lsec = pt_msec_section(msec); in pt_image_add()
208 loff = pt_msec_offset(msec); in pt_image_add()
210 /* We remove @msec and insert new sections for the remaining in pt_image_add()
276 struct pt_mapped_section *msec; in pt_image_remove() local
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsf.h41 #define SF_SINGLE_UNICAST_AGING_TIMER_DEF 400 /* 0.4 mSec */
43 #define SF_AGG_UNICAST_AGING_TIMER_DEF 400 /* 0.4 mSec */
44 #define SF_MCAST_IDLE_TIMER_DEF 160 /* 150 mSec */
45 #define SF_MCAST_AGING_TIMER_DEF 400 /* 0.4 mSec */
47 #define SF_BA_AGING_TIMER_DEF 400 /* 0.4 mSec */
49 #define SF_TX_RE_AGING_TIMER_DEF 400 /* 0.4 mSec */
53 #define SF_SINGLE_UNICAST_AGING_TIMER 2016 /* 2 mSec */
55 #define SF_AGG_UNICAST_AGING_TIMER 2016 /* 2 mSec */
56 #define SF_MCAST_IDLE_TIMER 2016 /* 2 mSec */
57 #define SF_MCAST_AGING_TIMER 10016 /* 10 mSec */
[all …]
/freebsd/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/contrib/mandoc/
H A Dman_validate.c180 man->meta.msec = mandoc_strdup(""); in check_root()
465 free(man->meta.msec); in post_TH()
469 man->meta.msec = man->meta.os = NULL; in post_TH()
473 /* ->TITLE<- MSEC DATE OS VOL */ in post_TH()
493 /* TITLE ->MSEC<- DATE OS VOL */ in post_TH()
498 man->meta.msec = mandoc_strdup(n->string); in post_TH()
505 man->meta.msec = mandoc_strdup(""); in post_TH()
510 /* TITLE MSEC ->DATE<- OS VOL */ in post_TH()
519 /* TITLE MSEC DATE ->OS<- VOL */ in post_TH()
532 /* TITLE MSEC DATE OS ->VOL<- */ in post_TH()
[all …]
/freebsd/contrib/ntp/libntp/
H A Dprettydate.c166 u_int msec; in common_prettydate()
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()
167 u_int msec; common_prettydate() local
H A Duglydate.c22 long msec; in uglydate()
28 msec = ts->l_uf / 4294967; /* fract / (2**32/1000) */ in uglydate()
47 msec); in uglydate()
23 long msec; uglydate() local
/freebsd/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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tick-n/
H A Dtst.tickmsec.d32 * tick-msec simple test.
41 tick-1msec
43 printf("This test is a simple tick-msec provider test\n");
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.profilemsec.d32 * Simple profile-msec simple test.
41 profile-1msec
43 printf("This test is a simple profile-msec provider test");
/freebsd/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()
233 /* The 'msec' reg is actually 1/100ths, in bcd. */ in rtc8583_gettime()
234 bct.nsec = bcd2bin(tregs.msec) * 10 * 1000 * 1000; in rtc8583_gettime()
260 /* The 'msec' reg is actually 1/100ths, in bcd. */ in rtc8583_settime()
261 tregs.msec = bin2bcd(ts->tv_nsec / (10 * 1000 * 1000)); in rtc8583_settime()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/rates/
H A Dtst.aggrate.d48 #pragma D option aggrate=10msec
53 tick-100msec
59 tick-100msec
H A Dtst.switchrate.d47 #pragma D option switchrate=10msec
52 tick-100msec
58 tick-100msec
/freebsd/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/sys/compat/linuxkpi/common/include/linux/
H A Djiffies.h72 msecs_to_jiffies(uint64_t msec) in msecs_to_jiffies() argument
76 if (msec > lkpi_msec2hz_max) in msecs_to_jiffies()
77 msec = lkpi_msec2hz_max; in msecs_to_jiffies()
78 result = howmany(msec * lkpi_msec2hz_rem, lkpi_msec2hz_div); in msecs_to_jiffies()
/freebsd/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/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/contrib/unbound/contrib/
H A Dunbound_munin_373 echo h64ms.label "0 msec - 66 msec"
378 echo h128ms.label "66 msec - 131 msec"
383 echo h256ms.label "131 msec - 262 msec"
388 echo h512ms.label "262 msec - 524 msec"
393 echo h1s.label "524 msec - 1 sec"

12345678910>>...15