Searched refs:coalesced (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | trace.h | 275 TP_PROTO(__u64 e, int pin, bool coalesced), 276 TP_ARGS(e, pin, coalesced), 281 __field( bool, coalesced ) 287 __entry->coalesced = coalesced; 296 __entry->coalesced ? " (coalesced)" : "") 584 TP_PROTO(__u8 chip, __u8 pin, __u8 elcr, __u8 imr, bool coalesced), 585 TP_ARGS(chip, pin, elcr, imr, coalesced), 592 __field( bool, coalesced ) 600 __entry->coalesced = coalesced; 607 __entry->coalesced ? " (coalesced)" : "")
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-c2c.txt | 338 tid - coalesced by process TIDs 339 pid - coalesced by process PIDs 340 iaddr - coalesced by code address, following fields are displayed: 342 dso - coalesced by shared object 378 attributing already-coalesced samples to an arbitrary function. 389 current view. It can include non-HITM and non-peer loads coalesced into
|
| /linux/io_uring/ |
| H A D | rsrc.c | 865 bool coalesced = false; in io_sqe_buffer_register() local 895 coalesced = io_coalesce_buffer(&pages, &nr_pages, &data); in io_sqe_buffer_register() 916 if (coalesced) in io_sqe_buffer_register() 921 if (coalesced) in io_sqe_buffer_register()
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_en.c | 2319 bool coalesced = false; in mana_process_rx_cqe() local 2341 coalesced = true; in mana_process_rx_cqe() 2345 coalesced = true; in mana_process_rx_cqe() 2378 if (!coalesced) in mana_process_rx_cqe()
|
| /linux/Documentation/networking/device_drivers/ethernet/aquantia/ |
| H A D | atlantic.rst | 517 them as a single coalesced unit to the OS networking subsystem.
|
| /linux/Documentation/virt/kvm/ |
| H A D | vcpu-requests.rst | 237 then they may be coalesced. This is easily done by having the first IPI
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.reg | 4022 * The count of commands that have been coalesced.
|