Home
last modified time | relevance | path

Searched refs:old_bytes (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/sfc/
H A Dtc_counters.h32 u64 old_packets, old_bytes; /* Values last time passed to userspace */ member
H A Dtc.c2629 flow_stats_update(&tc->stats, bytes - cnt->old_bytes, in efx_tc_flower_stats()
2633 cnt->old_bytes = bytes; in efx_tc_flower_stats()
/linux-6.15/mm/
H A Dpage-writeback.c501 unsigned long old_bytes = dirty_background_bytes; in dirty_background_bytes_handler() local
507 dirty_background_bytes = old_bytes; in dirty_background_bytes_handler()
532 unsigned long old_bytes = vm_dirty_bytes; in dirty_bytes_handler() local
536 if (ret == 0 && write && vm_dirty_bytes != old_bytes) { in dirty_bytes_handler()
538 vm_dirty_bytes = old_bytes; in dirty_bytes_handler()
/linux-6.15/include/linux/
H A Dperf_event.h1638 const void *old_bytes, size_t old_len,
1904 const void *old_bytes, in perf_event_text_poke() argument
/linux-6.15/drivers/virtio/
H A Dvirtio_mem.c402 unsigned long old_bytes = vm->bbm.next_bb_id - vm->bbm.first_bb_id; in virtio_mem_bbm_bb_states_prepare_next_bb() local
403 unsigned long new_bytes = old_bytes + 1; in virtio_mem_bbm_bb_states_prepare_next_bb()
404 int old_pages = PFN_UP(old_bytes); in virtio_mem_bbm_bb_states_prepare_next_bb()
/linux-6.15/fs/bcachefs/
H A Dbtree_iter.c3102 unsigned old_bytes = trans->mem_bytes; in __bch2_trans_kmalloc() local
3169 if (old_bytes) { in __bch2_trans_kmalloc()
/linux-6.15/kernel/events/
H A Dcore.c9864 const void *old_bytes; member
9904 __output_copy(&handle, text_poke_event->old_bytes, text_poke_event->old_len); in perf_event_text_poke_output()
9915 void perf_event_text_poke(const void *addr, const void *old_bytes, in perf_event_text_poke() argument
9929 .old_bytes = old_bytes, in perf_event_text_poke()