OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:poll_count
(Results
1 - 1
of
1
) sorted by null
/bootable/bootloader/legacy/libboot/
poll.c
36
static unsigned
poll_count
= 0;
variable
40
if(
poll_count
< MAX_POLL_FUNCS) {
41
poll_funcs[
poll_count
++] = func;
48
for(n = 0; n <
poll_count
; n++) {
Completed in 10 milliseconds