/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rx.c | 216 unsigned long stamp) in iwlagn_recover_from_statistics() 223 msecs = jiffies_to_msecs(stamp - priv->rx_statistics_jiffies); in iwlagn_recover_from_statistics() 225 /* Only gather statistics and update time stamp when not associated */ in iwlagn_recover_from_statistics() 350 unsigned long stamp = jiffies; in iwlagn_rx_statistics() local 413 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp); in iwlagn_rx_statistics() 428 priv->rx_statistics_jiffies = stamp; in iwlagn_rx_statistics() 212 iwlagn_recover_from_statistics(struct iwl_priv *priv, struct statistics_rx_phy *cur_ofdm, struct statistics_rx_ht_phy *cur_ofdm_ht, struct statistics_tx *tx, unsigned long stamp) iwlagn_recover_from_statistics() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rx.c | 211 unsigned long stamp) in iwlagn_recover_from_statistics() 218 msecs = jiffies_to_msecs(stamp - priv->rx_statistics_jiffies); in iwlagn_recover_from_statistics() 220 /* Only gather statistics and update time stamp when not associated */ in iwlagn_recover_from_statistics() 345 unsigned long stamp = jiffies; in iwlagn_rx_statistics() local 408 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp); in iwlagn_rx_statistics() 423 priv->rx_statistics_jiffies = stamp; in iwlagn_rx_statistics() 207 iwlagn_recover_from_statistics(struct iwl_priv *priv, struct statistics_rx_phy *cur_ofdm, struct statistics_rx_ht_phy *cur_ofdm_ht, struct statistics_tx *tx, unsigned long stamp) iwlagn_recover_from_statistics() argument
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-core.c | 948 unsigned long stamp; in update_io_ticks() local 950 stamp = READ_ONCE(part->bd_stamp); in update_io_ticks() 951 if (unlikely(time_after(now, stamp))) { in update_io_ticks() 952 if (likely(try_cmpxchg(&part->bd_stamp, &stamp, now))) in update_io_ticks() 953 __part_stat_add(part, io_ticks, end ? now - stamp : 1); in update_io_ticks()
|
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
H A D | packet_history.h | 34 * @stamp: send time of packet with sequence number @seqno 39 ktime_t stamp; member
|
/kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
H A D | packet_history.h | 34 * @stamp: send time of packet with sequence number @seqno 39 ktime_t stamp; member
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/book3s/ |
H A D | vas-api.c | 178 csb.address = crb->stamp.nx.fault_storage_addr; in vas_update_csb() 258 nx = &crb->stamp.nx; in vas_dump_crb() 261 be64_to_cpu(crb->stamp.nx.fault_storage_addr), in vas_dump_crb()
|
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/ |
H A D | saa7164-cmd.c | 249 unsigned long stamp; in saa7164_cmd_wait() local 267 stamp = jiffies; in saa7164_cmd_wait() 281 r = time_before(jiffies, stamp + (HZ * waitsecs)); in saa7164_cmd_wait()
|
/kernel/linux/linux-6.6/drivers/media/pci/saa7164/ |
H A D | saa7164-cmd.c | 248 unsigned long stamp; in saa7164_cmd_wait() local 266 stamp = jiffies; in saa7164_cmd_wait() 280 r = time_before(jiffies, stamp + (HZ * waitsecs)); in saa7164_cmd_wait()
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | ww_mutex.h | 265 return (signed long)(a->stamp - b->stamp) > 0; in __ww_ctx_less() 347 * list is ordered by stamp, smallest (oldest) first. 437 * Since __ww_mutex_add_waiter() orders the wait-list on stamp, we only have to 463 * stamp is earlier than ours and we must kill ourself. in __ww_mutex_check_kill() 478 * Add @waiter to the wait-list, keep the wait-list ordered by stamp, smallest 504 * Add the waiter before the first waiter with a higher stamp. in __ww_mutex_add_waiter() 507 * never die here, but they are sorted in stamp order and in __ww_mutex_add_waiter()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | rxkad.c | 1002 __le32 stamp; in rxkad_decrypt_ticket() local 1003 memcpy(&stamp, p, 4); in rxkad_decrypt_ticket() 1004 issue = rxrpc_u32_to_time64(le32_to_cpu(stamp)); in rxkad_decrypt_ticket() 1006 __be32 stamp; in rxkad_decrypt_ticket() local 1007 memcpy(&stamp, p, 4); in rxkad_decrypt_ticket() 1008 issue = rxrpc_u32_to_time64(be32_to_cpu(stamp)); in rxkad_decrypt_ticket()
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | rxkad.c | 952 __le32 stamp; in rxkad_decrypt_ticket() local 953 memcpy(&stamp, p, 4); in rxkad_decrypt_ticket() 954 issue = rxrpc_u32_to_time64(le32_to_cpu(stamp)); in rxkad_decrypt_ticket() 956 __be32 stamp; in rxkad_decrypt_ticket() local 957 memcpy(&stamp, p, 4); in rxkad_decrypt_ticket() 958 issue = rxrpc_u32_to_time64(be32_to_cpu(stamp)); in rxkad_decrypt_ticket()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | perfmon.h | 73 int (*fmt_handler)(struct task_struct *task, void *buf, pfm_ovfl_arg_t *arg, struct pt_regs *regs, unsigned long stamp);
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | icswx.h | 154 } stamp; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | icswx.h | 154 } stamp; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_frag.h | 69 * @stamp: timestamp of the last received fragment 89 ktime_t stamp; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_frag.h | 76 * @stamp: timestamp of the last received fragment 79 * @mono_delivery_time: stamp has a mono delivery time (EDT) 97 ktime_t stamp; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-rs.c | 124 win->stamp = 0; in il3945_clear_win() 152 if (time_after(jiffies, rs_sta->win[i].stamp + RATE_WIN_FLUSH)) { in il3945_rate_scale_flush_wins() 310 win->stamp = jiffies; in il3945_collect_tx_data()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-rs.c | 124 win->stamp = 0; in il3945_clear_win() 152 if (time_after(jiffies, rs_sta->win[i].stamp + RATE_WIN_FLUSH)) { in il3945_rate_scale_flush_wins() 310 win->stamp = jiffies; in il3945_collect_tx_data()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.c | 2362 struct tomoyo_time stamp; in tomoyo_read_stat() local 2364 tomoyo_convert_time(tomoyo_stat_modified[i], &stamp); in tomoyo_read_stat() 2366 stamp.year, stamp.month, stamp.day, in tomoyo_read_stat() 2367 stamp.hour, stamp.min, stamp.sec); in tomoyo_read_stat()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.c | 2354 struct tomoyo_time stamp; in tomoyo_read_stat() local 2356 tomoyo_convert_time(tomoyo_stat_modified[i], &stamp); in tomoyo_read_stat() 2358 stamp.year, stamp.month, stamp.day, in tomoyo_read_stat() 2359 stamp.hour, stamp.min, stamp.sec); in tomoyo_read_stat()
|
/kernel/linux/linux-5.10/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 132 fq->q.stamp = skb->tstamp; in lowpan_frag_queue() 176 skb->tstamp = fq->q.stamp; in lowpan_frag_reasm()
|
/kernel/linux/linux-6.6/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 132 fq->q.stamp = skb->tstamp; in lowpan_frag_queue() 177 skb->tstamp = fq->q.stamp; in lowpan_frag_reasm()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | skbuff.h | 407 * @hwtstamp: hardware time stamp transformed into duration 425 /* generate hardware time stamp */ 428 /* generate software time stamp when queueing packet to NIC */ 431 /* device driver is going to provide hardware time stamp */ 447 /* generate software time stamp when entering packet scheduling */ 3703 * @skb: skb to get stamp from 3704 * @stamp: pointer to struct __kernel_old_timeval to store stamp in 3708 * it in stamp. 3711 struct __kernel_old_timeval *stamp) in skb_get_timestamp() 3710 skb_get_timestamp(const struct sk_buff *skb, struct __kernel_old_timeval *stamp) skb_get_timestamp() argument 3716 skb_get_new_timestamp(const struct sk_buff *skb, struct __kernel_sock_timeval *stamp) skb_get_new_timestamp() argument 3725 skb_get_timestampns(const struct sk_buff *skb, struct __kernel_old_timespec *stamp) skb_get_timestampns() argument 3734 skb_get_new_timestampns(const struct sk_buff *skb, struct __kernel_timespec *stamp) skb_get_new_timestampns() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 445 * @hwtstamp: hardware time stamp transformed into duration 448 * reference to actual hardware time stamp 468 /* generate hardware time stamp */ 471 /* generate software time stamp when queueing packet to NIC */ 474 /* device driver is going to provide hardware time stamp */ 477 /* generate hardware time stamp based on cycles if supported */ 483 /* determine hardware time stamp based on time or cycles */ 486 /* generate software time stamp when entering packet scheduling */ 4118 * @skb: skb to get stamp from 4119 * @stamp 4125 skb_get_timestamp(const struct sk_buff *skb, struct __kernel_old_timeval *stamp) skb_get_timestamp() argument 4131 skb_get_new_timestamp(const struct sk_buff *skb, struct __kernel_sock_timeval *stamp) skb_get_new_timestamp() argument 4140 skb_get_timestampns(const struct sk_buff *skb, struct __kernel_old_timespec *stamp) skb_get_timestampns() argument 4149 skb_get_new_timestampns(const struct sk_buff *skb, struct __kernel_timespec *stamp) skb_get_new_timestampns() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | ti_hecc.c | 109 #define HECC_CANMOTS 0x80 /* Message object time stamp */ 681 u32 mbxno, mbx_mask, int_status, err_status, stamp; in ti_hecc_interrupt() local 757 stamp = hecc_read_stamp(priv, mbxno); in ti_hecc_interrupt() 760 mbxno, stamp); in ti_hecc_interrupt()
|