OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_ticks
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/lib/efi_selftest/
efi_selftest_events.c
16
static unsigned int
timer_ticks
;
variable
52
TPL_CALLBACK, notify, (void *)&
timer_ticks
,
114
timer_ticks
= 0;
144
if (
timer_ticks
< 8 ||
timer_ticks
> 12) {
145
efi_st_printf("Notification count periodic: %u\n",
timer_ticks
);
155
timer_ticks
= 0;
172
if (
timer_ticks
!= 1) {
174
timer_ticks
);
183
if (
timer_ticks
!= 1)
[
all
...]
efi_selftest_watchdog.c
28
unsigned int
timer_ticks
;
member in struct:notify_context
57
notify_context->
timer_ticks
++;
78
notification_context.
timer_ticks
= 0;
207
if (notification_context.
timer_ticks
!= 2) {
209
notification_context.
timer_ticks
);
Completed in 71 milliseconds