Searched refs:gran (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/arch/i386/i386/
H A Dgdt.c61 int gran)
69 setsegment(sd, base, limit, type, dpl, def32, gran);
60 setgdt(int sel, void *base, size_t limit, int type, int dpl, int def32, int gran) argument
H A Dmachdep.c2983 int dpl, int def32, int gran)
2994 sd->sd_gran = gran;
2982 setsegment(struct segment_descriptor *sd, void *base, size_t limit, int type, int dpl, int def32, int gran) argument
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dleakfinder.pl111 my $nfound = select($_[0], $_[1], $_[2], $gran);
/openbsd-current/sys/arch/amd64/amd64/
H A Dmachdep.c1267 int type, int dpl, int gran, int def32, int is64)
1278 sd->sd_gran = gran;
1284 int type, int dpl, int gran)
1293 sd->sd_gran = gran;
1266 set_mem_segment(struct mem_segment_descriptor *sd, void *base, size_t limit, int type, int dpl, int gran, int def32, int is64) argument
1283 set_sys_segment(struct sys_segment_descriptor *sd, void *base, size_t limit, int type, int dpl, int gran) argument
/openbsd-current/usr.sbin/vmd/
H A Dloadfile_elf.c149 * gran: granularity of the segment (byte/page)
153 int type, int dpl, int def32, int gran)
164 sd->sd_gran = gran;
152 setsegment(struct mem_segment_descriptor *sd, uint32_t base, size_t limit, int type, int dpl, int def32, int gran) argument
/openbsd-current/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/
H A DPing.pm365 my $gran = 0.5; # polling granularity in seconds
368 $gran = $t if $gran > $t;
369 my $nfound = select($_[0], $_[1], $_[2], $gran);
371 $t -= $gran;

Completed in 315 milliseconds