Searched refs:oldest (Results 26 - 30 of 30) sorted by relevance

12

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h181 /* Offset of oldest used BD in array (next one to
183 u32 oldest; member in struct:ipw2100_bd_queue
H A Dipw2200.c7526 /* Use oldest network if the free list is empty */
7528 struct libipw_network *oldest = NULL; local
7532 if ((oldest == NULL) ||
7533 (target->last_scanned < oldest->last_scanned))
7534 oldest = target;
7537 /* If there are no more slots, expire the oldest */
7538 list_del(&oldest->list);
7539 target = oldest;
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_ioc.h675 __le32 oldest; member in struct:mpi3_pel_seq
/linux-master/mm/
H A Dmemcontrol.c4875 int oldest = -1; local
4882 * using it. If not replace the oldest one which isn't being
4892 oldest = i;
4911 } else if (oldest >= 0) {
4912 /* replace the oldest free one */
4913 frn = &memcg->cgwb_frn[oldest];
/linux-master/net/ipv6/
H A Droute.c1479 /* Remove oldest rt6_ex in bucket and free the memory
1484 struct rt6_exception *rt6_ex, *oldest = NULL; local
1490 if (!oldest || time_before(rt6_ex->stamp, oldest->stamp))
1491 oldest = rt6_ex;
1493 rt6_remove_exception(bucket, oldest);

Completed in 370 milliseconds

12