Searched refs:old_bytes (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | tc_counters.h | 32 u64 old_packets, old_bytes; /* Values last time passed to userspace */ member
|
A D | tc.c | 625 flow_stats_update(&tc->stats, bytes - cnt->old_bytes, in efx_tc_flower_stats() 629 cnt->old_bytes = bytes; in efx_tc_flower_stats()
|
/linux-6.3-rc2/include/linux/ |
A D | perf_event.h | 1497 const void *old_bytes, size_t old_len, 1746 const void *old_bytes, in perf_event_text_poke() argument
|
/linux-6.3-rc2/drivers/virtio/ |
A D | virtio_mem.c | 393 unsigned long old_bytes = vm->bbm.next_bb_id - vm->bbm.first_bb_id; in virtio_mem_bbm_bb_states_prepare_next_bb() local 394 unsigned long new_bytes = old_bytes + 1; in virtio_mem_bbm_bb_states_prepare_next_bb() 395 int old_pages = PFN_UP(old_bytes); in virtio_mem_bbm_bb_states_prepare_next_bb()
|
/linux-6.3-rc2/mm/ |
A D | page-writeback.c | 535 unsigned long old_bytes = vm_dirty_bytes; in dirty_bytes_handler() local 539 if (ret == 0 && write && vm_dirty_bytes != old_bytes) { in dirty_bytes_handler()
|
/linux-6.3-rc2/kernel/events/ |
A D | core.c | 9268 const void *old_bytes; member 9308 __output_copy(&handle, text_poke_event->old_bytes, text_poke_event->old_len); in perf_event_text_poke_output() 9319 void perf_event_text_poke(const void *addr, const void *old_bytes, in perf_event_text_poke() argument 9333 .old_bytes = old_bytes, in perf_event_text_poke()
|
Completed in 42 milliseconds