/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | virtio_transport_common.c | 513 size_t target, in virtio_transport_notify_poll_in() 527 size_t target, in virtio_transport_notify_poll_out() 543 size_t target, struct vsock_transport_recv_notify_data *data) in virtio_transport_notify_recv_init() 550 size_t target, struct vsock_transport_recv_notify_data *data) in virtio_transport_notify_recv_pre_block() 557 size_t target, struct vsock_transport_recv_notify_data *data) in virtio_transport_notify_recv_pre_dequeue() 564 size_t target, ssize_t copied, bool data_read, in virtio_transport_notify_recv_post_dequeue() 512 virtio_transport_notify_poll_in(struct vsock_sock *vsk, size_t target, bool *data_ready_now) virtio_transport_notify_poll_in() argument 526 virtio_transport_notify_poll_out(struct vsock_sock *vsk, size_t target, bool *space_avail_now) virtio_transport_notify_poll_out() argument 542 virtio_transport_notify_recv_init(struct vsock_sock *vsk, size_t target, struct vsock_transport_recv_notify_data *data) virtio_transport_notify_recv_init() argument 549 virtio_transport_notify_recv_pre_block(struct vsock_sock *vsk, size_t target, struct vsock_transport_recv_notify_data *data) virtio_transport_notify_recv_pre_block() argument 556 virtio_transport_notify_recv_pre_dequeue(struct vsock_sock *vsk, size_t target, struct vsock_transport_recv_notify_data *data) virtio_transport_notify_recv_pre_dequeue() argument 563 virtio_transport_notify_recv_post_dequeue(struct vsock_sock *vsk, size_t target, ssize_t copied, bool data_read, struct vsock_transport_recv_notify_data *data) virtio_transport_notify_recv_post_dequeue() argument
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
H A D | intel-pt.c | 30 #include "../../../util/target.h" 172 static int intel_pt_pick_bit(int bits, int target) in intel_pt_pick_bit() argument 178 if (pos <= target || pick < 0) in intel_pt_pick_bit() 180 if (pos >= target) in intel_pt_pick_bit() 794 bool cpu_wide = !target__none(&opts->target) && in intel_pt_recording_options() 795 !target__has_task(&opts->target); in intel_pt_recording_options() 891 !target__none(&opts->target) && in intel_pt_recording_options()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_iomap.c | 60 struct xfs_buftarg *target = xfs_inode_buftarg(ip); in xfs_bmbt_to_iomap() local 81 iomap->bdev = target->bt_bdev; in xfs_bmbt_to_iomap() 82 iomap->dax_dev = target->bt_daxdev; in xfs_bmbt_to_iomap() 98 struct xfs_buftarg *target = xfs_inode_buftarg(ip); in xfs_hole_to_iomap() local 104 iomap->bdev = target->bt_bdev; in xfs_hole_to_iomap() 105 iomap->dax_dev = target->bt_daxdev; in xfs_hole_to_iomap()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | net_namespace.c | 911 struct net *peer, *target = net; in rtnl_net_getid() local 944 target = rtnl_get_net_ns_capable(NETLINK_CB(skb).sk, id); in rtnl_net_getid() 945 if (IS_ERR(target)) { in rtnl_net_getid() 949 err = PTR_ERR(target); in rtnl_net_getid() 962 fillargs.nsid = peernet2id(target, peer); in rtnl_net_getid() 974 put_net(target); in rtnl_net_getid() 1034 "Invalid target network namespace id"); in rtnl_valid_dump_net_req()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mesh_hwmp.c | 102 u8 target_flags, const u8 *target, in mesh_path_sel_frame_tx() 135 mhwmp_dbg(sdata, "sending PREQ to %pM\n", target); in mesh_path_sel_frame_tx() 161 memcpy(pos, target, ETH_ALEN); in mesh_path_sel_frame_tx() 182 memcpy(pos, target, ETH_ALEN); in mesh_path_sel_frame_tx() 224 * @target: broken destination 235 u8 ttl, const u8 *target, u32 target_sn, in mesh_path_error_tx() 281 memcpy(pos, target, ETH_ALEN); in mesh_path_error_tx() 415 /* Originator here refers to the MP that was the target in the in hwmp_route_info_get() 573 /* Update target SN, if present */ in hwmp_preq_frame_process() 100 mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, const u8 *orig_addr, u32 orig_sn, u8 target_flags, const u8 *target, u32 target_sn, const u8 *da, u8 hop_count, u8 ttl, u32 lifetime, u32 metric, u32 preq_id, struct ieee80211_sub_if_data *sdata) mesh_path_sel_frame_tx() argument 234 mesh_path_error_tx(struct ieee80211_sub_if_data *sdata, u8 ttl, const u8 *target, u32 target_sn, u16 target_rcode, const u8 *ra) mesh_path_error_tx() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_trace.h | 497 TP_PROTO(struct drm_i915_private *i915, unsigned long target, unsigned flags), 498 TP_ARGS(i915, target, flags), 502 __field(unsigned long, target) 508 __entry->target = target; 512 TP_printk("dev=%d, target=%lu, flags=%x", 513 __entry->dev, __entry->target, __entry->flags)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.c | 1004 int target = mode->clock * 1000; in sti_hdmi_connector_mode_valid() local 1005 int target_min = target - CLK_TOLERANCE_HZ; in sti_hdmi_connector_mode_valid() 1006 int target_max = target + CLK_TOLERANCE_HZ; in sti_hdmi_connector_mode_valid() 1013 result = clk_round_rate(hdmi->clk_pix, target); in sti_hdmi_connector_mode_valid() 1015 DRM_DEBUG_DRIVER("target rate = %d => available rate = %d\n", in sti_hdmi_connector_mode_valid() 1016 target, result); in sti_hdmi_connector_mode_valid() 1019 DRM_DEBUG_DRIVER("hdmi pixclk=%d not supported\n", target); in sti_hdmi_connector_mode_valid()
|
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss_video.c | 652 .target = sel->target, in iss_video_get_selection() 657 switch (sel->target) { in iss_video_get_selection() 709 .target = sel->target, in iss_video_set_selection() 716 switch (sel->target) { in iss_video_set_selection()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispvideo.c | 770 .target = sel->target, in isp_video_get_selection() 775 switch (sel->target) { in isp_video_get_selection() 825 .target = sel->target, in isp_video_set_selection() 832 switch (sel->target) { in isp_video_set_selection()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_devlink.c | 391 u8 target; in bnxt_dl_livepatch_activate() local 412 for (target = 1; target <= FW_LIVEPATCH_REQ_FW_TARGET_LAST; target++) { in bnxt_dl_livepatch_activate() 413 query_req->fw_target = target; in bnxt_dl_livepatch_activate() 436 patch_req->fw_target = target; in bnxt_dl_livepatch_activate()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-sh-msiof.c | 608 bool target = spi_controller_is_target(p->ctlr); in sh_msiof_spi_start() local 612 if (!target) in sh_msiof_spi_start() 620 if (!ret && !target) in sh_msiof_spi_start() 628 bool target = spi_controller_is_target(p->ctlr); in sh_msiof_spi_stop() local 632 if (!target) in sh_msiof_spi_stop() 638 if (!ret && !target) in sh_msiof_spi_stop()
|
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss_video.c | 648 .target = sel->target, in iss_video_get_selection() 653 switch (sel->target) { in iss_video_get_selection() 704 .target = sel->target, in iss_video_set_selection() 711 switch (sel->target) { in iss_video_set_selection()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe.c | 1104 sel.target = V4L2_SEL_TGT_COMPOSE; in vfe_set_format() 1136 switch (sel->target) { in vfe_get_selection() 1160 switch (sel->target) { in vfe_get_selection() 1204 if (sel->target == V4L2_SEL_TGT_COMPOSE && in vfe_set_selection() 1218 crop.target = V4L2_SEL_TGT_CROP; in vfe_set_selection() 1221 } else if (sel->target == V4L2_SEL_TGT_CROP && in vfe_set_selection()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.c | 1012 int target = mode->clock * 1000; in sti_hdmi_connector_mode_valid() local 1013 int target_min = target - CLK_TOLERANCE_HZ; in sti_hdmi_connector_mode_valid() 1014 int target_max = target + CLK_TOLERANCE_HZ; in sti_hdmi_connector_mode_valid() 1021 result = clk_round_rate(hdmi->clk_pix, target); in sti_hdmi_connector_mode_valid() 1023 DRM_DEBUG_DRIVER("target rate = %d => available rate = %d\n", in sti_hdmi_connector_mode_valid() 1024 target, result); in sti_hdmi_connector_mode_valid() 1027 DRM_DEBUG_DRIVER("hdmi pixclk=%d not supported\n", target); in sti_hdmi_connector_mode_valid()
|
/kernel/linux/linux-6.6/drivers/hwtracing/ptt/ |
H A D | hisi_ptt.c | 651 "filter update fifo overflow for target %s\n", in hisi_ptt_notifier_call() 1383 int target, src; in hisi_ptt_cpu_teardown() local 1392 target = cpumask_any_but(cpumask_of_node(dev_to_node(&hisi_ptt->pdev->dev)), cpu); in hisi_ptt_cpu_teardown() 1393 if (target >= nr_cpu_ids) { in hisi_ptt_cpu_teardown() 1398 perf_pmu_migrate_context(&hisi_ptt->hisi_ptt_pmu, src, target); in hisi_ptt_cpu_teardown() 1404 if (irq_set_affinity(hisi_ptt->trace_irq, cpumask_of(target))) in hisi_ptt_cpu_teardown() 1407 hisi_ptt->trace_ctrl.on_cpu = target; in hisi_ptt_cpu_teardown()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/ |
H A D | mount_setattr_test.c | 316 char *opts, *target; in is_shared_mount() local 318 target = get_field(line, 4); in is_shared_mount() 319 if (!target) in is_shared_mount() 322 opts = get_field(target, 2); in is_shared_mount() 326 null_endofword(target); in is_shared_mount() 328 if (strcmp(target, path) != 0) in is_shared_mount()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | net_namespace.c | 900 struct net *peer, *target = net; in rtnl_net_getid() local 933 target = rtnl_get_net_ns_capable(NETLINK_CB(skb).sk, id); in rtnl_net_getid() 934 if (IS_ERR(target)) { in rtnl_net_getid() 938 err = PTR_ERR(target); in rtnl_net_getid() 951 fillargs.nsid = peernet2id(target, peer); in rtnl_net_getid() 963 put_net(target); in rtnl_net_getid() 1023 "Invalid target network namespace id"); in rtnl_valid_dump_net_req()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mesh_hwmp.c | 102 u8 target_flags, const u8 *target, in mesh_path_sel_frame_tx() 135 mhwmp_dbg(sdata, "sending PREQ to %pM\n", target); in mesh_path_sel_frame_tx() 161 memcpy(pos, target, ETH_ALEN); in mesh_path_sel_frame_tx() 182 memcpy(pos, target, ETH_ALEN); in mesh_path_sel_frame_tx() 224 * @target: broken destination 235 u8 ttl, const u8 *target, u32 target_sn, in mesh_path_error_tx() 281 memcpy(pos, target, ETH_ALEN); in mesh_path_error_tx() 421 /* Originator here refers to the MP that was the target in the in hwmp_route_info_get() 587 /* Update target SN, if present */ in hwmp_preq_frame_process() 100 mesh_path_sel_frame_tx(enum mpath_frame_type action, u8 flags, const u8 *orig_addr, u32 orig_sn, u8 target_flags, const u8 *target, u32 target_sn, const u8 *da, u8 hop_count, u8 ttl, u32 lifetime, u32 metric, u32 preq_id, struct ieee80211_sub_if_data *sdata) mesh_path_sel_frame_tx() argument 234 mesh_path_error_tx(struct ieee80211_sub_if_data *sdata, u8 ttl, const u8 *target, u32 target_sn, u16 target_rcode, const u8 *ra) mesh_path_error_tx() argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 307 String target = han.transliterate(source); in TestHan() 310 assertFalse("No Han must be left after Han-Latin transliteration",allHan.containsSome(target)); in TestHan() 313 String target2 = pn.transliterate(target); in TestHan() 321 String target3 = np.transliterate(target); in TestHan() 322 boolean roundtripOK = target3.equals(target); in TestHan() 331 out.println("Pinyin: " + target); in TestHan() 1198 * that everything roundtrips from target -> source -> target, except roundtripExceptions 1376 TestFmwk.logln("Checking that source -> target -> source"); in checkSourceTargetSource() 1377 out.println("<h3>Checking that source -> target in checkSourceTargetSource() [all...] |
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | CollationPerformanceTest.java | 1247 int compare(String source, String target, Comparator c) { in compare() argument 1249 return c.compare(source, target); in compare() 1252 int compare(java.text.CollationKey source, java.text.CollationKey target) { in compare() argument 1254 return source.compareTo(target); in compare() 1257 int compare(com.ibm.icu.text.CollationKey source, com.ibm.icu.text.CollationKey target) { in compare() argument 1259 return source.compareTo(target); in compare()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 292 String target = han.transliterate(source); in TestHan() 295 assertFalse("No Han must be left after Han-Latin transliteration",allHan.containsSome(target)); in TestHan() 298 String target2 = pn.transliterate(target); in TestHan() 306 String target3 = np.transliterate(target); in TestHan() 307 boolean roundtripOK = target3.equals(target); in TestHan() 316 out.println("Pinyin: " + target); in TestHan() 1183 * that everything roundtrips from target -> source -> target, except roundtripExceptions 1361 TestFmwk.logln("Checking that source -> target -> source"); in checkSourceTargetSource() 1362 out.println("<h3>Checking that source -> target in checkSourceTargetSource() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.c | 830 struct pipe_video_buffer *target, in ruvd_begin_frame() 839 vl_video_buffer_set_associated_data(target, decoder, (void *)frame, in ruvd_begin_frame() 852 struct pipe_video_buffer *target, in ruvd_decode_macroblock() 865 struct pipe_video_buffer *target, in ruvd_decode_bitstream() 924 struct pipe_video_buffer *target, in ruvd_end_frame() 967 dt = dec->set_dtb(dec->msg, (struct vl_video_buffer *)target); in ruvd_end_frame() 1204 * fill decoding target field from the luma and chroma surfaces 829 ruvd_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_begin_frame() argument 851 ruvd_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) ruvd_decode_macroblock() argument 864 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) ruvd_decode_bitstream() argument 923 ruvd_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_end_frame() argument
|
/third_party/node/src/ |
H A D | node.h | 808 #define NODE_DEFINE_CONSTANT(target, constant) \ 810 v8::Isolate* isolate = target->GetIsolate(); \ 819 (target)->DefineOwnProperty(context, \ 826 #define NODE_DEFINE_HIDDEN_CONSTANT(target, constant) \ 828 v8::Isolate* isolate = target->GetIsolate(); \ 840 (target)->DefineOwnProperty(context, \ 1090 // accessed through process._linkedBinding() in the target Environment and all
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | command.js | 1690 const negativeOption = this.options.find(target => target.negate && optionKey === target.attributeName()); 1691 const positiveOption = this.options.find(target => !target.negate && optionKey === target.attributeName());
|
/third_party/ninja/src/ |
H A D | build.cc | 93 bool Plan::AddTarget(const Node* target, string* err) {
in AddTarget() argument 94 return AddSubTarget(target, NULL, err, NULL);
in AddTarget() 596 *err = "unknown target: '" + name + "'";
in AddTarget() 604 bool Builder::AddTarget(Node* target, string* err) {
in AddTarget() argument 606 if (!scan_.RecomputeDirty(target, &validation_nodes, err))
in AddTarget() 609 Edge* in_edge = target->in_edge();
in AddTarget() 611 if (!plan_.AddTarget(target, err)) {
in AddTarget()
|