Home
last modified time | relevance | path

Searched refs:tick (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/src/crypto/openssl/crypto/
H A Dppccpuid.pl221 my ($tick,$lasttick)=("r6","r7");
234 lwarx $tick,0,$out # load and lock
235 add $tick,$tick,$diff
236 stwcx. $tick,0,$out
237 stwx $tick,0,$out
239 Loop: mftb $tick
240 sub $diff,$tick,$lasttick
241 mr $lasttick,$tick
243 lwarx $tick,0,$out # load and lock
244 add $tick,$tick,$diff
[all …]
H A Dalphacpuid.pl167 my ($tick,$lasttick)=("\$19","\$20");
183 ldl_l $tick,0($out)
184 addl $diff,$tick,$tick
185 mov $tick,$diff
186 stl_c $tick,0($out)
189 .Loop: rpcc $tick
190 subq $tick,$lasttick,$diff
191 mov $tick,$lasttick
194 ldl_l $tick,0($out)
195 addl $diff,$tick,$tick
[all …]
H A Dpariscid.pl176 my ($tick,$lasttick)=("%r23","%r22");
187 mfctl %cr16,$tick
188 copy $tick,$lasttick
192 ldw 0($out),$tick
193 add $diff,$tick,$tick
194 stw $tick,0($out)
196 mfctl %cr16,$tick
197 sub $tick,$lasttick,$diff
198 copy $tick,$lasttick
201 ldw 0($out),$tick
[all …]
H A Dsparccpuid.S233 .word 0x91410000 !rd %tick,%o0
271 ! a lot of %tick-s, couple of thousand on Linux...
277 .word 0x91410000 !rd %tick,%o0
280 .word 0x93410000 !rd %tick,%o1
283 .word 0x95410000 !rd %tick,%o2
286 .word 0x97410000 !rd %tick,%o3
289 .word 0x99410000 !rd %tick,%o4
484 .word 0x99410000 !rd %tick,%o4 ! tick
485 mov %o4,%o5 ! lasttick = tick
497 .Loop: .word 0x99410000 !rd %tick,%o4
[all …]
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.fill1.d54 tick-10ms
59 tick-10ms
64 tick-10ms
69 tick-10ms
74 tick-10ms
79 tick-10ms
84 tick-10ms
89 tick-10ms
94 tick-10ms
99 tick-10ms
[all …]
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.complex.d47 tick-10ms
55 tick-10ms
61 tick-10ms
67 tick-10ms
73 tick-10ms
79 tick-10ms
85 tick-10ms
91 tick-10ms
97 tick-10ms
103 tick-10ms
[all …]
/src/sys/fs/fuse/
H A Dfuse_device.c147 struct fuse_ticket *tick; in fdata_dtor() local
160 while ((tick = fuse_aw_pop(fdata))) { in fdata_dtor()
161 fuse_lck_mtx_lock(tick->tk_aw_mtx); in fdata_dtor()
162 fticket_set_answered(tick); in fdata_dtor()
163 tick->tk_aw_errno = ENOTCONN; in fdata_dtor()
164 wakeup(tick); in fdata_dtor()
165 fuse_lck_mtx_unlock(tick->tk_aw_mtx); in fdata_dtor()
166 FUSE_ASSERT_AW_DONE(tick); in fdata_dtor()
167 fuse_ticket_drop(tick); in fdata_dtor()
173 while ((tick = fuse_ms_pop(fdata))) { in fdata_dtor()
[all …]
H A Dfuse_ipc.c137 fuse_interrupt_callback(struct fuse_ticket *tick, struct uio *uio) in fuse_interrupt_callback() argument
141 struct fuse_data *data = tick->tk_data; in fuse_interrupt_callback()
144 fii = (struct fuse_interrupt_in*)((char*)tick->tk_ms_fiov.base + in fuse_interrupt_callback()
164 if (tick->tk_aw_ohead.error == ENOSYS) { in fuse_interrupt_callback()
167 } else if (tick->tk_aw_ohead.error == EAGAIN) { in fuse_interrupt_callback()
194 struct fuse_ticket *tick, *xtick; in fuse_interrupt_send() local
203 STAILQ_FOREACH_SAFE(tick, &otick->tk_data->ms_head, tk_ms_link, in fuse_interrupt_send()
205 if (tick == otick) { in fuse_interrupt_send()
206 STAILQ_REMOVE(&otick->tk_data->ms_head, tick, in fuse_interrupt_send()
220 fuse_ticket_drop(tick); in fuse_interrupt_send()
[all …]
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dticker.h16 int32_t tick; member
22 ticker->tick = nticks; in ticker_init()
33 return ticker->tick; in ticker_read()
61 ticker->tick = ticker->nticks; in ticker_fixup()
67 ticker->tick -= nticks; in ticker_ticks()
68 if (unlikely(ticker->tick < 0)) { in ticker_ticks()
85 --ticker->tick; in ticker_trytick()
86 if (unlikely(ticker->tick < 0)) { in ticker_trytick()
118 int32_t tick; member
138 ticker->tick = nticks; in ticker_geom_init()
[all …]
/src/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj.in18 my $tick = $opts->{'tick'};
20 if (!$tick) {
22 if (defined $fl && $fl =~ /(?:KERNEL|PRESET)?\s*tick\s+=\s+(\d+)/) {
23 $tick = $1;
31 my $cvt = (2 ** 20) / $tick;
43 $tick--;
48 $tick++;
52 printf "%d usec; %d nsec\n", $tick, ($tick + ($drift/$cvt)) * 1000;
H A Dinvoke-calc_tickadj.texi4 @cindex Calculates "optimal" value for tick given ntp drift file.
15 tick value. Generally, ntpd can do better job if the drift value is the
27 means the following. If tick on that box is 10,000, by making the value 9999
32 If 'tick' on that box is 10,000,000 then by setting it to 9999779 the drift
35 @code{calc_tickadj} tries to determine the the tick value by using
37 current tick manually on command line.
46 * calc_tickadj tick:: tick option (-t)
66 calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.8p15
70 -t, --tick=num Tick value of this host
86 @node calc_tickadj tick
[all …]
H A Dcalc_tickadj-opts.def7 prog-title = 'Calculates "optimal" value for tick given ntp drift file.';
24 name = tick;
28 doc = 'The current tick which to adjustment will be calculated';
36 tick value. Generally, ntpd can do better job if the drift value is the
48 means the following. If tick on that box is 10,000, by making the value 9999
53 If 'tick' on that box is 10,000,000 then by setting it to 9999779 the drift
56 @code{calc_tickadj} tries to determine the the tick value by using
58 current tick manually on command line.
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.lltostrbase.d45 tick-1ms
51 tick-1ms
62 tick-1ms
68 tick-1ms
75 tick-1ms
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantround.d35 tick-10ms
41 tick-10ms
47 tick-10ms
53 tick-10ms
H A Dtst.quantround.d35 tick-10ms
41 tick-10ms
47 tick-10ms
53 tick-10ms
H A Dtst.quantmany.d33 tick-1ms
40 tick-1ms
46 tick-1ms
52 tick-1ms
H A Dtst.quantzero.d39 tick-1ms
45 tick-1ms
51 tick-1ms
58 tick-1ms
H A Dtst.negorder.d38 tick-1ms
44 tick-1ms
50 tick-1ms
61 tick-1ms
H A Dtst.lquantzero.d39 tick-1ms
45 tick-1ms
51 tick-1ms
64 tick-1ms
/src/contrib/ntp/util/
H A Dtickadj.c123 if ( (txc.tick = atoi(argv[1])) < 1 ) in main()
161 printf("tick = %ld\n", txc.tick); in main()
253 int tick, ktick; /* HMS: Why isn't this u_long? */ in main() local
368 readvar(fd, tick_offset, &tick); in main()
371 (void) printf("KERNEL %s = %d nsec\n", K_TICK_NAME, tick); in main()
375 tick /= 1000; in main()
380 tick = 0; in main()
440 ktick = tick; in main()
442 tick = PRESET_TICK; in main()
468 (void) printf("PRESET tick = %d usec\n", tick); in main()
[all …]
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Dtst.invalidref.d45 tick-1s
52 tick-1s
59 tick-1s
65 tick-1s
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.dynopt.d34 tick-100ms
39 tick-100ms
50 tick-100ms
57 tick-100ms
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.negorder.d35 tick-1ms
41 tick-1ms
47 tick-1ms
54 tick-1ms
/src/usr.sbin/bluetooth/btpand/
H A Dchannel.c131 chan->tick = 0; in channel_close()
302 chan->tick = 0; in channel_timeout()
304 chan->tick = (channel_tick + to) % 60; in channel_timeout()
317 int tick; in channel_watchdog() local
319 tick = (channel_tick % 60) + 1; in channel_watchdog()
326 if (chan->tick == tick) in channel_watchdog()
328 else if (chan->tick != 0) in channel_watchdog()
329 channel_tick = tick; in channel_watchdog()
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_COMM_COMM.CommitAftCommit.d45 profile:::tick-1sec
52 profile:::tick-1sec
60 profile:::tick-1sec
65 profile:::tick-1sec

12345678910>>...22