Home
last modified time | relevance | path

Searched refs:snapshot (Results 1 – 25 of 28) sorted by relevance

12

/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c131 struct rmnet_vnd_stats snapshot; in rmnet_get_stats64() local
139 snapshot = pcpu_ptr->stats; /* struct assignment */ in rmnet_get_stats64()
142 total_stats.rx_pkts += snapshot.rx_pkts; in rmnet_get_stats64()
143 total_stats.rx_bytes += snapshot.rx_bytes; in rmnet_get_stats64()
144 total_stats.tx_pkts += snapshot.tx_pkts; in rmnet_get_stats64()
145 total_stats.tx_bytes += snapshot.tx_bytes; in rmnet_get_stats64()
146 total_stats.tx_drops += snapshot.tx_drops; in rmnet_get_stats64()
/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c42 bool snapshot; member
1241 int nr_pages, void **pages, bool snapshot) in alloc_etr_buf() argument
1280 void **pages, bool snapshot) in get_perf_etr_buf_cpu_wide() argument
1316 etr_buf = alloc_etr_buf(drvdata, event, nr_pages, pages, snapshot); in get_perf_etr_buf_cpu_wide()
1344 void **pages, bool snapshot) in get_perf_etr_buf_per_thread() argument
1350 return alloc_etr_buf(drvdata, event, nr_pages, pages, snapshot); in get_perf_etr_buf_per_thread()
1355 int nr_pages, void **pages, bool snapshot) in get_perf_etr_buf() argument
1359 pages, snapshot); in get_perf_etr_buf()
1362 pages, snapshot); in get_perf_etr_buf()
1367 int nr_pages, void **pages, bool snapshot) in tmc_etr_setup_perf_buf() argument
[all …]
Dcoresight-trbe.c68 bool snapshot; member
297 if (!buf->snapshot) in trbe_pad_buf()
518 if (buf->snapshot) in compute_trbe_buffer_limit()
678 int nr_pages, bool snapshot) in arm_trbe_alloc_buffer() argument
714 buf->snapshot = snapshot; in arm_trbe_alloc_buffer()
811 if (buf->snapshot) in arm_trbe_update_buffer()
1018 if (buf->snapshot) in trbe_handle_overflow()
Dcoresight-tmc-etf.c406 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()
552 if (buf->snapshot) in tmc_update_etf_buffer()
Dcoresight-etb10.c389 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()
563 if (buf->snapshot) in etb_update_buffer()
Dcoresight-priv.h102 bool snapshot; member
/drivers/pwm/
Dpwm-sti.c70 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/net/dsa/mv88e6xxx/
Ddevlink.c580 .snapshot = mv88e6xxx_region_global_snapshot,
591 .snapshot = mv88e6xxx_region_global_snapshot,
598 .snapshot = mv88e6xxx_region_atu_snapshot,
604 .snapshot = mv88e6xxx_region_vtu_snapshot,
610 .snapshot = mv88e6xxx_region_pvt_snapshot,
616 .snapshot = mv88e6xxx_region_port_snapshot,
/drivers/misc/echo/
Decho.c180 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()
Decho.h172 int16_t *snapshot; member
/drivers/perf/
Darm_spe_pmu.c64 bool snapshot; member
369 if (!buf->snapshot) in arm_spe_pmu_pad_buf()
509 limit = buf->snapshot ? arm_spe_pmu_next_snapshot_off(handle) in arm_spe_perf_aux_output_begin()
530 if (buf->snapshot) in arm_spe_perf_aux_output_end()
846 int nr_pages, bool snapshot) in arm_spe_pmu_setup_aux() argument
862 if (snapshot && (nr_pages & 1)) in arm_spe_pmu_setup_aux()
884 buf->snapshot = snapshot; in arm_spe_pmu_setup_aux()
/drivers/gpu/drm/msm/disp/
Dmsm_disp_snapshot_util.c139 if (kms->funcs->snapshot) in msm_disp_snapshot_capture_state()
140 kms->funcs->snapshot(disp_state, kms); in msm_disp_snapshot_capture_state()
/drivers/md/
DMakefile15 dm-snapshot-y += dm-snap.o dm-exception-store.o dm-snap-transient.o \
70 obj-$(CONFIG_DM_SNAPSHOT) += dm-snapshot.o
/drivers/net/dsa/sja1105/
Dsja1105_devlink.c57 .snapshot = sja1105_region_static_config_snapshot,
/drivers/media/usb/pwc/
DKconfig46 This option makes USB Philips cameras register the snapshot button as
/drivers/gpu/drm/msm/
Dmsm_kms.h124 void (*snapshot)(struct msm_disp_state *disp_state, struct msm_kms *kms); member
/drivers/net/ethernet/intel/ice/
Dice_devlink.c744 .snapshot = ice_devlink_nvm_snapshot,
750 .snapshot = ice_devlink_devcaps_snapshot,
/drivers/scsi/isci/
Dscu_task_context.h866 struct transport_snapshot snapshot; /* read only set to 0 */ member
/drivers/net/ethernet/intel/igc/
Digc_ptp.c863 ktime_get_snapshot(&adapter->snapshot); in igc_phc_get_syncdevicetime()
941 adapter, &adapter->snapshot, cts); in igc_ptp_getcrosststamp()
Digc.h245 struct system_time_snapshot snapshot; member
/drivers/virtio/
Dvirtio_ring.c1337 } snapshot; in virtqueue_kick_prepare_packed() local
1351 snapshot.u32 = *(u32 *)vq->packed.vring.device; in virtqueue_kick_prepare_packed()
1352 flags = le16_to_cpu(snapshot.flags); in virtqueue_kick_prepare_packed()
1362 off_wrap = le16_to_cpu(snapshot.off_wrap); in virtqueue_kick_prepare_packed()
/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c2315 #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 …]
Dipw2100.h502 u8 *snapshot[0x30]; member
/drivers/net/dsa/hirschmann/
Dhellcreek.c1321 .snapshot = hellcreek_devlink_region_vlan_snapshot,
1327 .snapshot = hellcreek_devlink_region_fdb_snapshot,
/drivers/scsi/aic7xxx/
Daic79xx.seq1486 * 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.

12