Searched refs:old_bytes (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_counters.h | 32 u64 old_packets, old_bytes; /* Values last time passed to userspace */ member
|
| H A D | tc.c | 2629 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/mm/ |
| H A D | page-writeback.c | 494 unsigned long old_bytes = dirty_background_bytes; in dirty_background_ratio_handler() 500 dirty_background_bytes = old_bytes; in dirty_background_bytes_handler() 525 unsigned long old_bytes = vm_dirty_bytes; in dirty_ratio_handler() 529 if (ret == 0 && write && vm_dirty_bytes != old_bytes) { 531 vm_dirty_bytes = old_bytes; in dirty_bytes_handler() 502 unsigned long old_bytes = dirty_background_bytes; dirty_background_bytes_handler() local 533 unsigned long old_bytes = vm_dirty_bytes; dirty_bytes_handler() local
|
| /linux/include/linux/ |
| H A D | perf_event.h | 1729 const void *old_bytes, size_t old_len, 2006 const void *old_bytes, in perf_event_text_poke() argument
|
| /linux/drivers/virtio/ |
| H A D | virtio_mem.c | 402 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/kernel/events/ |
| H A D | core.c | 10377 const void *old_bytes; member 10417 __output_copy(&handle, text_poke_event->old_bytes, text_poke_event->old_len); in perf_event_text_poke_output() 10428 void perf_event_text_poke(const void *addr, const void *old_bytes, in perf_event_text_poke() argument 10442 .old_bytes = old_bytes, in perf_event_text_poke()
|