Searched defs:df (Results 1 - 6 of 6) sorted by relevance

/arch/s390/hypfs/
H A Dhypfs_dbfs.c37 struct hypfs_dbfs_file *df; local
39 df = container_of(work, struct hypfs_dbfs_file, data_free_work.work);
40 mutex_lock(&df->lock);
41 data = df->data;
42 df->data = NULL;
43 mutex_unlock(&df->lock);
51 struct hypfs_dbfs_file *df; local
57 df = file_inode(file)->i_private;
58 mutex_lock(&df->lock);
59 if (!df
86 struct hypfs_dbfs_file *df; local
105 hypfs_dbfs_create_file(struct hypfs_dbfs_file *df) argument
116 hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df) argument
[all...]
/arch/parisc/math-emu/
H A Ddecode_exc.c63 #define df 13 /* bits 17 & 18 */ macro
73 (current_ir >> ((current_ir>>opclass & twobits)==1 ? df : fmt) & twobits)
H A Dfpudispatch.c292 u_int df; /* for class 1 conversions */ local
407 df = extru(ir,fpdfpos,2); /* get dest format */
408 if ((df & 2) || (fmt & 2)) {
420 fmt = (fmt << 1) | df;
711 u_int df; /* dest format for class 1 conversions */ local
816 df = extru(ir,fpdfpos,2); /* get dest format */
821 if (df == DBL) {
824 if ((df & 2) || (fmt & 2))
827 fmt = (fmt << 1) | df;
/arch/blackfin/mach-bf609/
H A Dclock.c140 u32 df; local
147 df = (ctl & CGU0_CTL_DF);
149 return clk->parent->rate / (df + 1) * msel * 2;
188 u32 df; local
193 df = (ctl & CGU0_CTL_DF);
196 drate = clk->parent->rate / (df + 1);
218 u32 df; local
222 df = (ctl & CGU0_CTL_DF);
223 max_rate = clk->parent->rate / (df + 1) * msel;
/arch/x86/kernel/cpu/
H A Dcommon.c328 const struct cpuid_dependent_feature *df; local
330 for (df = cpuid_dependent_features; df->feature; df++) {
332 if (!cpu_has(c, df->feature))
341 if (!((s32)df->level < 0 ?
342 (u32)df->level > (u32)c->extended_cpuid_level :
343 (s32)df->level > (s32)c->cpuid_level))
346 clear_cpu_cap(c, df->feature);
352 x86_cap_flag(df
[all...]
/arch/x86/kvm/
H A Demulate.c2914 int df = (ctxt->eflags & EFLG_DF) ? -op->count : op->count; local
2916 register_address_increment(ctxt, reg_rmw(ctxt, reg), df * op->bytes);

Completed in 479 milliseconds