| /kernel/linux/linux-5.10/drivers/vhost/ |
| D | scsi.c | 257 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 …]
|
| /kernel/linux/linux-6.6/sound/virtio/ |
| D | virtio_chmap.c | 86 struct virtio_pcm_stream *vs; in virtsnd_chmap_parse_cfg() local 94 vs = &vpcm->streams[SNDRV_PCM_STREAM_PLAYBACK]; in virtsnd_chmap_parse_cfg() 97 vs = &vpcm->streams[SNDRV_PCM_STREAM_CAPTURE]; in virtsnd_chmap_parse_cfg() 106 vs->nchmaps++; in virtsnd_chmap_parse_cfg() 116 * @vs: VirtIO PCM stream. 122 struct virtio_pcm_stream *vs) in virtsnd_chmap_add_ctls() argument 127 for (i = 0; i < vs->nchmaps; i++) in virtsnd_chmap_add_ctls() 128 if (max_channels < vs->chmaps[i].channels) in virtsnd_chmap_add_ctls() 129 max_channels = vs->chmaps[i].channels; in virtsnd_chmap_add_ctls() 131 return snd_pcm_add_chmap_ctls(pcm, direction, vs->chmaps, max_channels, in virtsnd_chmap_add_ctls() [all …]
|
| /kernel/linux/linux-6.6/drivers/vhost/ |
| D | scsi.c | 175 struct vhost_scsi *vs; member 252 static void vhost_scsi_init_inflight(struct vhost_scsi *vs, in vhost_scsi_init_inflight() argument 259 for (i = 0; i < vs->dev.nvqs; i++) { in vhost_scsi_init_inflight() 260 vq = &vs->vqs[i].vq; in vhost_scsi_init_inflight() 265 idx = vs->vqs[i].inflight_idx; in vhost_scsi_init_inflight() 267 old_inflight[i] = &vs->vqs[i].inflights[idx]; in vhost_scsi_init_inflight() 270 vs->vqs[i].inflight_idx = idx ^ 1; in vhost_scsi_init_inflight() 271 new_inflight = &vs->vqs[i].inflights[idx ^ 1]; in vhost_scsi_init_inflight() 413 static void vhost_scsi_free_evt(struct vhost_scsi *vs, struct vhost_scsi_evt *evt) in vhost_scsi_free_evt() argument 415 vs->vs_events_nr--; in vhost_scsi_free_evt() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/xfails/ |
| D | msm-sdm845-fails.txt | 24 kms_cursor_legacy@cursor-vs-flip-atomic,Fail 25 kms_cursor_legacy@cursor-vs-flip-atomic-transitions,Fail 26 kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size,Fail 27 kms_cursor_legacy@cursor-vs-flip-legacy,Fail 28 kms_cursor_legacy@cursor-vs-flip-toggle,Fail 29 kms_cursor_legacy@cursor-vs-flip-varying-size,Fail 30 kms_cursor_legacy@cursorA-vs-flipA-toggle,Fail 31 kms_cursor_legacy@flip-vs-cursor-atomic,Fail 32 kms_cursor_legacy@flip-vs-cursor-crc-atomic,Fail 33 kms_cursor_legacy@flip-vs-cursor-crc-legacy,Fail [all …]
|
| D | msm-sc7180-fails.txt | 1 kms_cursor_legacy@cursor-vs-flip-toggle,Fail 2 kms_cursor_legacy@cursor-vs-flip-varying-size,Fail 3 kms_cursor_legacy@cursorA-vs-flipA-atomic-transitions,Crash 12 kms_plane_alpha_blend@coverage-vs-premult-vs-constant,Fail 15 kms_plane_alpha_blend@pipe-A-coverage-vs-premult-vs-constant,Fail 22 kms_plane_alpha_blend@pipe-B-coverage-vs-premult-vs-constant,Fail 24 kms_universal_plane@disable-primary-vs-flip-pipe-b,Fail
|
| D | rockchip-rk3399-fails.txt | 4 kms_flip@basic-flip-vs-wf_vblank,Fail 6 kms_flip@dpms-vs-vblank-race,Fail 7 kms_flip@flip-vs-absolute-wf_vblank,Fail 8 kms_flip@flip-vs-absolute-wf_vblank-interruptible,Fail 9 kms_flip@flip-vs-blocking-wf-vblank,Fail 10 kms_flip@flip-vs-panning,Fail 11 kms_flip@flip-vs-panning-interruptible,Fail 12 kms_flip@flip-vs-wf_vblank-interruptible,Fail
|
| /kernel/linux/linux-5.10/arch/arm/vfp/ |
| D | vfpsingle.c | 54 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 …]
|
| /kernel/linux/linux-6.6/arch/arm/vfp/ |
| D | vfpsingle.c | 54 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 …]
|
| /kernel/linux/linux-6.6/arch/mips/math-emu/ |
| D | ieee754int.h | 54 #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); \
|
| /kernel/linux/linux-5.10/arch/mips/math-emu/ |
| D | ieee754int.h | 54 #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); \
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| D | constraint.h | 36 #define CEXPR_L1L2 32 /* low level 1 vs. low level 2 */ 37 #define CEXPR_L1H2 64 /* low level 1 vs. high level 2 */ 38 #define CEXPR_H1L2 128 /* high level 1 vs. low level 2 */ 39 #define CEXPR_H1H2 256 /* high level 1 vs. high level 2 */ 40 #define CEXPR_L1H1 512 /* low level 1 vs. high level 1 */ 41 #define CEXPR_L2H2 1024 /* low level 2 vs. high level 2 */
|
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| D | constraint.h | 36 #define CEXPR_L1L2 32 /* low level 1 vs. low level 2 */ 37 #define CEXPR_L1H2 64 /* low level 1 vs. high level 2 */ 38 #define CEXPR_H1L2 128 /* high level 1 vs. low level 2 */ 39 #define CEXPR_H1H2 256 /* high level 1 vs. high level 2 */ 40 #define CEXPR_L1H1 512 /* low level 1 vs. high level 1 */ 41 #define CEXPR_L2H2 1024 /* low level 2 vs. high level 2 */
|
| /kernel/linux/linux-6.6/net/lapb/ |
| D | lapb_out.c | 48 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()
|
| /kernel/linux/linux-5.10/net/lapb/ |
| D | lapb_out.c | 48 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()
|
| /kernel/linux/linux-6.6/net/rose/ |
| D | rose_out.c | 38 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()
|
| /kernel/linux/linux-5.10/net/rose/ |
| D | rose_out.c | 38 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()
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | lbalance.c | 33 RFALSE(!is_direntry_le_ih(ih), "vs-10000: item must be directory item"); in leaf_copy_dir_entries() 162 "vs-10010: item can not have empty length"); in leaf_copy_boundary_item() 188 "vs-10020", in leaf_copy_boundary_item() 205 …"vs-10030: merge to left: last unformatted node of non-last indirect item %h must have zerto free … in leaf_copy_boundary_item() 250 …"vs-10040: merge to right: last unformatted node of non-last indirect item must be filled entirely… in leaf_copy_boundary_item() 259 "vs-10050: items %h and %h do not match", ih, dih); in leaf_copy_boundary_item() 270 "vs-10060: no so much bytes %lu (needed %lu)", in leaf_copy_boundary_item() 278 "vs-10070: dih %h, bytes_or_entries(%d)", dih, in leaf_copy_boundary_item() 286 "vs-10080: dih %h, bytes_or_entries(%d)", in leaf_copy_boundary_item() 323 "vs-10090: bad last_first parameter %d", last_first); in leaf_copy_items_entirely() [all …]
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | lbalance.c | 33 RFALSE(!is_direntry_le_ih(ih), "vs-10000: item must be directory item"); in leaf_copy_dir_entries() 162 "vs-10010: item can not have empty length"); in leaf_copy_boundary_item() 188 "vs-10020", in leaf_copy_boundary_item() 205 …"vs-10030: merge to left: last unformatted node of non-last indirect item %h must have zerto free … in leaf_copy_boundary_item() 250 …"vs-10040: merge to right: last unformatted node of non-last indirect item must be filled entirely… in leaf_copy_boundary_item() 259 "vs-10050: items %h and %h do not match", ih, dih); in leaf_copy_boundary_item() 270 "vs-10060: no so much bytes %lu (needed %lu)", in leaf_copy_boundary_item() 278 "vs-10070: dih %h, bytes_or_entries(%d)", dih, in leaf_copy_boundary_item() 286 "vs-10080: dih %h, bytes_or_entries(%d)", in leaf_copy_boundary_item() 323 "vs-10090: bad last_first parameter %d", last_first); in leaf_copy_items_entirely() [all …]
|
| /kernel/linux/linux-6.6/kernel/futex/ |
| D | waitwake.c | 385 * @vs: The futex list to wait on 399 static int futex_wait_multiple_setup(struct futex_vector *vs, int count, int *woken) in futex_wait_multiple_setup() argument 422 if ((vs[i].w.flags & FUTEX_PRIVATE_FLAG) && retry) in futex_wait_multiple_setup() 425 ret = get_futex_key(u64_to_user_ptr(vs[i].w.uaddr), in futex_wait_multiple_setup() 426 !(vs[i].w.flags & FUTEX_PRIVATE_FLAG), in futex_wait_multiple_setup() 427 &vs[i].q.key, FUTEX_READ); in futex_wait_multiple_setup() 436 u32 __user *uaddr = (u32 __user *)(unsigned long)vs[i].w.uaddr; in futex_wait_multiple_setup() 437 struct futex_q *q = &vs[i].q; in futex_wait_multiple_setup() 438 u32 val = (u32)vs[i].w.val; in futex_wait_multiple_setup() 461 *woken = unqueue_multiple(vs, i); in futex_wait_multiple_setup() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/ |
| D | testlist.txt | 71 kms_addfb_basic@addfb25-framebuffer-vs-set-tiling 73 kms_addfb_basic@framebuffer-vs-set-tiling 1151 kms_cursor_legacy@nonblocking-modeset-vs-cursor-atomic 1152 kms_cursor_legacy@long-nonblocking-modeset-vs-cursor-atomic 1153 kms_cursor_legacy@2x-flip-vs-cursor-legacy 1154 kms_cursor_legacy@2x-flip-vs-cursor-atomic 1155 kms_cursor_legacy@2x-long-flip-vs-cursor-legacy 1156 kms_cursor_legacy@2x-long-flip-vs-cursor-atomic 1157 kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic 1158 kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
| D | lm75.yaml | 46 vs-supply: 47 description: phandle to the regulator that provides the +VS supply 64 vs-supply = <&vs>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/ |
| D | lm75.yaml | 48 vs-supply: 49 description: phandle to the regulator that provides the +VS supply 66 vs-supply = <&vs>;
|
| /kernel/linux/linux-6.6/arch/riscv/kvm/ |
| D | aia_imsic.c | 44 * 1) Hardware: IMSIC VS-file (vsfile_cpu >= 0) 48 /* IMSIC VS-file */ 426 /* We can only read clear if we have a IMSIC VS-file */ in imsic_vsfile_read() 496 /* We can only access register if we have a IMSIC VS-file */ in imsic_vsfile_rw() 524 /* We can only zero-out if we have a IMSIC VS-file */ in imsic_vsfile_local_clear() 686 /* Read and clear IMSIC VS-file details */ in kvm_riscv_vcpu_aia_imsic_release() 695 /* Do nothing, if no IMSIC VS-file to release */ in kvm_riscv_vcpu_aia_imsic_release() 701 * the old IMSIC VS-file so we first re-direct all interrupt in kvm_riscv_vcpu_aia_imsic_release() 715 * VS-file to the IMSIC SW-file. in kvm_riscv_vcpu_aia_imsic_release() 718 /* Read and clear register state from old IMSIC VS-file */ in kvm_riscv_vcpu_aia_imsic_release() [all …]
|
| /kernel/linux/linux-6.6/net/x25/ |
| D | x25_out.c | 124 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()
|
| /kernel/linux/linux-5.10/net/x25/ |
| D | x25_out.c | 124 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()
|