Searched full:fetcher (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/alpha/lib/ |
| H A D | ev6-copy_user.S | 56 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall) 59 * The fetcher stall also hides the 1 cycle cross-cluster stall for $3 (L --> U)
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 263 self.fetcher.Fetch(glb_chunk_sz) 319 self.fetcher.Fetch(glb_chunk_sz) 2537 # Background process for SQL data fetcher 2653 # SQL data fetcher 3133 self.fetcher = SQLFetcher(glb, sql, prep, self.AddSample) 3134 self.fetcher.done.connect(self.Update) 3135 self.fetcher.Fetch(glb_chunk_sz) 3188 self.fetcher.Fetch(count) 3694 …self.fetcher = SQLFetcher(glb, sql, lambda x, y=len(column_headers): self.SQLTableDataPrep(x, y), … 3695 self.fetcher.done.connect(self.Update) [all …]
|
| /linux/drivers/gpu/drm/mcde/ |
| H A D | mcde_display.c | 461 dev_dbg(mcde->dev, "pixel fetcher watermark level %d pixels\n", in mcde_configure_overlay() 996 * The pixel fetcher is 128 64-bit words deep = 1024 bytes. in mcde_setup_dpi()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | cikd.h | 1079 #define SOFT_RESET_CPF (1 << 17) /* CP fetcher shared by gfx and compute */
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 3112 /* Don't need protection when fetching stats, since fetcher and in virtnet_rx_dim_update()
|