last_probe       9596 drivers/scsi/aic7xxx/aic79xx_core.c 	int last_probe;
last_probe       9598 drivers/scsi/aic7xxx/aic79xx_core.c 	last_probe = 0;
last_probe       9608 drivers/scsi/aic7xxx/aic79xx_core.c 		for (i = 1; i <= last_probe+1; i++) {
last_probe       9614 drivers/scsi/aic7xxx/aic79xx_core.c 		for (i = last_probe+1; i > 0; i--) {
last_probe       9622 drivers/scsi/aic7xxx/aic79xx_core.c 		last_probe++;
last_probe       9625 drivers/scsi/aic7xxx/aic79xx_core.c 	return (last_probe);
last_probe        129 include/net/ip6_fib.h 	unsigned long		last_probe;
last_probe        626 net/ipv6/route.c 	unsigned long last_probe;
last_probe        645 net/ipv6/route.c 	last_probe = READ_ONCE(fib6_nh->last_probe);
last_probe        661 net/ipv6/route.c 	} else if (time_after(jiffies, last_probe +
last_probe        666 net/ipv6/route.c 	if (!work || cmpxchg(&fib6_nh->last_probe,
last_probe        667 net/ipv6/route.c 			     last_probe, jiffies) != last_probe) {
last_probe       3426 net/ipv6/route.c 	fib6_nh->last_probe = jiffies;