Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dperf_event.h1331 const void *old_bytes, size_t old_len,
1581 const void *old_bytes, in perf_event_text_poke() argument
/Linux-v6.1/drivers/virtio/
Dvirtio_mem.c393 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-v6.1/mm/
Dpage-writeback.c534 unsigned long old_bytes = vm_dirty_bytes; in dirty_bytes_handler() local
538 if (ret == 0 && write && vm_dirty_bytes != old_bytes) { in dirty_bytes_handler()
/Linux-v6.1/kernel/events/
Dcore.c9090 const void *old_bytes; member
9130 __output_copy(&handle, text_poke_event->old_bytes, text_poke_event->old_len); in perf_event_text_poke_output()
9141 void perf_event_text_poke(const void *addr, const void *old_bytes, in perf_event_text_poke() argument
9155 .old_bytes = old_bytes, in perf_event_text_poke()