Searched refs:real (Results 51 - 71 of 71) sorted by relevance

123

/linux-master/fs/overlayfs/
H A Dcopy_up.c402 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real, argument
408 uuid_t *uuid = &real->d_sb->s_uuid;
411 /* Make sure the real fid stays 32bit aligned */
425 fh_type = exportfs_encode_fh(real, (void *)fh->fb.fid, &dwords, 0);
440 * and all layers are on the same fs, if we get a disconncted real
/linux-master/arch/m68k/fpsp040/
H A Dx_unfl.S83 | real inex handler.
H A Dfpsp.h58 | label to a routine that will process a real exception of the
341 .set FLINE_VEC,0x002C | real F-line
H A Ddecbin.S120 | fmovel #0,FPCR ;clr real fpcr
H A Dx_snan.S60 | real inex handler.
H A Dskeleton.S60 | All dz exceptions are 'real', hence no fpsp_dz entry point.
82 | All inexact exceptions are real, but the 'real' handler
297 | A 'real' F-line exception is one that the FPSP isn't supposed to
H A Ddo_func.S84 movel (%a1,%d0.w*4),%a1 |real target address
/linux-master/arch/arm/kernel/
H A Dentry-common.S99 * "slow" syscall return path. "why" tells us if this was a real syscall.
272 mov why, #0 @ no longer a real syscall
/linux-master/kernel/time/
H A Dtimekeeping.c595 * the accurate mono/real timestamps, it's probably not worth the trouble.
603 * mono, real = __ktime_get_real_fast()
609 * real time does not. On the next readout both are in sync again.
625 * If that turns out to be a real problem then this could be mitigated by
634 snapshot->real = __ktime_get_real_fast(&tk_fast_mono, &snapshot->mono);
1083 systime_snapshot->real = ktime_add_ns(base_real, nsec_real);
1156 * mult(real)/mult(raw) yielding the realtime correction
1165 ktime_sub(ts->sys_realtime, history->real));
1172 /* Fixup monotonic raw and real time time values */
1175 ts->sys_realtime = ktime_add_ns(history->real, corr_rea
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dstv090x.c3631 (tab[max].real - tab[min].real) /
3633 tab[min].real;
3637 res = tab[min].real;
3639 res = tab[max].real;
3642 res = tab[min].real;
3644 res = tab[max].real;
3700 div = stv090x_s2cn_tab[last].real -
3701 stv090x_s2cn_tab[3].real;
3725 div = stv090x_s1cn_tab[last].real
[all...]
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c400 * addressing mode. Note that since @real will be the final place of copied
401 * instruction, displacement must be adjust by @real, not @dest.
404 int __copy_instruction(u8 *dest, u8 *src, u8 *real, struct insn *insn) argument
452 - (u8 *) real;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c1759 _iwl_dbgfs_link_sta_wrap_write(ssize_t (*real)(struct ieee80211_link_sta *,
1783 ret = real(link_sta, mvmsta, mvm, mvm_link_sta, buf, buf_size, ppos);
1791 _iwl_dbgfs_link_sta_wrap_read(ssize_t (*real)(struct ieee80211_link_sta *,
1815 ret = real(link_sta, mvmsta, mvm, mvm_link_sta, user_buf, count, ppos);
/linux-master/arch/powerpc/boot/
H A DMakefile235 cmd_bootar = $(BOOTAR) $(BOOTARFLAGS) $@.$$$$ $(real-prereqs); mv $@.$$$$ $@
/linux-master/lib/
H A DMakefile312 filechk_defbconf = cat $(or $(real-prereqs), /dev/null)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c3514 s16 imag, real; local
3561 real = ((val) & 0x3ff);
3565 if (real > 511)
3566 real -= 1024;
3569 ptr[(strptr - 0x7E00) / 4] = real;
/linux-master/arch/arm/boot/compressed/
H A Dhead.S969 eor r1, r1, r9 @ (real ^ match)
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c5599 u32 real, imag; local
5732 real = est.i0_pwr;
5735 real = est.i1_pwr;
5738 power[i] = ((real + imag) / 1024) + 1;
/linux-master/drivers/md/
H A Ddm-cache-policy-smq.c1896 .real = &smq_policy_type
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c1097 *voltage = (uint16_t)fV_NL.partial.real;
1114 * @voltage: output: real voltage level in unit of mv
1150 * @voltage: output: real voltage level in unit of mv
/linux-master/
H A DMakefile1907 # Remove MODORDER when done because it is not the real one.
1982 cmd_gen_compile_commands = $(PYTHON3) $< -a $(AR) -o $@ $(filter-out $<, $(real-prereqs))
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py2089 real = []
2093 if list[dev]['pid'] >= 0 and dev not in real:
2094 real.append(dev)
2104 if pdev and pdev not in real and pdev not in rootlist:
6647 # first real arg should be the format string

Completed in 287 milliseconds

123