Home
last modified time | relevance | path

Searched refs:second (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/powerpc/
H A Drtas.c14 int hour, int minute, int second) in mktime() argument
32 epoch = epoch * 60 + second; in mktime()
/kvm-unit-tests/lib/
H A Dalloc_page.c222 pfn_t first, second, i; in coalesce() local
232 second = pfn2 - a->base; in coalesce()
234 if ((a->page_states[first] != order) || (a->page_states[second] != order)) in coalesce()
/kvm-unit-tests/lib/linux/
H A Defi.h186 u8 second; member
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl3540 my $second = $2;
3544 pos($rawline) += length($first) + length($second) + 1;
3548 next if (lc($first) ne lc($second));
3568 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;