/kernel/linux/linux-5.10/drivers/block/ |
H A D | pktcdvd.c | 1520 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...] |
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 107 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-6.6/net/netfilter/ |
H A D | nf_tables_api.c | 725 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...] |
/kernel/linux/linux-6.6/drivers/vfio/pci/mlx5/ |
H A D | main.c | 539 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 D | cmd.c | 579 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/ffmpeg/tests/fate/ |
H A D | matroska.mak | 119 # 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 D | gtt.c | 812 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 D | pktcdvd.c | 1557 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 D | gtt.c | 803 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 D | ittnotify_bindings.rs | 2387 #[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 D | get_feat.pl | 592 track dependencies during documentation build.
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | kasan.h | 152 #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/src/Vulkan/Debug/ |
H A D | Context.cpp | 408 void Context::Lock::track(const std::shared_ptr<Variables> &vars) in track() function in vk::dbg::Context::Lock
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 466 virtual bool track(const TargetRegisterClass *RC) const { return true; }
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 71 # 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 D | ittnotify_static.h | 322 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 D | makedata.mak | 71 # Timestamp files to keep track of current build state 266 # Keep track of whether they are built via timestamp files.
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_resource.c | 1002 if ((usage & PIPE_MAP_READ) && (valid || rsrc->track.nr_writers > 0)) { in panfrost_ptr_map() 1038 rsrc->track.nr_users > 0) { in panfrost_ptr_map() 1068 if (rsrc->track.nr_users > 0 || in panfrost_ptr_map()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-scsi.c | 1454 u32 sect, head, cyl, track; in ata_scsi_verify_xlat() local 1460 track = (u32)block / dev->sectors; in ata_scsi_verify_xlat() 1461 cyl = track / dev->heads; in ata_scsi_verify_xlat() 1462 head = track % dev->heads; in ata_scsi_verify_xlat() 1465 DPRINTK("block %u track %u cyl %u head %u sect %u\n", in ata_scsi_verify_xlat() 1466 (u32)block, track, cyl, head, sect); in ata_scsi_verify_xlat()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-wbt.c | 806 .track = wbt_track,
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-wbt.c | 887 .track = wbt_track,
|
/third_party/lame/include/ |
H A D | lame.h | 1228 /* return -1 result if track number is out of ID3v1 range 1230 int CDECL id3tag_set_track(lame_t gfp, const char* track);
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-scsi.c | 1475 u32 sect, head, cyl, track; in ata_scsi_verify_xlat() local 1481 track = (u32)block / dev->sectors; in ata_scsi_verify_xlat() 1482 cyl = track / dev->heads; in ata_scsi_verify_xlat() 1483 head = track % dev->heads; in ata_scsi_verify_xlat()
|
/third_party/node/deps/v8/third_party/ittapi/include/ |
H A D | ittnotify.h | 1010 * instance, this is used to track a single dynamic instance. 3304 __itt_string_handle* name; /*!< Name of the track group */ 3305 struct ___itt_track* track; /*!< List of child tracks */ member 3306 __itt_track_group_type tgtype; /*!< Type of the track group */ 3316 * @brief Placeholder for custom track types. Currently, "normal" custom track 3317 * is the only available track type. 3332 __itt_string_handle* name; /*!< Name of the track group */ 3333 __itt_track_group* group; /*!< Parent group to a track */ 3334 __itt_track_type ttype; /*!< Type of the track */ [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-alps.c | 128 u8 track[5]; member
|