Home
last modified time | relevance | path

Searched refs:vs (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dscsi.c257 static void vhost_scsi_init_inflight(struct vhost_scsi *vs, in vhost_scsi_init_inflight() argument
265 vq = &vs->vqs[i].vq; in vhost_scsi_init_inflight()
270 idx = vs->vqs[i].inflight_idx; in vhost_scsi_init_inflight()
272 old_inflight[i] = &vs->vqs[i].inflights[idx]; in vhost_scsi_init_inflight()
275 vs->vqs[i].inflight_idx = idx ^ 1; in vhost_scsi_init_inflight()
276 new_inflight = &vs->vqs[i].inflights[idx ^ 1]; in vhost_scsi_init_inflight()
384 struct vhost_scsi *vs = cmd->tvc_vhost; in vhost_scsi_release_cmd() local
386 llist_add(&cmd->tvc_completion_list, &vs->vs_completion_list); in vhost_scsi_release_cmd()
387 vhost_work_queue(&vs->dev, &vs->vs_completion_work); in vhost_scsi_release_cmd()
439 static void vhost_scsi_free_evt(struct vhost_scsi *vs, struct vhost_scsi_evt *evt) in vhost_scsi_free_evt() argument
[all …]
/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfpsingle.c54 static void vfp_single_normalise_denormal(struct vfp_single *vs) in vfp_single_normalise_denormal() argument
56 int bits = 31 - fls(vs->significand); in vfp_single_normalise_denormal()
58 vfp_single_dump("normalise_denormal: in", vs); in vfp_single_normalise_denormal()
61 vs->exponent -= bits - 1; in vfp_single_normalise_denormal()
62 vs->significand <<= bits; in vfp_single_normalise_denormal()
65 vfp_single_dump("normalise_denormal: out", vs); in vfp_single_normalise_denormal()
70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) in __vfp_single_normaliseround() argument
72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char … in __vfp_single_normaliseround()
78 vfp_single_dump("pack: in", vs); in __vfp_single_normaliseround()
83 if (vs->exponent == 255 && (vs->significand == 0 || exceptions)) in __vfp_single_normaliseround()
[all …]
/OK3568_Linux_fs/kernel/net/lapb/
H A Dlapb_out.c48 frame[0] |= lapb->vs << 1; in lapb_send_iframe()
57 *frame |= lapb->vs << 1; in lapb_send_iframe()
61 lapb->dev, lapb->state, poll_bit, lapb->vs, lapb->vr); in lapb_send_iframe()
72 start = !skb_peek(&lapb->ack_queue) ? lapb->va : lapb->vs; in lapb_kick()
77 lapb->vs = start; in lapb_kick()
99 lapb->vs = (lapb->vs + 1) % modulus; in lapb_kick()
106 } while (lapb->vs != end && (skb = skb_dequeue(&lapb->write_queue)) != NULL); in lapb_kick()
191 if (lapb->vs == nr) { in lapb_check_iframes_acked()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dyocto-check-layer.bbclass3 # The first test ensures that the layer has no recipes skipping 'installed-vs-shipped' QA checks
6 WARN_QA:remove = "installed-vs-shipped"
7 ERROR_QA:append = " installed-vs-shipped"
14 if 'installed-vs-shipped' in skip:
15 …oe.qa.handle_error("installed-vs-shipped", 'Package %s is skipping "installed-vs-shipped" QA test.…
/OK3568_Linux_fs/kernel/net/rose/
H A Drose_out.c38 skb->data[2] |= (rose->vs << 1) & 0x0E; in rose_send_iframe()
60 start = (skb_peek(&rose->ack_queue) == NULL) ? rose->va : rose->vs; in rose_kick()
66 rose->vs = start; in rose_kick()
88 rose->vs = (rose->vs + 1) % ROSE_MODULUS; in rose_kick()
95 } while (rose->vs != end && in rose_kick()
H A Drose_in.c45 rose->vs = 0; in rose_state1_machine()
112 rose->vs = 0; in rose_state3_machine()
130 rose->vs = 0; in rose_state3_machine()
152 rose->vs = 0; in rose_state3_machine()
172 rose->vs = 0; in rose_state3_machine()
226 rose->vs = 0; in rose_state4_machine()
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dieee754int.h54 #define EXPLODESP(v, vc, vs, ve, vm) \ argument
56 vs = SPSIGN(v); \
92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument
95 vs = DPSIGN(v); \
120 #define FLUSHDP(v, vc, vs, ve, vm) \ argument
127 v = ieee754dp_zero(vs); \
131 #define FLUSHSP(v, vc, vs, ve, vm) \ argument
138 v = ieee754sp_zero(vs); \
/OK3568_Linux_fs/kernel/net/x25/
H A Dx25_out.c124 skb->data[2] = (x25->vs << 1) & 0xFE; in x25_send_iframe()
129 skb->data[2] |= (x25->vs << 1) & 0x0E; in x25_send_iframe()
164 start = skb_peek(&x25->ack_queue) ? x25->vs : x25->va; in x25_kick()
170 x25->vs = start; in x25_kick()
192 x25->vs = (x25->vs + 1) % modulus; in x25_kick()
199 } while (x25->vs != end && in x25_kick()
H A Dx25_in.c98 x25->vs = 0; in x25_state1_machine()
222 x25->vs = 0; in x25_state3_machine()
244 x25->vs = 0; in x25_state3_machine()
266 x25->vs = 0; in x25_state3_machine()
284 x25->vs = 0; in x25_state3_machine()
358 x25->vs = 0; in x25_state4_machine()
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dverity.c81 struct incfs_df_verity_signature *vs = NULL; in incfs_end_enable_verity() local
88 vs = kzalloc(sizeof(*vs), GFP_NOFS); in incfs_end_enable_verity()
89 if (!vs) in incfs_end_enable_verity()
115 *vs = (struct incfs_df_verity_signature) { in incfs_end_enable_verity()
120 df->df_verity_signature = vs; in incfs_end_enable_verity()
121 vs = NULL; in incfs_end_enable_verity()
127 kfree(vs); in incfs_end_enable_verity()
616 struct incfs_df_verity_signature *vs; in incfs_get_verity_signature() local
623 vs = df->df_verity_signature; in incfs_get_verity_signature()
624 if (!vs) { in incfs_get_verity_signature()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2022-3165.patch33 @@ -2442,8 +2442,8 @@ static int protocol_client_msg(VncState *vs, uint8_t *data, size_t len)
43 @@ -2456,8 +2456,13 @@ static int protocol_client_msg(VncState *vs, uint8_t *data, size_t len)
47 - vnc_client_cut_text_ext(vs, abs(read_s32(data, 4)),
52 + vnc_client_error(vs);
55 + vnc_client_cut_text_ext(vs, dlen, read_u32(data, 8), data + 12);
58 vnc_client_cut_text(vs, read_u32(data, 4), data + 8);
/OK3568_Linux_fs/kernel/net/netrom/
H A Dnr_out.c86 skb->data[2] = nr->vs; in nr_send_iframe()
137 start = (skb_peek(&nr->ack_queue) == NULL) ? nr->va : nr->vs; in nr_kick()
143 nr->vs = start; in nr_kick()
168 nr->vs = (nr->vs + 1) % NR_MODULUS; in nr_kick()
175 } while (nr->vs != end && in nr_kick()
260 if (nrom->vs == nr) { in nr_check_iframes_acked()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0003-CVE-2021-42574.patch29 …Wbidi-chars-11.c:6:15: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC…
32 …Wbidi-chars-11.c:8:19: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC…
35 …Wbidi-chars-11.c:10:28: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE…
38 …Wbidi-chars-11.c:12:33: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE…
52 …Wbidi-chars-11.c:6:15: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC…
55 …Wbidi-chars-11.c:8:19: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC…
58 …Wbidi-chars-11.c:10:28: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE…
61 …Wbidi-chars-11.c:12:33: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE…
115 - "UTF-8 vs UCN mismatch when closing "
118 + "UTF-8 vs UCN mismatch when closing "
/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Ddp.c865 static int tegra_dp_lt_adjust(struct tegra_dp_priv *dp, u32 pe[4], u32 vs[4], in tegra_dp_lt_adjust()
881 vs[2 * cnt] = (data_ptr & NV_DPCD_ADJUST_REQ_LANEX_DC_MASK) >> in tegra_dp_lt_adjust()
886 vs[1 + 2 * cnt] = in tegra_dp_lt_adjust()
1008 static int tegra_dp_lt_config(struct tegra_dp_priv *dp, u32 pe[4], u32 vs[4], in tegra_dp_lt_config()
1044 pe_reg = tegra_dp_pe_regs[pc[cnt]][vs[cnt]][pe[cnt]]; in tegra_dp_lt_config()
1045 vs_reg = tegra_dp_vs_regs[pc[cnt]][vs[cnt]][pe[cnt]]; in tegra_dp_lt_config()
1046 pc_reg = tegra_dp_pc_regs[pc[cnt]][vs[cnt]][pe[cnt]]; in tegra_dp_lt_config()
1057 u32 max_vs_flag = tegra_dp_is_max_vs(pe[cnt], vs[cnt]); in tegra_dp_lt_config()
1058 u32 max_pe_flag = tegra_dp_is_max_pe(pe[cnt], vs[cnt]); in tegra_dp_lt_config()
1060 val = (vs[cnt] << NV_DPCD_TRAINING_LANEX_SET_DC_SHIFT) | in tegra_dp_lt_config()
[all …]
H A Ddisplayport.h293 static inline int tegra_dp_is_max_vs(u32 pe, u32 vs) in tegra_dp_is_max_vs() argument
295 return (vs < (DRIVECURRENT_LEVEL3 - pe)) ? 0 : 1; in tegra_dp_is_max_vs()
298 static inline int tegra_dp_is_max_pe(u32 pe, u32 vs) in tegra_dp_is_max_pe() argument
300 return (pe < (PREEMPHASIS_LEVEL3 - vs)) ? 0 : 1; in tegra_dp_is_max_pe()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dlongest_common_subsequence.hpp39 std::vector<std::vector<std::ptrdiff_t>> vs; in longest_common_subsequence() local
66 vs.push_back(v); in longest_common_subsequence()
71 vs.push_back(v); in longest_common_subsequence()
82 for (std::ptrdiff_t d = vs.size() - 1; x > 0 || y > 0; --d) { in longest_common_subsequence()
83 const std::vector<std::ptrdiff_t>& v = vs.at(d); in longest_common_subsequence()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvxlan.c92 static inline bool vxlan_collect_metadata(struct vxlan_sock *vs) in vxlan_collect_metadata() argument
94 return vs->flags & VXLAN_F_COLLECT_METADATA || in vxlan_collect_metadata()
163 static inline struct hlist_head *vni_head(struct vxlan_sock *vs, __be32 vni) in vni_head() argument
165 return &vs->vni_list[hash_32((__force u32)vni, VNI_HASH_BITS)]; in vni_head()
200 struct vxlan_sock *vs; in vxlan_find_sock() local
204 hlist_for_each_entry_rcu(vs, vs_head(net, port), hlist) { in vxlan_find_sock()
205 if (inet_sk(vs->sock->sk)->inet_sport == port && in vxlan_find_sock()
206 vxlan_get_sk_family(vs) == family && in vxlan_find_sock()
207 vs->flags == flags && in vxlan_find_sock()
208 vs->sock->sk->sk_bound_dev_if == ifindex) in vxlan_find_sock()
[all …]
H A Dveth.c53 struct veth_stats vs; member
185 const void *stats_base = (void *)&rq_stats->vs; in veth_get_ethtool_stats()
205 const void *base = (void *)&rq_stats->vs; in veth_get_ethtool_stats()
349 peer_tq_xdp_xmit_err = stats->vs.peer_tq_xdp_xmit_err; in veth_stats_rx()
350 xdp_tx_err = stats->vs.xdp_tx_err; in veth_stats_rx()
351 packets = stats->vs.xdp_packets; in veth_stats_rx()
352 bytes = stats->vs.xdp_bytes; in veth_stats_rx()
353 drops = stats->vs.rx_drops; in veth_stats_rx()
478 rq->stats.vs.peer_tq_xdp_xmit += n - drops; in veth_xdp_xmit()
479 rq->stats.vs.peer_tq_xdp_xmit_err += drops; in veth_xdp_xmit()
[all …]
/OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/
H A Dibm-cffps.c487 enum versions vs = cffps_unknown; in ibm_cffps_probe() local
495 vs = (enum versions)md; in ibm_cffps_probe()
499 vs = (enum versions)id->driver_data; in ibm_cffps_probe()
502 if (vs == cffps_unknown) { in ibm_cffps_probe()
515 vs = cffps1; in ibm_cffps_probe()
518 vs = cffps2; in ibm_cffps_probe()
522 vs = cffps1; in ibm_cffps_probe()
524 vs = cffps2; in ibm_cffps_probe()
529 snprintf(client->name, I2C_NAME_SIZE, "cffps%d", vs + 1); in ibm_cffps_probe()
533 rc = pmbus_do_probe(client, &ibm_cffps_info[vs]); in ibm_cffps_probe()
[all …]
/OK3568_Linux_fs/kernel/net/ax25/
H A Dax25_out.c226 *frame |= (ax25->vs << 1); in ax25_send_iframe()
231 frame[0] |= (ax25->vs << 1); in ax25_send_iframe()
256 start = (skb_peek(&ax25->ack_queue) == NULL) ? ax25->va : ax25->vs; in ax25_kick()
276 ax25->vs = start; in ax25_kick()
287 next = (ax25->vs + 1) % ax25->modulus; in ax25_kick()
308 ax25->vs = next; in ax25_kick()
378 if (ax25->vs == nr) { in ax25_check_iframes_acked()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv40.c163 int ret, vs; in nv40_instmem_oneinit() local
169 vs = hweight8((nvkm_rd32(device, 0x001540) & 0x0000ff00) >> 8); in nv40_instmem_oneinit()
170 if (device->chipset == 0x40) imem->base.reserved = 0x6aa0 * vs; in nv40_instmem_oneinit()
171 else if (device->chipset < 0x43) imem->base.reserved = 0x4f00 * vs; in nv40_instmem_oneinit()
172 else if (nv44_gr_class(device)) imem->base.reserved = 0x4980 * vs; in nv40_instmem_oneinit()
173 else imem->base.reserved = 0x4a40 * vs; in nv40_instmem_oneinit()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/
H A Dsossi.c385 int hs, vs; in sossi_setup_tearsync() local
392 vs = ps_to_sossi_ticks(vs_pulse_time, div); in sossi_setup_tearsync()
393 if (vs < 8 || vs <= hs || vs >= (1 << 12)) in sossi_setup_tearsync()
395 vs /= 8; in sossi_setup_tearsync()
396 vs--; in sossi_setup_tearsync()
404 hs, vs, hs_pol_inv, vs_pol_inv); in sossi_setup_tearsync()
409 l |= vs << 3; in sossi_setup_tearsync()
/OK3568_Linux_fs/buildroot/package/efivar/
H A D0005-ucs2.h-remove-unused-variable.patch20 ucs2len(const void *vs, ssize_t limit)
23 - const uint16_t *s = vs;
24 const uint8_t *s8 = vs;
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c115 ephyr_glamor_build_glsl_prog(GLuint vs, GLuint fs) in ephyr_glamor_build_glsl_prog() argument
121 glAttachShader(prog, vs); in ephyr_glamor_build_glsl_prog()
172 GLuint fs, vs, prog; in ephyr_glamor_setup_texturing_shader() local
174 vs = ephyr_glamor_compile_glsl_prog(GL_VERTEX_SHADER, vs_source); in ephyr_glamor_setup_texturing_shader()
176 prog = ephyr_glamor_build_glsl_prog(vs, fs); in ephyr_glamor_setup_texturing_shader()
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Dlayer2.c375 p1 = (l2->vs - l2->va) % 128; in cansend()
377 p1 = (l2->vs - l2->va) % 8; in cansend()
586 return ((nr - l2->va) % 128) <= ((l2->vs - l2->va) % 128); in legalnr()
588 return ((nr - l2->va) % 8) <= ((l2->vs - l2->va) % 8); in legalnr()
912 l2->vs = 0; in l2_start_multi()
955 if (l2->vs != l2->va) { in l2_restart_multi()
961 l2->vs = 0; in l2_restart_multi()
1013 } else if (l2->vs != l2->va) { in l2_connected()
1019 l2->vs = 0; in l2_connected()
1159 if (l2->vs != nr) { in invoke_retransmission()
[all …]

12345678910>>...16