Home
last modified time | relevance | path

Searched refs:target (Results 6901 - 6925 of 7599) sorted by relevance

1...<<271272273274275276277278279280>>...304

/kernel/linux/linux-5.10/fs/btrfs/
H A Dvolumes.c2324 * target added to the sprout FS, so there will be no more in btrfs_rm_dev_replace_free_srcdev()
3598 if (bargs->target == chunk_type) in chunk_soft_convert_filter()
3913 * Validate target profile against allowed profiles and return true if it's OK.
3924 if (alloc_profile_is_valid(bargs->target, 1) && in validate_convert_profile()
3925 (bargs->target & ~allowed) == 0) in validate_convert_profile()
3929 type, btrfs_bg_type_to_raid_name(bargs->target)); in validate_convert_profile()
3979 btrfs_bg_type_to_raid_name(bargs->target)); in describe_balance_args()
4168 !(bctl->sys.target & allowed)) || in btrfs_balance()
4171 !(bctl->meta.target & allowed))) in btrfs_balance()
4176 /* if we're not converting, the target fiel in btrfs_balance()
[all...]
H A Dbackref.c398 struct prelim_ref target = {}; in is_shared_data_backref() local
401 target.parent = bytenr; in is_shared_data_backref()
406 result = prelim_ref_compare(ref, &target); in is_shared_data_backref()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_nir.cpp3276 * Fetch the current render target layer index.
3282 /* The render target array index is provided in the thread payload as
3290 /* The render target array index is provided in the thread payload as
3311 unsigned target)
3337 emit_mcs_fetch(coords, 3, brw_imm_ud(target), fs_reg()) : fs_reg();
3368 srcs[TEX_LOGICAL_SRC_SURFACE] = brw_imm_ud(target);
3380 * Actual coherent framebuffer read implemented using the native render target
3384 emit_coherent_fb_read(const fs_builder &bld, const fs_reg &dst, unsigned target)
3388 inst->target = target;
[all...]
/third_party/node/deps/ada/
H A Dada.h4343 const std::string_view target = details::is_special_list[hash_value]; in is_special() local
4344 return (target[0] == scheme[0]) && (target.substr(1) == scheme.substr(1)); in is_special()
4351 const std::string_view target = details::is_special_list[hash_value]; variable
4352 if ((target[0] == scheme[0]) && (target.substr(1) == scheme.substr(1))) {
4366 const std::string_view target = details::is_special_list[hash_value]; variable
4367 if ((target[0] == scheme[0]) && (target.substr(1) == scheme.substr(1))) {
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp822 * @tc.cases: case4. target size is (0.0, 0.0) in HWTEST_F()
1527 * @tc.steps: step1. create menuLayoutAlgorithm and target is null in HWTEST_F()
1538 auto target = FrameNode::GetOrCreateFrameNode("text", nodeId, []() { return AceType::MakeRefPtr<Pattern>(); }); in HWTEST_F() local
1539 ASSERT_NE(target, nullptr); in HWTEST_F()
1542 * @tc.steps: step2. target is null but the geometry node of target is null in HWTEST_F()
1547 * @tc.steps: step3. layoutWrapper, target node and the geometry node of target is not null, isContextMenu is false in HWTEST_F()
1568 target->geometryNode_ = geometryNode; in HWTEST_F()
1573 * @tc.steps: step4. layoutWrapper, target an in HWTEST_F()
[all...]
H A Dmenu_layoutScd_test_ng.cpp1730 * @tc.steps: step1. create menuLayoutAlgorithm and target is null in HWTEST_F()
1740 auto target = FrameNode::GetOrCreateFrameNode("text", nodeId, []() { return AceType::MakeRefPtr<Pattern>(); }); in HWTEST_F() local
1741 ASSERT_NE(target, nullptr); in HWTEST_F()
1744 * @tc.steps: step3. layoutWrapper, target node and the geometry node of target is not null, isContextMenu is false in HWTEST_F()
1760 target->geometryNode_ = geometryNode; in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp76 std::string target = "/system/bin/render_service"; in IsLocalRender() local
77 bool result = processName.substr(0, target.size()) == target; in IsLocalRender()
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-bitmap.c149 sector_t target; in read_sb_page() local
157 target = offset + index * (PAGE_SIZE/512); in read_sb_page()
159 if (sync_page_io(rdev, target, in read_sb_page()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov5640.c1439 static int ov5640_set_ae_target(struct ov5640_dev *sensor, int target) in ov5640_set_ae_target() argument
1445 sensor->ae_low = target * 23 / 25; /* 0.92 */ in ov5640_set_ae_target()
1446 sensor->ae_high = target * 27 / 25; /* 1.08 */ in ov5640_set_ae_target()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/
H A Dib_isert.c20 #include <target/target_core_base.h>
21 #include <target/target_core_fabric.h>
22 #include <target/iscsi/iscsi_transport.h>
1602 * one here as target-core will have already dropped in isert_rdma_write_done()
1991 * the target core would like to use it, we will take it in isert_set_dif_domain()
2646 MODULE_DESCRIPTION("iSER-Target for mainline target infrastructure");
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1798 switch (s->target) { in s5p_jpeg_g_selection()
1835 if (s->target == V4L2_SEL_TGT_COMPOSE) { in s5p_jpeg_s_selection()
1840 } else if (s->target == V4L2_SEL_TGT_CROP) { in s5p_jpeg_s_selection()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_pr.c24 #include <target/target_core_base.h>
25 #include <target/target_core_backend.h>
26 #include <target/target_core_fabric.h>
751 * Only perform PR registrations for target ports on in __core_scsi3_alloc_registration()
1710 * this target port. in core_scsi3_decode_spec_i_port()
1794 * registered on all of the target ports in the SCSI target device in core_scsi3_decode_spec_i_port()
1796 * SCSI target port the PROUT REGISTER with SPEC_I_PT=1 in core_scsi3_decode_spec_i_port()
1939 * Include information about the associated SCSI target port. in core_scsi3_update_aptpl_buf()
3991 * 3.1.120) of the target por in core_scsi3_pri_read_full_status()
[all...]
H A Dtarget_core_user.c27 #include <target/target_core_base.h>
28 #include <target/target_core_fabric.h>
29 #include <target/target_core_backend.h>
H A Dtarget_core_configfs.c32 #include <target/target_core_base.h>
33 #include <target/target_core_backend.h>
34 #include <target/target_core_fabric.h>
82 * Attributes for /sys/kernel/config/target/
112 pr_err("db_root: cannot be changed: target drivers registered"); in target_core_item_dbroot_store()
203 * mkdir -p /sys/kernel/config/target/$MODULE_NAME in target_core_register_fabric()
215 * mkdir -p $CONFIGFS/target/iscsi in target_core_register_fabric()
228 * mkdir -p $CONFIGFS/target/loopback in target_core_register_fabric()
296 * All item attributes appearing in /sys/kernel/target/ appear here.
305 * Provides Fabrics Groups and Item Attributes for /sys/kernel/config/target/
[all...]
/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c2322 int target; in unix_stream_read_generic() local
2339 target = sock_rcvlowat(sk, flags & MSG_WAITALL, size); in unix_stream_read_generic()
2366 if (copied >= target) in unix_stream_read_generic()
/kernel/linux/linux-5.10/net/tls/
H A Dtls_sw.c1760 int target, err = 0; in tls_sw_recvmsg() local
1790 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in tls_sw_recvmsg()
1794 while (len && (decrypted + copied < target || ctx->recv_pkt)) { in tls_sw_recvmsg()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_intel.c691 snd_pcm_uframes_t hwptr, target; in azx_position_ok() local
740 target = runtime->hw_ptr_interrupt + runtime->period_size; in azx_position_ok()
741 if (hwptr < target) { in azx_position_ok()
/kernel/linux/linux-5.10/net/mac80211/
H A Dsta_info.c517 sta->cparams.target = MS2TIME(20); in sta_info_alloc()
2555 sta->cparams.target = MS2TIME(50); in sta_update_codel_params()
2559 sta->cparams.target = MS2TIME(20); in sta_update_codel_params()
/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.c1508 int target; in mptcp_recvmsg() local
1518 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in mptcp_recvmsg()
1540 if (copied >= target) in mptcp_recvmsg()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c1155 switch (s->target) { in vidioc_g_selection()
1171 switch (s->target) { in vidioc_g_selection()
1203 if (!ctx->is_enc || s->target != V4L2_SEL_TGT_CROP) in vidioc_s_selection()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c1146 switch (s->target) { in vidioc_g_selection()
1162 switch (s->target) { in vidioc_g_selection()
1194 if (!ctx->is_enc || s->target != V4L2_SEL_TGT_CROP) in vidioc_s_selection()
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c824 .target = S0,
836 .target = S1,
852 .target = S2,
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_pr.c24 #include <target/target_core_base.h>
25 #include <target/target_core_backend.h>
26 #include <target/target_core_fabric.h>
751 * Only perform PR registrations for target ports on in __core_scsi3_alloc_registration()
1694 * this target port. in core_scsi3_decode_spec_i_port()
1777 * registered on all of the target ports in the SCSI target device in core_scsi3_decode_spec_i_port()
1779 * SCSI target port the PROUT REGISTER with SPEC_I_PT=1 in core_scsi3_decode_spec_i_port()
1922 * Include information about the associated SCSI target port. in core_scsi3_update_aptpl_buf()
4025 * 3.1.120) of the target por in core_scsi3_pri_read_full_status()
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Df2fs.h1102 __field(dev_t, target)
1112 __entry->target = bio_dev(bio);
1121 show_dev(__entry->target),
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1796 switch (s->target) { in s5p_jpeg_g_selection()
1833 if (s->target == V4L2_SEL_TGT_COMPOSE) { in s5p_jpeg_s_selection()
1838 } else if (s->target == V4L2_SEL_TGT_CROP) { in s5p_jpeg_s_selection()

Completed in 95 milliseconds

1...<<271272273274275276277278279280>>...304