/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | volumes.c | 2324 * 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 D | backref.c | 398 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 D | brw_fs_nir.cpp | 3276 * 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 D | ada.h | 4343 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 D | menu_layoutFst_test_ng.cpp | 822 * @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 D | menu_layoutScd_test_ng.cpp | 1730 * @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 D | buffer_queue.cpp | 76 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 D | md-bitmap.c | 149 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 D | ov5640.c | 1439 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 D | ib_isert.c | 20 #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 D | jpeg-core.c | 1798 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 D | target_core_pr.c | 24 #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 D | target_core_user.c | 27 #include <target/target_core_base.h> 28 #include <target/target_core_fabric.h> 29 #include <target/target_core_backend.h>
|
H A D | target_core_configfs.c | 32 #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 D | af_unix.c | 2322 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 D | tls_sw.c | 1760 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 D | hda_intel.c | 691 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 D | sta_info.c | 517 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 D | protocol.c | 1508 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 D | vicodec-core.c | 1155 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 D | vicodec-core.c | 1146 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 D | felix_vsc9959.c | 824 .target = S0, 836 .target = S1, 852 .target = S2,
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_pr.c | 24 #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 D | f2fs.h | 1102 __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 D | jpeg-core.c | 1796 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()
|