Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/
Dtc_counters.h32 u64 old_packets, old_bytes; /* Values last time passed to userspace */ member
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.12.1/mm/
Dpage-writeback.c524 unsigned long old_bytes = dirty_background_bytes; in dirty_background_bytes_handler() local
530 dirty_background_bytes = old_bytes; in dirty_background_bytes_handler()
555 unsigned long old_bytes = vm_dirty_bytes; in dirty_bytes_handler() local
559 if (ret == 0 && write && vm_dirty_bytes != old_bytes) { in dirty_bytes_handler()
561 vm_dirty_bytes = old_bytes; in dirty_bytes_handler()
/linux-6.12.1/include/linux/
Dperf_event.h1562 const void *old_bytes, size_t old_len,
1813 const void *old_bytes, in perf_event_text_poke() argument
/linux-6.12.1/drivers/virtio/
Dvirtio_mem.c400 unsigned long old_bytes = vm->bbm.next_bb_id - vm->bbm.first_bb_id; in virtio_mem_bbm_bb_states_prepare_next_bb() local
401 unsigned long new_bytes = old_bytes + 1; in virtio_mem_bbm_bb_states_prepare_next_bb()
402 int old_pages = PFN_UP(old_bytes); in virtio_mem_bbm_bb_states_prepare_next_bb()
/linux-6.12.1/fs/bcachefs/
Dbtree_iter.c2952 unsigned old_bytes = trans->mem_bytes; in __bch2_trans_kmalloc() local
3015 if (old_bytes) { in __bch2_trans_kmalloc()
/linux-6.12.1/kernel/events/
Dcore.c9498 const void *old_bytes; member
9538 __output_copy(&handle, text_poke_event->old_bytes, text_poke_event->old_len); in perf_event_text_poke_output()
9549 void perf_event_text_poke(const void *addr, const void *old_bytes, in perf_event_text_poke() argument
9563 .old_bytes = old_bytes, in perf_event_text_poke()