Searched refs:real (Results 1 - 25 of 72) sorted by last modified time

123

/linux-master/scripts/
H A DMakefile.modpost84 for f in $(real-prereqs); do \
H A DMakefile.lib58 real-search = $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $(call suffix-search, $m, $2, $3), $m))
67 real-obj-y := $(call real-search, $(obj-y), .o, -objs -y)
68 real-obj-m := $(call real-search, $(obj-m), .o, -objs -y -m)
90 real-dtb-y := $(call real-search, $(dtb-y), .dtb, -dtbs)
92 base-dtb-y := $(filter %.dtb, $(call real-search, $(multi-dtb-y), .dtb, -dtbs))
104 real-obj-y := $(addprefix $(obj)/,$(real
[all...]
H A DMakefile.build72 subdir-builtin := $(sort $(filter %/built-in.a, $(real-obj-y)))
249 cmd_mod = printf '%s\n' $(call real-search, $*.o, .o, -objs -y -m) | \
364 targets += $(filter-out $(subdir-builtin), $(real-obj-y))
365 targets += $(filter-out $(subdir-modorder), $(real-obj-m))
366 targets += $(real-dtb-y) $(lib-y) $(always-y)
402 $(if $(real-prereqs), printf "$(obj)/%s " $(patsubst $(obj)/%,%,$(real-prereqs)) | xargs) \
405 $(obj)/built-in.a: $(real-obj-y) FORCE
415 cmd_gen_order = { $(foreach m, $(real-prereqs), \
H A DMakefile.vmlinux_o18 $(PERL) $(real-prereqs) > $@
/linux-master/lib/
H A DMakefile312 filechk_defbconf = cat $(or $(real-prereqs), /dev/null)
/linux-master/certs/
H A DMakefile27 extract-cert-in = $(filter-out $(obj)/extract-cert, $(real-prereqs))
/linux-master/arch/x86/realmode/rm/
H A DMakefile35 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
/linux-master/arch/powerpc/boot/
H A DMakefile235 cmd_bootar = $(BOOTAR) $(BOOTARFLAGS) $@.$$$$ $(real-prereqs); mv $@.$$$$ $@
/linux-master/arch/mips/boot/compressed/
H A DMakefile181 cmd_its_cat = cat $(real-prereqs) >$@
/linux-master/arch/arm/tools/
H A DMakefile35 cmd_gen_mach = $(AWK) -f $(real-prereqs) > $@
/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/drivers/media/dvb-frontends/
H A Dstb0899_drv.c928 res = tab[min].real;
930 res = tab[max].real;
940 (tab[max].real - tab[min].real) /
942 tab[min].real;
/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;
H A Dcommon.h89 extern int __copy_instruction(u8 *dest, u8 *src, u8 *real, struct insn *insn);
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S263 mov lr, r0 @ r0 has real ret addr
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_noinline.c521 static bool get_packet_dst(struct real_definition **real, argument
546 *real = bpf_map_lookup_elem(&reals, &key);
547 if (!(*real))
574 static void connection_table_lookup(struct real_definition **real, argument
593 *real = bpf_map_lookup_elem(&reals, &key);
/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/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/include/linux/
H A Dtimekeeping.h29 * For other references, use the functions with "real", "clocktai",
76 * ktime_get_real - get the real (wall-) time in ktime_t format
78 * Returns: real (wall) time in ktime_t format
173 * ktime_get_real_ns - Get the current real/wall time in nanoseconds
175 * Returns: current real time converted to nanoseconds
262 * struct ktime_timestamps - Simultaneous mono/boot/real timestamps
265 * @real: Realtime timestamp
270 u64 real; member in struct:ktime_timestamps
274 * struct system_time_snapshot - simultaneous raw/real time capture with
277 * @real
285 ktime_t real; member in struct:system_time_snapshot
[all...]
/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/arch/s390/mm/
H A Dpgalloc.c285 unsigned long real; local
289 : "=d" (real) : "a" (address) : "cc");
290 return 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/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/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;

Completed in 983 milliseconds

123