/src/sys/arch/xen/xen/ |
xennet_checksum.c | 180 static struct timeval lasttime; local in function:xennet_checksum_fill 181 if (ratecheck(&lasttime, &xn_cksum_errintvl))
|
xennetback_xenbus.c | 863 static struct timeval lasttime; local in function:xennetback_evthandler 865 if (ratecheck(&lasttime, &xni_pool_errintvl)) 1231 static struct timeval lasttime; local in function:xennetback_ifsoftstart_copy 1232 if (ratecheck(&lasttime, &xni_pool_errintvl))
|
/src/games/larn/ |
store.c | 514 int lasttime = 0; /* last time he was in bank */ variable in typeref:typename:int 568 i = (gltime - lasttime) / 100; /* # mobuls elapsed */ 574 lasttime = (gltime / 100) * 100;
|
/src/sys/netipsec/ |
ipsec_input.c | 302 static struct timeval lasttime = {0, 0}; local in function:ipsec_common_input 305 if (!ipsec_debug && ppsratecheck(&lasttime, &curpps, 1)) {
|
/src/sbin/dmesg/ |
dmesg.c | 156 struct timespec lasttime; local in function:main 173 lasttime.tv_sec = 0; 174 lasttime.tv_nsec = 0; 384 timespecsub(&nt, &lasttime, &dt); 390 lasttime = nt;
|
/src/sys/fs/nfs/common/ |
nfs_commonport.c | 393 static time_t lasttime = 0; local in function:newnfs_timer 399 if (lasttime != NFSD_MONOSEC) { 400 lasttime = NFSD_MONOSEC;
|
nfs_commonsubs.c | 3198 static time_t lasttime = 0; local in function:nfssvc_idname 3443 if (lasttime < NFSD_MONOSEC && 3520 lasttime = NFSD_MONOSEC;
|
/src/sys/dev/acpi/ |
apei.c | 977 struct timeval lasttime; member in struct:__anon60ab6d850108 1029 ok = ratecheck(&apei_gesb_ratelimit[i].lasttime, &mininterval);
|
/src/sys/net/ |
if_pppoe.c | 1181 static struct timeval lasttime = {0, 0}; local in function:pppoe_data_input 1189 ppsratecheck(&lasttime, &curpps,
|
/src/sys/kern/ |
kern_entropy.c | 1196 static struct timeval lasttime; /* serialized by E->lock */ local in function:entropy_do_consolidate 1230 ratecheck(&lasttime, &interval)) { 1308 static struct timeval lasttime; /* serialized by E->lock */ local in function:entropy_notify 1336 ratecheck(&lasttime, &interval)) { 1498 static struct timeval lasttime; /* serialized by E->lock */ local in function:entropy_extract 1595 ratecheck(&lasttime, &interval)) {
|