Searched refs:snapshot (Results 101 - 115 of 115) sorted by relevance

12345

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h502 u8 *snapshot[0x30]; member in struct:ipw2100_priv
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile46 $(eval $(call tar_download,WIREGUARD_TOOLS,wireguard-tools,1.0.20210914,.tar.xz,https://git.zx2c4.com/wireguard-tools/snapshot/,97ff31489217bb265b7ae850d3d0f335ab07d2652ba1feec88b734bc96bd05ac))
/linux-master/include/linux/
H A Dtrace_events.h119 /* it's true when current open file is snapshot */
120 bool snapshot; member in struct:trace_iterator
/linux-master/fs/bcachefs/
H A Drecovery.c28 #include "snapshot.h"
1000 packed_inode.inode.k.p.snapshot = U32_MAX;
H A Dalloc_background.c1862 if (i->snapshot)
1874 i->snapshot = true;
H A Dtrace.h18 __entry->dst##_snapshot = (src).snapshot
/linux-master/tools/perf/util/
H A Devsel.c427 evsel->snapshot = orig->snapshot;
H A Dparse-events.c1529 evsel->snapshot = info.snapshot;
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.c975 .snapshot = dpu_kms_mdp_snapshot,
/linux-master/kernel/trace/
H A Dtrace.h261 * struct cond_snapshot - conditional snapshot data and callback
264 * data associated with the snapshot for a given tracing instance.
266 * When a snapshot is taken conditionally, by invoking
274 * snapshot associated with the trace_array.
277 * associated with the snapshot if it decides to, and returns 'true'
278 * in that case, or it returns 'false' if the conditional snapshot
289 * @update: When a conditional snapshot is invoked, the update()
292 * take the snapshot, by returning 'true' if so, 'false' if no
293 * snapshot should be taken. Because the max_lock is held for
296 * to in association with the snapshot
338 unsigned int snapshot; member in struct:trace_array
[all...]
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c1742 * @snapshot: Flag for snapshot mode
1752 int nr_pages, bool snapshot)
1751 aux_buffer_setup(struct perf_event *event, void **pages, int nr_pages, bool snapshot) argument
/linux-master/drivers/net/netdevsim/
H A Ddev.c114 pr_err("Failed to get snapshot id\n");
122 pr_err("Failed to create region snapshot\n");
559 .snapshot = nsim_dev_take_snapshot,
/linux-master/drivers/perf/
H A Darm-cmn.c1393 bool snapshot)
1400 offset = snapshot ? CMN_DTM_PMEVCNTSR : CMN_DTM_PMEVCNT;
1392 arm_cmn_read_dtm(struct arm_cmn *cmn, struct arm_cmn_hw_event *hw, bool snapshot) argument
/linux-master/tools/testing/selftests/mm/
H A Dhmm-tests.c1422 * Test memory snapshot without faulting in pages accessed by the device.
1464 * Test memory snapshot without faulting in pages accessed by the device.
1466 TEST_F(hmm2, snapshot)
1605 /* Initialize the pages the device will snapshot in buffer->ptr. */
1955 /* Take snapshot to CPU pagetables */
2049 /* Take snapshot to CPU pagetables */
/linux-master/fs/btrfs/
H A Dinode.c1895 * If the extent was created before the generation where the last snapshot
3590 * a) a root (snapshot/subvolume) deletion in progress
3594 * of the snapshot/subvolume's tree completes.
4319 * reference to at the time of the snapshot creation. In the meantime
4320 * we could have renamed the real subvol link into our snapshot, so
4658 "extent tree v2 doesn't support snapshot deletion yet");
4697 * 2) create snapshot under dir foo
4698 * 3) delete the snapshot
5040 * This is to ensure the snapshot captures a fully consistent
5041 * state of this file - if the snapshot capture
9354 start_delalloc_inodes(struct btrfs_root *root, struct writeback_control *wbc, bool snapshot, bool in_reclaim_context) argument
[all...]

Completed in 272 milliseconds

12345