Home
last modified time | relevance | path

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

/linux/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/fs/ntfs/
H A Drunlist.c94 size_t old_bytes; in ntfs_rl_realloc_gfp() local
96 if (check_mul_overflow(old_size, sizeof(*rl), &old_bytes)) { in ntfs_rl_realloc_gfp()
100 if (unlikely(old_bytes > new_bytes)) in ntfs_rl_realloc_gfp()
101 old_bytes = new_bytes; in ntfs_rl_realloc_gfp()
102 memcpy(new_rl, rl, old_bytes); in ntfs_rl_realloc_gfp()
/linux/mm/
H A Dpage-writeback.c493 unsigned long old_bytes = dirty_background_bytes; in dirty_background_bytes_handler() local
499 dirty_background_bytes = old_bytes; in dirty_background_bytes_handler()
524 unsigned long old_bytes = vm_dirty_bytes; in dirty_bytes_handler() local
528 if (ret == 0 && write && vm_dirty_bytes != old_bytes) { in dirty_bytes_handler()
530 vm_dirty_bytes = old_bytes; in dirty_bytes_handler()
/linux/include/linux/
H A Dperf_event.h1729 const void *old_bytes, size_t old_len,
2006 const void *old_bytes, in perf_event_text_poke() argument
/linux/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/kernel/events/
H A Dcore.c10474 const void *old_bytes; member
10514 __output_copy(&handle, text_poke_event->old_bytes, text_poke_event->old_len); in perf_event_text_poke_output()
10525 void perf_event_text_poke(const void *addr, const void *old_bytes, in perf_event_text_poke() argument
10539 .old_bytes = old_bytes, in perf_event_text_poke()