Searched refs:dec (Results 126 - 150 of 153) sorted by relevance

1234567

/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h636 ulong dec; member in struct:kvmppc_slb::kvm_vcpu_arch
/linux-master/arch/powerpc/include/uapi/asm/
H A Dkvm.h227 __u32 dec; /* KVM_SREGS_E_UPDATE_DEC */ member in struct:kvm_sregs::__anon29::__anon34
231 * value reported here is consistent with "dec".
/linux-master/fs/f2fs/
H A Dgc.c1092 int dec = (node_ofs - 4) / (NIDS_PER_BLOCK + 1); local
1094 bidx = node_ofs - 2 - dec;
1096 int dec = (node_ofs - indirect_blks - 3) / (NIDS_PER_BLOCK + 1); local
1098 bidx = node_ofs - 5 - dec;
/linux-master/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h227 __u32 dec; /* KVM_SREGS_E_UPDATE_DEC */ member in struct:kvm_sregs::__anon109::__anon114
231 * value reported here is consistent with "dec".
/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-common.c210 ll->bitmap_info.value_type.dec = NULL;
217 ll->ref_count_info.value_type.dec = NULL;
509 * Holds useful intermediate results for the range based inc and dec
625 * Once shadow_bitmap has been called, which always happens at the start of inc/dec,
865 /* dec bitmap */
875 /* dec bitmap and insert into overflow */
/linux-master/drivers/md/
H A Ddm-era-target.c420 vt->dec = ws_dec;
431 vt.dec = NULL;
H A Ddm-cache-metadata.c298 vt.dec = NULL;
H A Ddm-crypt.c2108 goto dec;
2150 dec:
/linux-master/fs/btrfs/
H A Dctree.c2071 int dec = 0; local
2153 dec = 1;
2183 if (dec)
2279 int dec = 0; local
2303 dec = 1;
2310 if (dec)
/linux-master/arch/arm/crypto/
H A Dghash-ce-core.S557 ghash_update p64, dec, head=0
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S350 dec msglen
H A Dsha512-ssse3-asm.S352 dec msglen
H A Daesni-intel_avx-x86_64.S697 dec \DLEN
706 dec \DLEN
/linux-master/sound/soc/codecs/
H A Dwcd9335.c2725 char *dec; local
2742 dec = strpbrk(dec_adc_mux_name, "012345678");
2743 if (!dec) {
2750 ret = kstrtouint(dec, 10, &decimator);
H A Dwcd934x.c4989 char *dec; local
5006 dec = strpbrk(dec_adc_mux_name, "012345678");
5007 if (!dec) {
5014 ret = kstrtouint(dec, 10, &decimator);
/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c800 "FENCE 0 dec under min value and clipped",
801 "FENCE 1 dec under min value and clipped",
802 "FENCE 2 dec under min value and clipped",
803 "FENCE 3 dec under min value and clipped",
821 "FENCE 0 dec under min value and clipped",
822 "FENCE 1 dec under min value and clipped",
823 "FENCE 2 dec under min value and clipped",
824 "FENCE 3 dec under min value and clipped",
2178 {"dec error", 17}, /* INTERRUPT_CLR[17] */
3039 dev_dbg(hdev->dev, "Read binning masks: tpc: 0x%llx, dram: 0x%llx, edma: 0x%x, dec
4247 struct hl_dec *dec; local
4268 struct hl_dec *dec; local
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c3664 /* cancel pending dec exception if dec is positive */
4169 s64 dec; local
4240 dec = mfspr(SPRN_DEC);
4242 dec = (s32) dec;
4244 vcpu->arch.dec_expires = dec + (*tb + kvmppc_get_tb_offset(vcpu));
/linux-master/kernel/events/
H A Dcore.c2287 bool dec = true; local
2293 dec = false;
2297 if (dec)
5049 bool dec = false; local
5055 dec = true;
5071 dec = true;
5075 dec = true;
5077 dec = true;
5085 if (dec) {
/linux-master/arch/x86/kvm/svm/
H A Dsev.c943 static int sev_dbg_crypt(struct kvm *kvm, struct kvm_sev_cmd *argp, bool dec) argument
999 if (dec)
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2098 # OPERR : if ((k_factor > +17) || (dec. exp exceeds 3 digits))
3920 mov.l %a0,%d0 # pass amt to dec by
3921 bsr.l dec_areg # dec addr register
13259 sub.l &1,%d5 # dec d5 to point to lword 2
/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec.c685 struct vdec_controls *ctr = &inst->controls.dec;
1568 dev_err(dev, "dec: event session error %x\n", inst->error);
/linux-master/fs/smb/client/
H A Dcifsglob.h188 struct crypto_aead *dec; /* smb3 decryption AEAD TFM (AES-CCM and AES-GCM) */ member in struct:cifs_secmech
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.seq590 dec A;
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h3257 * @dec: list of decoder sw instance
3440 struct hl_dec *dec; member in struct:hl_device
/linux-master/kernel/sched/
H A Dfair.c177 static inline void update_load_sub(struct load_weight *lw, unsigned long dec) argument
179 lw->weight -= dec;

Completed in 668 milliseconds

1234567