Home
last modified time | relevance | path

Searched refs:last_bytes (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/core/
Dgen_estimator.c52 u64 last_bytes; member
83 brate = (b.bytes - est->last_bytes) << (10 - est->intvl_log); in est_timer()
94 est->last_bytes = b.bytes; in est_timer()
167 est->last_bytes = b.bytes; in gen_new_estimator()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl.c68 u64 last_bytes; member
919 *bytes = current_bytes - rule->last_bytes; in mlxsw_sp_acl_rule_get_stats()
923 rule->last_bytes = current_bytes; in mlxsw_sp_acl_rule_get_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/
Djme.h143 unsigned long last_bytes; member
Djme.c1139 if ((NET_STAT(jme).rx_bytes - dpi->last_bytes) > PCC_P3_THRESHOLD) in jme_dynamic_pcc()
1160 dpi->last_bytes = NET_STAT(jme).rx_bytes; in jme_start_pcc_timer()
/kernel/linux/linux-5.10/drivers/md/
Ddm-integrity.c95 commit_id_t last_bytes[]; member
99 #define journal_entry_tag(ic, je) ((__u8 *)&(je)->last_bytes[(ic)->sectors_per_block])
122 …_SECTOR_DATA - JOURNAL_MAC_PER_SECTOR - offsetof(struct journal_entry, last_bytes[MAX_SECTORS_PER_…
1877 *(commit_id_t *)(mem_ptr + JOURNAL_SECTOR_DATA) = je->last_bytes[s]; in __journal_read_write()
1927 je->last_bytes[s] = js[s].commit_id; in __journal_read_write()
2316 js->commit_id = je->last_bytes[s]; in restore_last_bytes()
3222 …ic->journal_entry_size = roundup(offsetof(struct journal_entry, last_bytes[ic->sectors_per_block])… in calculate_journal_section_size()