/linux-3.4.99/drivers/input/ |
D | input-mt.c | 138 struct input_mt_slot *oldest = 0; in input_mt_report_pointer_emulation() local 150 oldest = ps; in input_mt_report_pointer_emulation() 160 if (oldest) { in input_mt_report_pointer_emulation() 161 int x = input_mt_get_value(oldest, ABS_MT_POSITION_X); in input_mt_report_pointer_emulation() 162 int y = input_mt_get_value(oldest, ABS_MT_POSITION_Y); in input_mt_report_pointer_emulation() 163 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation()
|
/linux-3.4.99/net/rds/ |
D | ib_ring.c | 156 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()
|
D | iw_ring.c | 157 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()
|
D | iw_send.c | 203 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()
|
D | ib_send.c | 282 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()
|
D | iw.h | 348 u32 rds_iw_ring_completed(struct rds_iw_work_ring *ring, u32 wr_id, u32 oldest);
|
D | ib.h | 340 u32 rds_ib_ring_completed(struct rds_ib_work_ring *ring, u32 wr_id, u32 oldest);
|
/linux-3.4.99/fs/ceph/ |
D | addr.c | 446 struct ceph_snap_context *snapc, *oldest; in writepage_nounlock() local 467 oldest = get_oldest_context(inode, &snap_size); in writepage_nounlock() 468 if (snapc->seq > oldest->seq) { in writepage_nounlock() 473 ceph_put_snap_context(oldest); in writepage_nounlock() 476 ceph_put_snap_context(oldest); in writepage_nounlock() 965 struct ceph_snap_context *oldest = get_oldest_context(inode, NULL); in context_is_writeable_or_written() local 966 int ret = !oldest || snapc->seq <= oldest->seq; in context_is_writeable_or_written() 968 ceph_put_snap_context(oldest); in context_is_writeable_or_written() 992 struct ceph_snap_context *snapc, *oldest; in ceph_update_writeable_page() local 1008 oldest = get_oldest_context(inode, NULL); in ceph_update_writeable_page() [all …]
|
/linux-3.4.99/net/netfilter/ |
D | nf_conntrack_ftp.c | 327 unsigned int i, oldest; in update_nl_seq() local 339 oldest = 0; in update_nl_seq() 341 oldest = 1; in update_nl_seq() 343 if (after(nl_seq, info->seq_aft_nl[dir][oldest])) in update_nl_seq() 344 info->seq_aft_nl[dir][oldest] = nl_seq; in update_nl_seq()
|
/linux-3.4.99/drivers/staging/rtl8712/ |
D | rtl871x_mlme.c | 314 struct wlan_network *oldest = NULL; in r8712_get_oldest_wlan_network() local 323 if (oldest == NULL || in r8712_get_oldest_wlan_network() 324 time_after((unsigned long)oldest->last_scanned, in r8712_get_oldest_wlan_network() 326 oldest = pwlan; in r8712_get_oldest_wlan_network() 330 return oldest; in r8712_get_oldest_wlan_network() 397 struct wlan_network *oldest = NULL; in update_scanned_network() local 409 if ((oldest == ((struct wlan_network *)0)) || in update_scanned_network() 410 time_after((unsigned long)oldest->last_scanned, in update_scanned_network() 412 oldest = pnetwork; in update_scanned_network() 423 pnetwork = oldest; in update_scanned_network()
|
/linux-3.4.99/Documentation/devicetree/bindings/c6x/ |
D | emifa.txt | 22 of the oldest command in the command FIFO. Setting this field to 255
|
/linux-3.4.99/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_rx.c | 1332 struct ieee80211_network *oldest = NULL; in ieee80211_process_probe_response() local 1455 if ((oldest == NULL) || in ieee80211_process_probe_response() 1456 (target->last_scanned < oldest->last_scanned)) in ieee80211_process_probe_response() 1457 oldest = target; in ieee80211_process_probe_response() 1465 list_del(&oldest->list); in ieee80211_process_probe_response() 1466 target = oldest; in ieee80211_process_probe_response()
|
/linux-3.4.99/Documentation/i2c/busses/ |
D | i2c-viapro | 64 Except for the oldest chips (VT82C596A/B, VT82C686A and most probably
|
/linux-3.4.99/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 1561 struct libipw_network *oldest = NULL; in libipw_process_probe_response() local 1615 if ((oldest == NULL) || in libipw_process_probe_response() 1616 time_before(target->last_scanned, oldest->last_scanned)) in libipw_process_probe_response() 1617 oldest = target; in libipw_process_probe_response() 1625 list_del(&oldest->list); in libipw_process_probe_response() 1626 target = oldest; in libipw_process_probe_response()
|
D | ipw2100.c | 2860 e = txq->oldest; in __ipw2100_tx_process() 2867 e = txq->oldest + frag_num; in __ipw2100_tx_process() 2921 i = txq->oldest; in __ipw2100_tx_process() 2942 if (txq->drv[txq->oldest].status.info.fields.txType != 0) in __ipw2100_tx_process() 2946 priv->net_dev->name, txq->oldest, packet->index); in __ipw2100_tx_process() 2979 if (txq->drv[txq->oldest].status.info.fields.txType != 1) in __ipw2100_tx_process() 2983 priv->net_dev->name, txq->oldest, packet->index); in __ipw2100_tx_process() 3002 txq->oldest = (e + 1) % txq->entries; in __ipw2100_tx_process() 4449 write_register(priv->net_dev, r, q->oldest); in bd_queue_initialize() 4564 priv->tx_queue.oldest = 0; in ipw2100_tx_initialize() [all …]
|
D | ipw2100.h | 206 u32 oldest; member
|
D | ipw2200.c | 7695 struct libipw_network *oldest = NULL; in ipw_associate() local 7699 if ((oldest == NULL) || in ipw_associate() 7700 (target->last_scanned < oldest->last_scanned)) in ipw_associate() 7701 oldest = target; in ipw_associate() 7705 list_del(&oldest->list); in ipw_associate() 7706 target = oldest; in ipw_associate()
|
/linux-3.4.99/Documentation/usb/ |
D | anchors.txt | 76 Returns the oldest anchored URB of an anchor. The URB is unanchored
|
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 2418 struct ieee80211_network *oldest = NULL; in ieee80211_process_probe_response() local 2549 if ((oldest == NULL) || in ieee80211_process_probe_response() 2550 (target->last_scanned < oldest->last_scanned)) in ieee80211_process_probe_response() 2551 oldest = target; in ieee80211_process_probe_response() 2559 list_del(&oldest->list); in ieee80211_process_probe_response() 2560 target = oldest; in ieee80211_process_probe_response()
|
/linux-3.4.99/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 1518 struct gelic_wl_scan_info *oldest = NULL; in gelic_wl_scan_complete_event() local 1591 oldest = NULL; in gelic_wl_scan_complete_event() 1600 if (!oldest || in gelic_wl_scan_complete_event() 1601 (target->last_scanned < oldest->last_scanned)) in gelic_wl_scan_complete_event() 1602 oldest = target; in gelic_wl_scan_complete_event() 1609 target = oldest; in gelic_wl_scan_complete_event()
|
/linux-3.4.99/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 2514 struct rtllib_network *oldest = NULL; in rtllib_process_probe_response() local 2601 if ((oldest == NULL) || in rtllib_process_probe_response() 2602 (target->last_scanned < oldest->last_scanned)) in rtllib_process_probe_response() 2603 oldest = target; in rtllib_process_probe_response() 2611 list_del(&oldest->list); in rtllib_process_probe_response() 2612 target = oldest; in rtllib_process_probe_response()
|
/linux-3.4.99/Documentation/hwmon/ |
D | adm1021 | 62 the oldest; it has the problem that it is not very well detectable. The
|
/linux-3.4.99/Documentation/ |
D | eisa.txt | 14 most EISA drivers are among the oldest Linux drivers so, as you can
|
/linux-3.4.99/Documentation/video4linux/ |
D | omap3isp.txt | 251 Send to user space the oldest data available in the internal buffer queue and
|
D | v4l2-framework.txt | 921 reserved, then the oldest event will be dropped and the new one added. 929 allocated. The merge() callback allows you to merge the oldest event payload 930 into that of the second-oldest event payload. It is called when there are two
|