/linux-4.1.27/scripts/gdb/linux/ |
D | dmesg.py | 55 time_stamp = utils.read_u64(log_buf[pos:pos + 8]) 59 time=time_stamp / 1000000000.0,
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | wl12xx_80211.h | 109 __le32 time_stamp[2]; member 145 __le32 time_stamp[2]; member
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | rxtx.h | 181 __le16 time_stamp; member 188 u16 time_stamp; member
|
D | rxtx.c | 1337 tx_buffer_head->time_stamp = in vnt_generate_fifo_header() 1340 tx_buffer_head->time_stamp = in vnt_generate_fifo_header()
|
/linux-4.1.27/drivers/staging/vt6656/ |
D | rxtx.h | 226 __le16 time_stamp; member 241 u16 time_stamp; member
|
D | card.c | 538 u64 time_stamp, u64 local_tsf) in vnt_adjust_tsf() argument 543 tsf_offset = vnt_get_tsf_offset(rx_rate, time_stamp, local_tsf); in vnt_adjust_tsf()
|
D | rxtx.c | 857 tx_buffer_head->time_stamp = in vnt_tx_packet() 860 tx_buffer_head->time_stamp = in vnt_tx_packet()
|
/linux-4.1.27/drivers/isdn/sc/ |
D | message.c | 66 rspmsg->time_stamp, in receivemessage() 158 sndmsg.time_stamp, in sendmessage()
|
D | message.h | 209 unsigned char time_stamp; member
|
/linux-4.1.27/drivers/cpufreq/ |
D | cpufreq_governor.c | 217 s64 delta_us = ktime_us_delta(time_now, cdbs->time_stamp); in need_load_eval() 223 cdbs->time_stamp = time_now; in need_load_eval() 409 cpu_cdbs->time_stamp = ktime_get(); in cpufreq_governor_dbs()
|
D | cpufreq_governor.h | 152 ktime_t time_stamp; member
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 1400 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]); in libipw_network_init() 1401 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]); in libipw_network_init() 1487 dst->time_stamp[0] = src->time_stamp[0]; in update_network() 1488 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
|
D | libipw.h | 454 __le32 time_stamp[2]; member 638 u32 time_stamp[2]; member
|
D | ipw2200.c | 3186 priv->dino_alive.time_stamp[0], in ipw_load_ucode() 3187 priv->dino_alive.time_stamp[1], in ipw_load_ucode() 3188 priv->dino_alive.time_stamp[2], in ipw_load_ucode() 3189 priv->dino_alive.time_stamp[3], in ipw_load_ucode() 3190 priv->dino_alive.time_stamp[4]); in ipw_load_ucode() 5548 if (network->time_stamp[0] < match->network->time_stamp[0]) { in ipw_find_adhoc_network() 5552 } else if (network->time_stamp[1] < match->network->time_stamp[1]) { in ipw_find_adhoc_network() 5909 network->time_stamp[0] = 0; in ipw_adhoc_create() 5910 network->time_stamp[1] = 0; in ipw_adhoc_create() 7387 (network->time_stamp[0] == 0) && (network->time_stamp[1] == 0)) { in ipw_associate_network() [all …]
|
D | ipw2200.h | 744 u8 time_stamp[5]; /* month, day, year, hours, minutes */ member
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic_trace.h | 75 struct timespec time_stamp; member
|
D | fnic_trace.c | 615 fc_buf->time_stamp = CURRENT_TIME; in fnic_fc_trace_set_data() 742 time_to_tm(tdata->time_stamp.tv_sec, 0, &tm); in copy_and_format_trace_data() 750 tdata->time_stamp.tv_nsec, tdata->host_no, in copy_and_format_trace_data()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 103 unsigned long time_stamp; member
|
D | ixgb_main.c | 943 buffer_info->time_stamp = 0; in ixgb_unmap_and_free_tx_resource() 1347 buffer_info->time_stamp = jiffies; in ixgb_tx_map() 1388 buffer_info->time_stamp = jiffies; in ixgb_tx_map() 1563 adapter->tx_ring.buffer_info[first].time_stamp = 0; in ixgb_xmit_frame() 1898 if (tx_ring->buffer_info[eop].time_stamp && in ixgb_clean_tx_irq() 1899 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp + HZ) in ixgb_clean_tx_irq() 1918 tx_ring->buffer_info[eop].time_stamp, in ixgb_clean_tx_irq()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 126 unsigned long time_stamp; member
|
D | netdev.c | 426 buffer_info->time_stamp = 0; in igbvf_put_txbuf() 1978 buffer_info->time_stamp = jiffies; in igbvf_tso() 2037 buffer_info->time_stamp = jiffies; in igbvf_tx_csum() 2095 buffer_info->time_stamp = jiffies; in igbvf_tx_map_adv() 2116 buffer_info->time_stamp = jiffies; in igbvf_tx_map_adv() 2133 buffer_info->time_stamp = 0; in igbvf_tx_map_adv() 2282 tx_ring->buffer_info[first].time_stamp = 0; in igbvf_xmit_frame_ring_adv()
|
/linux-4.1.27/kernel/trace/ |
D | ring_buffer.c | 336 u64 time_stamp; /* page time stamp */ member 421 (unsigned int)sizeof(field.time_stamp), in ring_buffer_print_page_header() 1954 cpu_buffer->commit_page->page->time_stamp; in rb_set_commit_to_write() 1983 cpu_buffer->read_stamp = cpu_buffer->reader_page->page->time_stamp; in rb_reset_reader_page() 2002 iter->read_stamp = iter->head_page->page->time_stamp; in rb_inc_iter() 2401 next_page->page->time_stamp = ts; in rb_move_tail() 2467 tail_page->page->time_stamp = ts; in __rb_reserve_next() 2796 cpu_buffer->commit_page->page->time_stamp; in rb_update_write_stamp() 3227 ret = bpage->page->time_stamp; in ring_buffer_oldest_event_ts() 3416 iter->read_stamp = iter->head_page->page->time_stamp; in rb_iter_reset() [all …]
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 2191 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]); in ieee80211_network_init() 2192 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]); in ieee80211_network_init() 2306 dst->time_stamp[0] = src->time_stamp[0]; in update_network() 2307 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
|
D | ieee80211.h | 1116 __le32 time_stamp[2]; member 1499 u32 time_stamp[2]; member
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_txrx.h | 148 unsigned long time_stamp; member
|
D | i40e_txrx.c | 328 tx_ring->tx_bi[i].time_stamp, jiffies); in i40e_clean_tx_irq() 1793 first->time_stamp = jiffies; in i40e_tx_map()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 2217 network->time_stamp[0] = beacon->time_stamp[0]; in rtllib_network_init() 2218 network->time_stamp[1] = beacon->time_stamp[1]; in rtllib_network_init() 2342 dst->time_stamp[0] = src->time_stamp[0]; in update_network() 2343 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
|
D | rtllib.h | 1208 u32 time_stamp[2]; member 1587 u32 time_stamp[2]; member
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 154 unsigned long time_stamp; member
|
D | e1000_main.c | 1976 buffer_info->time_stamp = 0; in e1000_unmap_and_free_tx_resource() 2766 buffer_info->time_stamp = jiffies; in e1000_tso() 2821 buffer_info->time_stamp = jiffies; in e1000_tx_csum() 2886 buffer_info->time_stamp = jiffies; in e1000_tx_map() 2939 buffer_info->time_stamp = jiffies; in e1000_tx_map() 3277 tx_ring->buffer_info[first].time_stamp = 0; in e1000_xmit_frame() 3424 (u64)buffer_info->time_stamp, buffer_info->skb, type); in e1000_dump() 3908 if (tx_ring->buffer_info[eop].time_stamp && in e1000_clean_tx_irq() 3909 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp + in e1000_clean_tx_irq() 3930 tx_ring->buffer_info[eop].time_stamp, in e1000_clean_tx_irq()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_txrx.h | 149 unsigned long time_stamp; member
|
D | i40e_txrx.c | 169 tx_buf->time_stamp = jiffies; in i40e_program_fdir_filter() 813 tx_ring->tx_bi[i].time_stamp, jiffies); in i40e_clean_tx_irq() 2589 first->time_stamp = jiffies; in i40e_tx_map()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | rs.h | 324 unsigned long time_stamp; /* age of the oldest statistics */ member
|
D | rs.c | 269 (tl->time_stamp < oldest_time)) { in rs_tl_rm_old_stats() 272 tl->time_stamp += TID_QUEUE_CELL_SPACING; in rs_tl_rm_old_stats() 309 tl->time_stamp = curr_time; in rs_tl_add_packet() 316 time_diff = TIME_WRAP_AROUND(tl->time_stamp, curr_time); in rs_tl_add_packet() 384 time_diff = TIME_WRAP_AROUND(tl->time_stamp, curr_time); in rs_tl_get_load()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | sal.h | 549 time_stamp : 1, member 555 u8 time_stamp[6]; member
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | common.h | 258 unsigned int time_stamp; member
|
D | stmmac_main.c | 438 if (!(priv->dma_cap.time_stamp || priv->adv_ts)) { in stmmac_hwtstamp_ioctl() 641 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) in stmmac_init_ptp() 658 if (netif_msg_hw(priv) && priv->dma_cap.time_stamp) in stmmac_init_ptp() 1576 priv->dma_cap.time_stamp = in stmmac_get_hw_features() 2613 (priv->dma_cap.time_stamp) ? "Y" : "N"); in stmmac_sysfs_dma_cap_read()
|
D | stmmac_ethtool.c | 724 if ((priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) { in stmmac_get_ts_info()
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe.h | 477 unsigned long time_stamp; member
|
D | pch_gbe_main.c | 1229 buffer_info->time_stamp = 0; in pch_gbe_tx_queue() 1234 buffer_info->time_stamp = jiffies; in pch_gbe_tx_queue()
|
/linux-4.1.27/drivers/scsi/ |
D | mvumi.h | 153 u32 time_stamp; member
|
D | ipr.h | 1144 __be64 time_stamp; member
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf.h | 57 unsigned long time_stamp; member
|
D | ixgbevf_main.c | 409 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbevf_clean_tx_irq() 3530 first->time_stamp = jiffies; in ixgbevf_tx_map()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb.h | 192 unsigned long time_stamp; member
|
D | igb_main.c | 409 (u64)buffer_info->time_stamp); in igb_dump() 458 (u64)buffer_info->time_stamp, in igb_dump() 4948 first->time_stamp = jiffies; in igb_tx_map() 6511 time_after(jiffies, tx_buffer->time_stamp + in igb_clean_tx_irq() 6533 tx_buffer->time_stamp, in igb_clean_tx_irq()
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_eckd.h | 218 unsigned char time_stamp:1; member
|
D | dasd_eckd.c | 335 pfxdata->validity.time_stamp = 1; /* 'Time Stamp Valid' */ in check_XRC_on_prefix()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | 4965-rs.c | 255 while (tl->queue_count && tl->time_stamp < oldest_time) { in il4965_rs_tl_rm_old_stats() 258 tl->time_stamp += TID_QUEUE_CELL_SPACING; in il4965_rs_tl_rm_old_stats() 295 tl->time_stamp = curr_time; in il4965_rs_tl_add_packet() 302 time_diff = TIME_WRAP_AROUND(tl->time_stamp, curr_time); in il4965_rs_tl_add_packet() 341 time_diff = TIME_WRAP_AROUND(tl->time_stamp, curr_time); in il4965_rs_tl_get_load()
|
D | common.h | 170 unsigned long time_stamp; member 2782 unsigned long time_stamp; /* age of the oldest stats */ member
|
D | common.c | 3315 txq->time_stamp = jiffies; in il_tx_cmd_complete() 4810 txq->time_stamp = now; in il_check_stuck_queue() 4815 txq->time_stamp + in il_check_stuck_queue() 4820 jiffies_to_msecs(now - txq->time_stamp)); in il_check_stuck_queue()
|
D | 3945.c | 346 txq->time_stamp = jiffies; in il3945_hdl_tx()
|
D | 4965-mac.c | 2801 txq->time_stamp = jiffies; in il4965_hdl_tx()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | e1000.h | 153 unsigned long time_stamp; member
|
D | netdev.c | 268 (unsigned long long)buffer_info->time_stamp); in e1000e_dump() 327 (unsigned long long)buffer_info->time_stamp, in e1000e_dump() 1090 buffer_info->time_stamp = 0; in e1000_put_txbuf() 1159 tx_ring->next_to_clean, tx_ring->buffer_info[eop].time_stamp, in e1000_print_hw_hang() 1288 if (tx_ring->buffer_info[i].time_stamp && in e1000_clean_tx_irq() 1289 time_after(jiffies, tx_ring->buffer_info[i].time_stamp in e1000_clean_tx_irq() 5246 buffer_info->time_stamp = jiffies; in e1000_tso() 5300 buffer_info->time_stamp = jiffies; in e1000_tx_csum() 5329 buffer_info->time_stamp = jiffies; in e1000_tx_map() 5365 buffer_info->time_stamp = jiffies; in e1000_tx_map() [all …]
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | ieee80211.h | 621 u32 time_stamp[2]; member
|
/linux-4.1.27/drivers/staging/slicoss/ |
D | slichw.h | 243 u32 time_stamp; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 631 u32 time_stamp; member
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe.h | 177 unsigned long time_stamp; member
|
D | ixgbe_main.c | 603 (u64)tx_buffer->time_stamp); in ixgbe_dump() 669 (u64)tx_buffer->time_stamp, in ixgbe_dump() 1191 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbe_clean_tx_irq() 7099 first->time_stamp = jiffies; in ixgbe_tx_map()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc.h | 137 unsigned long time_stamp; member
|
D | lpfc_sli.c | 14771 vport->rcv_buffer_time_stamp = dmabuf->time_stamp; in lpfc_update_rcv_time_stamp() 14832 dmabuf->time_stamp); in lpfc_rcv_seq_check_edtov() 14871 dmabuf->time_stamp = jiffies; in lpfc_fc_frame_add() 14904 seq_dmabuf->time_stamp = jiffies; in lpfc_fc_frame_add()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | ieee80211.h | 830 u32 time_stamp[2]; member
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 1525 u32 time_stamp; member
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | fw.h | 1055 u8 time_stamp[8]; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | wifi.h | 937 u32 time_stamp[2]; member
|