Searched refs:max_gap (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/mm/
H A Dcontig.c29 static unsigned long max_gap; variable
63 if (max_gap < LARGE_GAP)
248 efi_memmap_walk(find_largest_hole, (u64 *)&max_gap);
249 if (max_gap < LARGE_GAP) {
H A Dinit.c544 u64 *max_gap = arg; local
550 if (*max_gap < (start - last_end))
551 *max_gap = start - last_end;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_region.c89 rep->max_gap = db_rep->max_gap;
H A Drep_method.c46 DB_TIMEOUT_TO_TIMESPEC(DB_REP_MAX_GAP, &db_rep->max_gap);
1503 DB_TIMESPEC_TO_TIMEOUT((*maxp), &rep->max_gap, 0);
1511 DB_TIMESPEC_TO_TIMEOUT((*maxp), &db_rep->max_gap, 0);
1555 DB_TIMEOUT_TO_TIMESPEC(max, &rep->max_gap);
1567 DB_TIMEOUT_TO_TIMESPEC(max, &db_rep->max_gap);
H A Drep_stat.c478 STAT_LONG("Maximum gap seconds", rep->max_gap.tv_sec);
480 rep->max_gap.tv_nsec / NS_PER_US);
H A Drep_log.c308 lp->wait_ts = rep->max_gap;
H A Drep_verify.c589 lp->wait_ts = rep->max_gap;
H A Drep_record.c2128 if (timespeccmp(&lp->wait_ts, &rep->max_gap, >))
2129 lp->wait_ts = rep->max_gap;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drep.h221 db_timespec max_gap; /* Maximum time to wait before member in struct:__rep
446 db_timespec max_gap; /* Maximum time to wait before member in struct:__db_rep
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_alb.c229 s64 max_gap; local
245 max_gap = (s64)(slave->speed << 20) - /* Convert to Megabit per sec */
253 if (max_gap < gap) {
255 max_gap = gap;

Completed in 127 milliseconds