/drivers/net/ethernet/qualcomm/rmnet/ |
D | rmnet_vnd.c | 130 struct rmnet_vnd_stats snapshot; in rmnet_get_stats64() local 138 snapshot = pcpu_ptr->stats; /* struct assignment */ in rmnet_get_stats64() 141 total_stats.rx_pkts += snapshot.rx_pkts; in rmnet_get_stats64() 142 total_stats.rx_bytes += snapshot.rx_bytes; in rmnet_get_stats64() 143 total_stats.tx_pkts += snapshot.tx_pkts; in rmnet_get_stats64() 144 total_stats.tx_bytes += snapshot.tx_bytes; in rmnet_get_stats64() 145 total_stats.tx_drops += snapshot.tx_drops; in rmnet_get_stats64()
|
/drivers/hwtracing/coresight/ |
D | coresight-tmc-etr.c | 43 bool snapshot; member 1242 int nr_pages, void **pages, bool snapshot) in alloc_etr_buf() argument 1281 void **pages, bool snapshot) in get_perf_etr_buf_cpu_wide() argument 1317 etr_buf = alloc_etr_buf(drvdata, event, nr_pages, pages, snapshot); in get_perf_etr_buf_cpu_wide() 1345 void **pages, bool snapshot) in get_perf_etr_buf_per_thread() argument 1351 return alloc_etr_buf(drvdata, event, nr_pages, pages, snapshot); in get_perf_etr_buf_per_thread() 1356 int nr_pages, void **pages, bool snapshot) in get_perf_etr_buf() argument 1360 pages, snapshot); in get_perf_etr_buf() 1363 pages, snapshot); in get_perf_etr_buf() 1368 int nr_pages, void **pages, bool snapshot) in tmc_etr_setup_perf_buf() argument [all …]
|
D | coresight-trbe.c | 63 bool snapshot; member 187 if (!buf->snapshot) in trbe_pad_buf() 390 if (buf->snapshot) in compute_trbe_buffer_limit() 488 int nr_pages, bool snapshot) in arm_trbe_alloc_buffer() argument 524 buf->snapshot = snapshot; in arm_trbe_alloc_buffer() 634 if (buf->snapshot) in arm_trbe_update_buffer() 706 if (buf->snapshot) in trbe_handle_overflow()
|
D | coresight-tmc-etf.c | 406 buf->snapshot = overwrite; in tmc_alloc_etf_buffer() 497 if (!buf->snapshot && to_read > handle->size) { in tmc_update_etf_buffer() 521 if (!buf->snapshot && lost) in tmc_update_etf_buffer() 553 if (buf->snapshot) in tmc_update_etf_buffer()
|
D | coresight-etb10.c | 389 buf->snapshot = overwrite; in etb_alloc_buffer() 499 if (!buf->snapshot && to_read > handle->size) { in etb_update_buffer() 523 if (!buf->snapshot && lost) in etb_update_buffer() 564 if (buf->snapshot) in etb_update_buffer()
|
D | coresight-priv.h | 102 bool snapshot; member
|
/drivers/pwm/ |
D | pwm-sti.c | 70 u32 snapshot[3]; member 369 high = ddata->snapshot[1] - ddata->snapshot[0]; in sti_pwm_capture() 370 low = ddata->snapshot[2] - ddata->snapshot[1]; in sti_pwm_capture() 441 &ddata->snapshot[ddata->index]); in sti_pwm_interrupt()
|
/drivers/misc/echo/ |
D | echo.c | 180 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create() 181 if (!ec->snapshot) in oslec_create() 217 kfree(ec->snapshot); in oslec_free() 256 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t)); in oslec_snapshot()
|
D | echo.h | 172 int16_t *snapshot; member
|
/drivers/perf/ |
D | arm_spe_pmu.c | 64 bool snapshot; member 371 if (!buf->snapshot) in arm_spe_pmu_pad_buf() 511 limit = buf->snapshot ? arm_spe_pmu_next_snapshot_off(handle) in arm_spe_perf_aux_output_begin() 532 if (buf->snapshot) in arm_spe_perf_aux_output_end() 836 int nr_pages, bool snapshot) in arm_spe_pmu_setup_aux() argument 852 if (snapshot && (nr_pages & 1)) in arm_spe_pmu_setup_aux() 874 buf->snapshot = snapshot; in arm_spe_pmu_setup_aux()
|
D | arm-cmn.c | 680 bool snapshot) in arm_cmn_read_dtm() argument 686 offset = snapshot ? CMN_DTM_PMEVCNTSR : CMN_DTM_PMEVCNT; in arm_cmn_read_dtm()
|
/drivers/net/dsa/mv88e6xxx/ |
D | devlink.c | 456 .snapshot = mv88e6xxx_region_global_snapshot, 467 .snapshot = mv88e6xxx_region_global_snapshot, 474 .snapshot = mv88e6xxx_region_atu_snapshot, 480 .snapshot = mv88e6xxx_region_port_snapshot,
|
/drivers/md/ |
D | Makefile | 10 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \ 64 obj-$(CONFIG_DM_SNAPSHOT) += dm-snapshot.o
|
/drivers/media/usb/pwc/ |
D | Kconfig | 46 This option makes USB Philips cameras register the snapshot button as
|
/drivers/net/ethernet/intel/ice/ |
D | ice_devlink.c | 531 .snapshot = ice_devlink_nvm_snapshot, 537 .snapshot = ice_devlink_devcaps_snapshot,
|
/drivers/net/dsa/sja1105/ |
D | sja1105_devlink.c | 57 .snapshot = sja1105_region_static_config_snapshot,
|
/drivers/scsi/isci/ |
D | scu_task_context.h | 866 struct transport_snapshot snapshot; /* read only set to 0 */ member
|
/drivers/virtio/ |
D | virtio_ring.c | 1253 } snapshot; in virtqueue_kick_prepare_packed() local 1267 snapshot.u32 = *(u32 *)vq->packed.vring.device; in virtqueue_kick_prepare_packed() 1268 flags = le16_to_cpu(snapshot.flags); in virtqueue_kick_prepare_packed() 1278 off_wrap = le16_to_cpu(snapshot.off_wrap); in virtqueue_kick_prepare_packed()
|
/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.c | 2315 #define SNAPSHOT_ADDR(ofs) (priv->snapshot[((ofs) >> 12) & 0xff] + ((ofs) & 0xfff)) 2319 if (!priv->snapshot[0]) in ipw2100_snapshot_free() 2322 kfree(priv->snapshot[i]); in ipw2100_snapshot_free() 2323 priv->snapshot[0] = NULL; in ipw2100_snapshot_free() 2330 if (priv->snapshot[0]) in ipw2100_snapshot_alloc() 2333 priv->snapshot[i] = kmalloc(0x1000, GFP_ATOMIC); in ipw2100_snapshot_alloc() 2334 if (!priv->snapshot[i]) { in ipw2100_snapshot_alloc() 2338 kfree(priv->snapshot[--i]); in ipw2100_snapshot_alloc() 2339 priv->snapshot[0] = NULL; in ipw2100_snapshot_alloc() 3868 if (priv->snapshot[0]) in show_memory() [all …]
|
D | ipw2100.h | 502 u8 *snapshot[0x30]; member
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1486 * that a FIFO will be freed to handle snapshot requests for 1879 * Switch to the active FIFO after clearing the snapshot 1910 * The first is a snapshot save pointers where the current FIFO is not 1911 * active and contains a snapshot of the current poniter information. 1916 * of snapshot is not active.
|
/drivers/net/netdevsim/ |
D | dev.c | 383 .snapshot = nsim_dev_take_snapshot,
|