Home
last modified time | relevance | path

Searched refs:oldest (Results 1 – 16 of 16) sorted by relevance

/drivers/md/dm-vdo/
A Dfunnel-queue.c27 queue->oldest = &queue->stub; in vdo_make_funnel_queue()
45 struct funnel_queue_entry *oldest = queue->oldest; in get_oldest() local
48 if (oldest == &queue->stub) { in get_oldest()
59 oldest = next; in get_oldest()
60 queue->oldest = oldest; in get_oldest()
71 if (oldest != newest) { in get_oldest()
96 return oldest; in get_oldest()
107 if (oldest == NULL) in vdo_funnel_queue_poll()
108 return oldest; in vdo_funnel_queue_poll()
116 queue->oldest = READ_ONCE(oldest->next); in vdo_funnel_queue_poll()
[all …]
A Dlogical-zone.c230 sequence_number_t oldest = in update_oldest_active_generation() local
233 if (oldest == zone->oldest_active_generation) in update_oldest_active_generation()
236 WRITE_ONCE(zone->oldest_active_generation, oldest); in update_oldest_active_generation()
A Dfunnel-queue.h64 struct funnel_queue_entry *oldest __aligned(L1_CACHE_BYTES); in __aligned()
/drivers/net/wireless/mediatek/mt76/mt7996/
A Dcoredump.c121 u32 oldest, i, idx; in mt7996_coredump_fw_stack() local
139 oldest = (u32)mt76_get_field(dev, MT_MCU_WM_EXCP_PC_CTRL, in mt7996_coredump_fw_stack()
142 idx = ((oldest + 2 * i + 1) % 32); in mt7996_coredump_fw_stack()
147 oldest = (u32)mt76_get_field(dev, MT_MCU_WM_EXCP_LR_CTRL, in mt7996_coredump_fw_stack()
150 idx = ((oldest + 2 * i + 1) % 32); in mt7996_coredump_fw_stack()
/drivers/input/
A Dinput-mt.c199 struct input_mt_slot *oldest; in input_mt_report_pointer_emulation() local
205 oldest = NULL; in input_mt_report_pointer_emulation()
216 oldest = ps; in input_mt_report_pointer_emulation()
241 if (oldest) { in input_mt_report_pointer_emulation()
242 int x = input_mt_get_value(oldest, ABS_MT_POSITION_X); in input_mt_report_pointer_emulation()
243 int y = input_mt_get_value(oldest, ABS_MT_POSITION_Y); in input_mt_report_pointer_emulation()
249 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation()
/drivers/net/xen-netback/
A Dhash.c38 struct xenvif_hash_cache_entry *new, *entry, *oldest; in xenvif_add_hash() local
53 oldest = NULL; in xenvif_add_hash()
60 if (!oldest || entry->seq < oldest->seq) in xenvif_add_hash()
61 oldest = entry; in xenvif_add_hash()
69 list_del_rcu(&oldest->link); in xenvif_add_hash()
71 kfree_rcu(oldest, rcu); in xenvif_add_hash()
/drivers/net/wireless/mediatek/mt76/mt7915/
A Dcoredump.c227 u32 oldest, i, idx; in mt7915_coredump_fw_stack() local
233 oldest = (u32)mt76_get_field(dev, 0x89050200, GENMASK(20, 16)) + 2; in mt7915_coredump_fw_stack()
235 idx = ((oldest + 2 * i + 1) % 32); in mt7915_coredump_fw_stack()
/drivers/staging/rtl8723bs/core/
A Drtw_mlme.c378 struct wlan_network *oldest = NULL; in rtw_get_oldest_wlan_network() local
387 if (!oldest || time_after(oldest->last_scanned, pwlan->last_scanned)) in rtw_get_oldest_wlan_network()
388 oldest = pwlan; in rtw_get_oldest_wlan_network()
391 return oldest; in rtw_get_oldest_wlan_network()
467 struct wlan_network *oldest = NULL; in rtw_update_scanned_network() local
487 if (!oldest || time_after(oldest->last_scanned, pnetwork->last_scanned)) in rtw_update_scanned_network()
488 oldest = pnetwork; in rtw_update_scanned_network()
498 pnetwork = oldest; in rtw_update_scanned_network()
/drivers/hid/
A Dhid-asus.c228 struct input_mt_slot *oldest; in asus_report_tool_width() local
234 oldest = NULL; in asus_report_tool_width()
244 oldest = ps; in asus_report_tool_width()
249 if (oldest) { in asus_report_tool_width()
251 input_mt_get_value(oldest, ABS_MT_TOUCH_MAJOR)); in asus_report_tool_width()
/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_rx.c1418 struct libipw_network *oldest = NULL; in libipw_process_probe_response() local
1469 if ((oldest == NULL) || in libipw_process_probe_response()
1470 time_before(target->last_scanned, oldest->last_scanned)) in libipw_process_probe_response()
1471 oldest = target; in libipw_process_probe_response()
1479 list_del(&oldest->list); in libipw_process_probe_response()
1480 target = oldest; in libipw_process_probe_response()
A Dipw2100.c2813 e = txq->oldest; in __ipw2100_tx_process()
2820 e = txq->oldest + frag_num; in __ipw2100_tx_process()
2874 i = txq->oldest; in __ipw2100_tx_process()
2895 if (txq->drv[txq->oldest].status.info.fields.txType != 0) in __ipw2100_tx_process()
2899 priv->net_dev->name, txq->oldest, packet->index); in __ipw2100_tx_process()
2931 if (txq->drv[txq->oldest].status.info.fields.txType != 1) in __ipw2100_tx_process()
2935 priv->net_dev->name, txq->oldest, packet->index); in __ipw2100_tx_process()
2954 txq->oldest = (e + 1) % txq->entries; in __ipw2100_tx_process()
4380 write_register(priv->net_dev, r, q->oldest); in bd_queue_initialize()
4490 priv->tx_queue.oldest = 0; in ipw2100_tx_initialize()
[all …]
A Dipw2100.h183 u32 oldest; member
A Dipw2200.c7536 struct libipw_network *oldest = NULL; in ipw_associate() local
7540 if ((oldest == NULL) || in ipw_associate()
7541 (target->last_scanned < oldest->last_scanned)) in ipw_associate()
7542 oldest = target; in ipw_associate()
7546 list_del(&oldest->list); in ipw_associate()
7547 target = oldest; in ipw_associate()
/drivers/net/ethernet/toshiba/
A Dps3_gelic_wireless.c1500 struct gelic_wl_scan_info *oldest = NULL; in gelic_wl_scan_complete_event() local
1573 oldest = NULL; in gelic_wl_scan_complete_event()
1582 if (!oldest || in gelic_wl_scan_complete_event()
1583 (target->last_scanned < oldest->last_scanned)) in gelic_wl_scan_complete_event()
1584 oldest = target; in gelic_wl_scan_complete_event()
1591 target = oldest; in gelic_wl_scan_complete_event()
/drivers/md/dm-vdo/indexer/
A Dindex-layout.c937 struct index_save_layout *oldest = NULL; in select_oldest_index_save_layout() local
946 if (oldest == NULL || save_time < oldest_time) { in select_oldest_index_save_layout()
947 oldest = isl; in select_oldest_index_save_layout()
952 return oldest; in select_oldest_index_save_layout()
/drivers/scsi/mpi3mr/mpi/
A Dmpi30_ioc.h697 __le32 oldest; member

Completed in 80 milliseconds