Home
last modified time | relevance | path

Searched refs:old_bytes (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc_counters.h32 u64 old_packets, old_bytes; /* Values last time passed to userspace */ member
H A Dtc.c2304 flow_stats_update(&tc->stats, bytes - cnt->old_bytes, in efx_tc_flower_stats()
2308 cnt->old_bytes = bytes; in efx_tc_flower_stats()
/kernel/linux/linux-5.10/mm/
H A Dpage-writeback.c533 unsigned long old_bytes = dirty_background_bytes; in dirty_background_bytes_handler() local
539 dirty_background_bytes = old_bytes; in dirty_background_bytes_handler()
564 unsigned long old_bytes = vm_dirty_bytes; in dirty_bytes_handler() local
568 if (ret == 0 && write && vm_dirty_bytes != old_bytes) { in dirty_bytes_handler()
570 vm_dirty_bytes = old_bytes; in dirty_bytes_handler()
/kernel/linux/linux-5.10/include/linux/
H A Dperf_event.h1268 const void *old_bytes, size_t old_len,
1523 const void *old_bytes, in perf_event_text_poke()
1522 perf_event_text_poke(const void *addr, const void *old_bytes, size_t old_len, const void *new_bytes, size_t new_len) perf_event_text_poke() argument
/kernel/linux/linux-5.10/drivers/virtio/
H A Dvirtio_mem.c260 unsigned long old_bytes = vm->next_mb_id - vm->first_mb_id + 1; in virtio_mem_mb_state_prepare_next_mb() local
262 int old_pages = PFN_UP(old_bytes); in virtio_mem_mb_state_prepare_next_mb()
/kernel/linux/linux-6.6/include/linux/
H A Dperf_event.h1530 const void *old_bytes, size_t old_len,
1779 const void *old_bytes, in perf_event_text_poke()
1778 perf_event_text_poke(const void *addr, const void *old_bytes, size_t old_len, const void *new_bytes, size_t new_len) perf_event_text_poke() argument
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_mem.c395 unsigned long old_bytes = vm->bbm.next_bb_id - vm->bbm.first_bb_id; in virtio_mem_bbm_bb_states_prepare_next_bb() local
396 unsigned long new_bytes = old_bytes + 1; in virtio_mem_bbm_bb_states_prepare_next_bb()
397 int old_pages = PFN_UP(old_bytes); in virtio_mem_bbm_bb_states_prepare_next_bb()
/kernel/linux/linux-6.6/mm/
H A Dpage-writeback.c535 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()
/kernel/linux/linux-5.10/kernel/events/
H A Dcore.c8868 const void *old_bytes; member
8908 __output_copy(&handle, text_poke_event->old_bytes, text_poke_event->old_len); in perf_event_text_poke_output()
8919 void perf_event_text_poke(const void *addr, const void *old_bytes, in perf_event_text_poke() argument
8933 .old_bytes = old_bytes, in perf_event_text_poke()
/kernel/linux/linux-6.6/kernel/events/
H A Dcore.c9322 const void *old_bytes; member
9362 __output_copy(&handle, text_poke_event->old_bytes, text_poke_event->old_len); in perf_event_text_poke_output()
9373 void perf_event_text_poke(const void *addr, const void *old_bytes, in perf_event_text_poke() argument
9387 .old_bytes = old_bytes, in perf_event_text_poke()

Completed in 58 milliseconds