Home
last modified time | relevance | path

Searched refs:track (Results 151 - 175 of 214) sorted by relevance

123456789

/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/
H A Dcmd.h198 bool track);
H A Dmain.c539 mlx5vf_pci_save_device_data(struct mlx5vf_pci_core_device *mvdev, bool track) in mlx5vf_pci_save_device_data() argument
581 if (track) { in mlx5vf_pci_save_device_data()
593 ret = mlx5vf_cmd_save_vhca_state(mvdev, migf, buf, false, track); in mlx5vf_pci_save_device_data()
H A Dcmd.c579 bool track) in mlx5vf_cmd_save_vhca_state()
609 MLX5_SET(save_vhca_state_in, in, set_track, track); in mlx5vf_cmd_save_vhca_state()
613 async_data->last_chunk = !track; in mlx5vf_cmd_save_vhca_state()
576 mlx5vf_cmd_save_vhca_state(struct mlx5vf_pci_core_device *mvdev, struct mlx5_vf_migration_file *migf, struct mlx5_vhca_data_buffer *buf, bool inc, bool track) mlx5vf_cmd_save_vhca_state() argument
/third_party/lame/libmp3lame/
H A Did3tag.c1186 id3tag_set_track(lame_t gfp, const char *track) in id3tag_set_track() argument
1192 if (gfc && track && *track) { in id3tag_set_track()
1193 int num = atoi(track); in id3tag_set_track()
1194 /* check for valid ID3v1 track number range */ in id3tag_set_track()
1197 ret = -1; /* track number out of ID3v1 range, ignored for ID3v1 */ in id3tag_set_track()
1204 /* Look for the total track count after a "/", same restrictions */ in id3tag_set_track()
1205 trackcount = strchr(track, '/'); in id3tag_set_track()
1209 copyV1ToV2(gfp, ID_TRACK, track); in id3tag_set_track()
1891 /* limit comment field to 28 bytes if a track i in lame_get_id3v1_tag()
[all...]
/third_party/openSLES/api/1.1/
H A DOpenSLES.h2231 SLuint16 track
2241 SLuint16 track
2307 SLuint16 track,
2312 SLuint16 track,
2317 SLuint16 track,
2322 SLuint16 track,
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h2031 SLuint16 track
2041 SLuint16 track
2107 SLuint16 track,
2112 SLuint16 track,
2117 SLuint16 track,
2122 SLuint16 track,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMetadata.cpp64 track(); in MetadataAsValue()
139 track(); in handleChangedMetadata()
143 void MetadataAsValue::track() { in track() function in MetadataAsValue
145 MetadataTracking::track(&MD, *MD, *this); in track()
153 bool MetadataTracking::track(void *Ref, Metadata &MD, OwnerTy Owner) { in track() function in MetadataTracking
254 MetadataTracking::track(Ref); in replaceAllUsesWith()
/third_party/openSLES/api/1.0/
H A DOpenSLES.h2025 SLuint16 track
2035 SLuint16 track
2101 SLuint16 track,
2106 SLuint16 track,
2111 SLuint16 track,
2116 SLuint16 track,
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.h245 TVariable* declareNonArray(const TSourceLoc&, const TString& identifier, const TType&, bool track);
246 void declareArray(const TSourceLoc&, const TString& identifier, const TType&, TSymbol*&, bool track);
462 // in tx.mips[tx.mips[0][1].x][2], we need a stack. We also track the TSourceLoc for error reporting
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DServer.cpp290 lock.track(children); in Impl()
559 lock.track(s->variables); in scope()
H A DContext.cpp408 void Context::Lock::track(const std::shared_ptr<Variables> &vars) in track() function in vk::dbg::Context::Lock
/third_party/optimized-routines/string/arm/
H A Dmemchr.S107 60: @ We're here because the fast path found a hit - now we have to track down exactly which word it was
/kernel/linux/linux-5.10/drivers/block/
H A Dpktcdvd.c1520 static int pkt_get_track_info(struct pktcdvd_device *pd, __u16 track, __u8 type, track_information *ti) in pkt_get_track_info() argument
1528 cgc.cmd[4] = (track & 0xff00) >> 8; in pkt_get_track_info()
1529 cgc.cmd[5] = track & 0xff; in pkt_get_track_info()
1564 /* if this track is blank, try the previous. */ in pkt_get_last_written()
1673 * 1 -- we can write to this track, 0 -- we can't
1680 /* The track is always writable on DVD+RW/DVD-RAM */ in pkt_writable_track()
1725 * for disc type 0xff we should probably reserve a new track. in pkt_writable_disc()
1729 pkt_notice(pd, "unknown disc - no track?\n"); in pkt_writable_disc()
1744 pkt_err(pd, "can't write to last track (reserved)\n"); in pkt_writable_disc()
1757 int ret, track; in pkt_probe_settings() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_api.c725 static void __nft_reg_track_clobber(struct nft_regs_track *track, u8 dreg) in __nft_reg_track_clobber() argument
729 for (i = track->regs[dreg].num_reg; i > 0; i--) in __nft_reg_track_clobber()
730 __nft_reg_track_cancel(track, dreg - i); in __nft_reg_track_clobber()
733 static void __nft_reg_track_update(struct nft_regs_track *track, in __nft_reg_track_update() argument
737 track->regs[dreg].selector = expr; in __nft_reg_track_update()
738 track->regs[dreg].bitwise = NULL; in __nft_reg_track_update()
739 track->regs[dreg].num_reg = num_reg; in __nft_reg_track_update()
742 void nft_reg_track_update(struct nft_regs_track *track, in nft_reg_track_update() argument
748 __nft_reg_track_clobber(track, dreg); in nft_reg_track_update()
752 __nft_reg_track_update(track, exp in nft_reg_track_update()
756 nft_reg_track_cancel(struct nft_regs_track *track, u8 dreg, u8 len) nft_reg_track_cancel() argument
769 __nft_reg_track_cancel(struct nft_regs_track *track, u8 dreg) __nft_reg_track_cancel() argument
9317 nft_expr_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_expr_reduce() argument
9326 struct nft_regs_track track = {}; nf_tables_commit_chain_prepare() local
[all...]
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak119 # stream side-data; not setting any track to default if the user requested it;
154 # it also tests setting a track as suitable for hearing impaired.
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dgtt.c812 struct intel_vgpu_page_track *track; in intel_vgpu_find_spt_by_gfn() local
814 track = intel_vgpu_find_page_track(vgpu, gfn); in intel_vgpu_find_spt_by_gfn()
815 if (track && track->handler == ppgtt_write_protection_handler) in intel_vgpu_find_spt_by_gfn()
816 return track->priv_data; in intel_vgpu_find_spt_by_gfn()
/kernel/linux/linux-6.6/drivers/block/
H A Dpktcdvd.c1557 static int pkt_get_track_info(struct pktcdvd_device *pd, __u16 track, __u8 type, track_information *ti) in pkt_get_track_info() argument
1565 put_unaligned_be16(track, &cgc.cmd[4]); in pkt_get_track_info()
1600 /* if this track is blank, try the previous. */ in pkt_get_last_written()
1710 * 1 -- we can write to this track, 0 -- we can't
1719 /* The track is always writable on DVD+RW/DVD-RAM */ in pkt_writable_track()
1765 * for disc type 0xff we should probably reserve a new track. in pkt_writable_disc()
1769 dev_notice(ddev, "unknown disc - no track?\n"); in pkt_writable_disc()
1784 dev_err(ddev, "can't write to last track (reserved)\n"); in pkt_writable_disc()
1798 int ret, track; in pkt_probe_settings() local
1820 track in pkt_probe_settings()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dgtt.c803 struct intel_vgpu_page_track *track; in intel_vgpu_find_spt_by_gfn() local
805 track = intel_vgpu_find_page_track(vgpu, gfn); in intel_vgpu_find_spt_by_gfn()
806 if (track && track->handler == ppgtt_write_protection_handler) in intel_vgpu_find_spt_by_gfn()
807 return track->priv_data; in intel_vgpu_find_spt_by_gfn()
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs2387 #[doc = "< Name of the track group"]
2390 pub track: *mut ___itt_track,
2391 #[doc = "< Type of the track group"]
2422 unsafe { &(*(::std::ptr::null::<___itt_track_group>())).track as *const _ as usize }, in bindgen_test_layout____itt_track_group()
2428 stringify!(track) in bindgen_test_layout____itt_track_group()
2474 #[doc = " @brief Placeholder for custom track types. Currently, \"normal\" custom track"]
2475 #[doc = " is the only available track type."]
2481 #[doc = "< Name of the track group"]
2483 #[doc = "< Parent group to a track"]
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dget_feat.pl592 track dependencies during documentation build.
/kernel/linux/linux-6.6/mm/kasan/
H A Dkasan.h152 #define KASAN_SLAB_FREETRACK 0xFA /* freed slab object with free track */
247 /* Free track is stored in kasan_free_meta. */
372 void kasan_set_track(struct kasan_track *track, gfp_t flags);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h466 virtual bool track(const TargetRegisterClass *RC) const { return true; }
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak71 # Timestamp files to keep track of current build state
285 # Keep track of whether they are built via timestamp files.
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.h322 ITT_STUBV(ITTAPI, void, set_track, (__itt_track *track), (ITT_FORMAT track), set_track, __itt_group_structure, "%p")
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak71 # Timestamp files to keep track of current build state
266 # Keep track of whether they are built via timestamp files.

Completed in 56 milliseconds

123456789