Home
last modified time | relevance | path

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

/linux-4.1.27/net/rds/
Dib_ring.c156 u32 rds_ib_ring_completed(struct rds_ib_work_ring *ring, u32 wr_id, u32 oldest) in rds_ib_ring_completed() argument
160 if (oldest <= (unsigned long long)wr_id) in rds_ib_ring_completed()
161 ret = (unsigned long long)wr_id - oldest + 1; in rds_ib_ring_completed()
163 ret = ring->w_nr - oldest + (unsigned long long)wr_id + 1; in rds_ib_ring_completed()
166 wr_id, oldest); in rds_ib_ring_completed()
Diw_ring.c157 u32 rds_iw_ring_completed(struct rds_iw_work_ring *ring, u32 wr_id, u32 oldest) in rds_iw_ring_completed() argument
161 if (oldest <= (unsigned long long)wr_id) in rds_iw_ring_completed()
162 ret = (unsigned long long)wr_id - oldest + 1; in rds_iw_ring_completed()
164 ret = ring->w_nr - oldest + (unsigned long long)wr_id + 1; in rds_iw_ring_completed()
167 wr_id, oldest); in rds_iw_ring_completed()
Diw_send.c203 u32 oldest; in rds_iw_send_cq_comp_handler() local
241 oldest = rds_iw_ring_oldest(&ic->i_send_ring); in rds_iw_send_cq_comp_handler()
243 completed = rds_iw_ring_completed(&ic->i_send_ring, wc.wr_id, oldest); in rds_iw_send_cq_comp_handler()
246 send = &ic->i_sends[oldest]; in rds_iw_send_cq_comp_handler()
285 oldest = (oldest + 1) % ic->i_send_ring.w_nr; in rds_iw_send_cq_comp_handler()
Dib_send.c282 u32 oldest; in rds_ib_send_cq_comp_handler() local
307 oldest = rds_ib_ring_oldest(&ic->i_send_ring); in rds_ib_send_cq_comp_handler()
309 completed = rds_ib_ring_completed(&ic->i_send_ring, wc.wr_id, oldest); in rds_ib_send_cq_comp_handler()
312 send = &ic->i_sends[oldest]; in rds_ib_send_cq_comp_handler()
331 oldest = (oldest + 1) % ic->i_send_ring.w_nr; in rds_ib_send_cq_comp_handler()
Dib.h338 u32 rds_ib_ring_completed(struct rds_ib_work_ring *ring, u32 wr_id, u32 oldest);
Diw.h347 u32 rds_iw_ring_completed(struct rds_iw_work_ring *ring, u32 wr_id, u32 oldest);
/linux-4.1.27/drivers/input/
Dinput-mt.c197 struct input_mt_slot *oldest; in input_mt_report_pointer_emulation() local
203 oldest = NULL; in input_mt_report_pointer_emulation()
214 oldest = ps; in input_mt_report_pointer_emulation()
224 if (oldest) { in input_mt_report_pointer_emulation()
225 int x = input_mt_get_value(oldest, ABS_MT_POSITION_X); in input_mt_report_pointer_emulation()
226 int y = input_mt_get_value(oldest, ABS_MT_POSITION_Y); in input_mt_report_pointer_emulation()
232 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation()
/linux-4.1.27/fs/ceph/
Daddr.c477 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock() local
501 oldest = get_oldest_context(inode, &snap_size); in writepage_nounlock()
502 if (snapc->seq > oldest->seq) { in writepage_nounlock()
507 ceph_put_snap_context(oldest); in writepage_nounlock()
510 ceph_put_snap_context(oldest); in writepage_nounlock()
1014 struct ceph_snap_context *oldest = get_oldest_context(inode, NULL); in context_is_writeable_or_written() local
1015 int ret = !oldest || snapc->seq <= oldest->seq; in context_is_writeable_or_written()
1017 ceph_put_snap_context(oldest); in context_is_writeable_or_written()
1041 struct ceph_snap_context *snapc, *oldest; in ceph_update_writeable_page() local
1057 oldest = get_oldest_context(inode, NULL); in ceph_update_writeable_page()
[all …]
/linux-4.1.27/net/netfilter/
Dnf_conntrack_ftp.c364 unsigned int i, oldest; in update_nl_seq() local
376 oldest = 0; in update_nl_seq()
378 oldest = 1; in update_nl_seq()
380 if (after(nl_seq, info->seq_aft_nl[dir][oldest])) in update_nl_seq()
381 info->seq_aft_nl[dir][oldest] = nl_seq; in update_nl_seq()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme.c334 struct wlan_network *oldest = NULL; in rtw_get_oldest_wlan_network23a() local
342 if (!oldest || time_after(oldest->last_scanned, in rtw_get_oldest_wlan_network23a()
344 oldest = pwlan; in rtw_get_oldest_wlan_network23a()
348 return oldest; in rtw_get_oldest_wlan_network23a()
441 struct wlan_network *oldest = NULL; in rtw_update_scanned_network() local
456 if (!oldest || time_after(oldest->last_scanned, in rtw_update_scanned_network()
458 oldest = pnetwork; in rtw_update_scanned_network()
466 if (!oldest) { in rtw_update_scanned_network()
471 pnetwork = oldest; in rtw_update_scanned_network()
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_mlme.c316 struct wlan_network *oldest = NULL; in r8712_get_oldest_wlan_network() local
325 if (oldest == NULL || in r8712_get_oldest_wlan_network()
326 time_after((unsigned long)oldest->last_scanned, in r8712_get_oldest_wlan_network()
328 oldest = pwlan; in r8712_get_oldest_wlan_network()
332 return oldest; in r8712_get_oldest_wlan_network()
399 struct wlan_network *oldest = NULL; in update_scanned_network() local
411 if ((oldest == ((struct wlan_network *)0)) || in update_scanned_network()
412 time_after((unsigned long)oldest->last_scanned, in update_scanned_network()
414 oldest = pnetwork; in update_scanned_network()
425 pnetwork = oldest; in update_scanned_network()
/linux-4.1.27/net/ipv4/
Dtcp_metrics.c181 struct tcp_metrics_block *oldest; in tcpm_new() local
183 oldest = deref_locked(tcp_metrics_hash[hash].chain); in tcpm_new()
184 for (tm = deref_locked(oldest->tcpm_next); tm; in tcpm_new()
186 if (time_before(tm->tcpm_stamp, oldest->tcpm_stamp)) in tcpm_new()
187 oldest = tm; in tcpm_new()
189 tm = oldest; in tcpm_new()
Droute.c585 struct fib_nh_exception *fnhe, *oldest; in fnhe_oldest() local
587 oldest = rcu_dereference(hash->chain); in fnhe_oldest()
588 for (fnhe = rcu_dereference(oldest->fnhe_next); fnhe; in fnhe_oldest()
590 if (time_before(fnhe->fnhe_stamp, oldest->fnhe_stamp)) in fnhe_oldest()
591 oldest = fnhe; in fnhe_oldest()
593 fnhe_flush_routes(oldest); in fnhe_oldest()
594 return oldest; in fnhe_oldest()
/linux-4.1.27/Documentation/devicetree/bindings/c6x/
Demifa.txt22 of the oldest command in the command FIFO. Setting this field to 255
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme.c363 struct wlan_network *oldest = NULL; in rtw_get_oldest_wlan_network() local
376 if (oldest == NULL || time_after(oldest->last_scanned, pwlan->last_scanned)) in rtw_get_oldest_wlan_network()
377 oldest = pwlan; in rtw_get_oldest_wlan_network()
382 return oldest; in rtw_get_oldest_wlan_network()
448 struct wlan_network *oldest = NULL; in rtw_update_scanned_network() local
459 if ((oldest == ((struct wlan_network *)0)) || in rtw_update_scanned_network()
460 time_after(oldest->last_scanned, pnetwork->last_scanned)) in rtw_update_scanned_network()
461 oldest = pnetwork; in rtw_update_scanned_network()
469 pnetwork = oldest; in rtw_update_scanned_network()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c1541 struct libipw_network *oldest = NULL; in libipw_process_probe_response() local
1592 if ((oldest == NULL) || in libipw_process_probe_response()
1593 time_before(target->last_scanned, oldest->last_scanned)) in libipw_process_probe_response()
1594 oldest = target; in libipw_process_probe_response()
1602 list_del(&oldest->list); in libipw_process_probe_response()
1603 target = oldest; in libipw_process_probe_response()
Dipw2100.c2841 e = txq->oldest; in __ipw2100_tx_process()
2848 e = txq->oldest + frag_num; in __ipw2100_tx_process()
2902 i = txq->oldest; in __ipw2100_tx_process()
2923 if (txq->drv[txq->oldest].status.info.fields.txType != 0) in __ipw2100_tx_process()
2927 priv->net_dev->name, txq->oldest, packet->index); in __ipw2100_tx_process()
2960 if (txq->drv[txq->oldest].status.info.fields.txType != 1) in __ipw2100_tx_process()
2964 priv->net_dev->name, txq->oldest, packet->index); in __ipw2100_tx_process()
2983 txq->oldest = (e + 1) % txq->entries; in __ipw2100_tx_process()
4405 write_register(priv->net_dev, r, q->oldest); in bd_queue_initialize()
4516 priv->tx_queue.oldest = 0; in ipw2100_tx_initialize()
[all …]
Dipw2100.h197 u32 oldest; member
Dipw2200.c7604 struct libipw_network *oldest = NULL; in ipw_associate() local
7608 if ((oldest == NULL) || in ipw_associate()
7609 (target->last_scanned < oldest->last_scanned)) in ipw_associate()
7610 oldest = target; in ipw_associate()
7614 list_del(&oldest->list); in ipw_associate()
7615 target = oldest; in ipw_associate()
/linux-4.1.27/Documentation/i2c/busses/
Di2c-viapro68 Except for the oldest chips (VT82C596A/B, VT82C686A and most probably
/linux-4.1.27/Documentation/usb/
Danchors.txt76 Returns the oldest anchored URB of an anchor. The URB is unanchored
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.c1515 struct gelic_wl_scan_info *oldest = NULL; in gelic_wl_scan_complete_event() local
1588 oldest = NULL; in gelic_wl_scan_complete_event()
1597 if (!oldest || in gelic_wl_scan_complete_event()
1598 (target->last_scanned < oldest->last_scanned)) in gelic_wl_scan_complete_event()
1599 oldest = target; in gelic_wl_scan_complete_event()
1606 target = oldest; in gelic_wl_scan_complete_event()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c2408 struct ieee80211_network *oldest = NULL; in ieee80211_process_probe_response() local
2537 if ((oldest == NULL) || in ieee80211_process_probe_response()
2538 (target->last_scanned < oldest->last_scanned)) in ieee80211_process_probe_response()
2539 oldest = target; in ieee80211_process_probe_response()
2547 list_del(&oldest->list); in ieee80211_process_probe_response()
2548 target = oldest; in ieee80211_process_probe_response()
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Darm-boards3 ARM's oldest Linux-supported platform with connectors for different core
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_rx.c2464 struct rtllib_network *oldest = NULL; in rtllib_process_probe_response() local
2554 if ((oldest == NULL) || in rtllib_process_probe_response()
2555 (target->last_scanned < oldest->last_scanned)) in rtllib_process_probe_response()
2556 oldest = target; in rtllib_process_probe_response()
2565 list_del(&oldest->list); in rtllib_process_probe_response()
2566 target = oldest; in rtllib_process_probe_response()
/linux-4.1.27/Documentation/hwmon/
Dadm102162 the oldest; it has the problem that it is not very well detectable. The
/linux-4.1.27/Documentation/
Deisa.txt14 most EISA drivers are among the oldest Linux drivers so, as you can
/linux-4.1.27/Documentation/video4linux/
Domap3isp.txt251 Send to user space the oldest data available in the internal buffer queue and
Dv4l2-framework.txt1055 reserved, then the oldest event will be dropped and the new one added.
1063 allocated. The merge() callback allows you to merge the oldest event payload
1064 into that of the second-oldest event payload. It is called when there are two
Dvivid.txt299 visible. For 50 Hz standards the top field is the oldest and the bottom field
301 is the oldest and the top field is the newest in time.
/linux-4.1.27/Documentation/trace/
Dftrace.txt474 oldest event ts: The oldest timestamp in the buffer
799 the trace is reported, it shows the oldest events first,
801 oldest events). When the annotate option is set, it will
861 full. If "1" (default), the oldest events are
1698 entries. The newest data may overwrite the oldest data.
Dring-buffer-design.txt61 overwrite the older data. This will lose the oldest events.
/linux-4.1.27/Documentation/locking/
Dww-mutex-design.txt31 the oldest task) wins, and the one with the higher reservation id (i.e. the
/linux-4.1.27/Documentation/sound/oss/
DREADME.OSS835 Spea and Reveal (note that Reveal makes other cards also). The oldest
1301 The oldest (Sierra Aria based) sound cards made by Diamond are not supported
/linux-4.1.27/Documentation/scsi/
Dncr53c8xx.txt101 - sym53c8xx enhanced driver (a.k.a. 896 drivers) that drops support of oldest
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt721 causes the oldest entry in the bucket to be removed to make room.