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

123

/linux-master/scripts/
H A DMakefile.modpost84 for f in $(real-prereqs); do \
/linux-master/kernel/time/
H A Dposix-timers.c245 struct hrtimer *timer = &timr->it.real.timer;
317 timr = container_of(timer, struct k_itimer, it.real.timer);
328 * the signal delivery path. But as a real signal handler
439 hrtimer_init(&new_timer->it.real.timer, new_timer->it_clock, 0);
613 struct hrtimer *timer = &timr->it.real.timer;
620 struct hrtimer *timer = &timr->it.real.timer;
685 * expired! Timers which have a real signal delivery mode
786 struct hrtimer *timer = &timr->it.real.timer;
802 hrtimer_init(&timr->it.real.timer, timr->it_clock, mode);
803 timr->it.real
[all...]
/linux-master/drivers/iio/test/
H A Diio-test-rescale.c617 * @real_str: The real value as a string
625 s64 real, exp, err; local
628 ret = iio_str_to_nano(real_str, &real);
641 err = 1000000UL * abs(exp - real);
671 "\t real=%s"
/linux-master/arch/s390/mm/
H A Dpgalloc.c285 unsigned long real; local
289 : "=d" (real) : "a" (address) : "cc");
290 return real;
/linux-master/arch/x86/entry/syscalls/
H A DMakefile25 cmd_hypercalls = $(CONFIG_SHELL) '$<' $@ $(filter-out $<, $(real-prereqs))
/linux-master/drivers/media/rc/keymaps/
H A DMakefile101 rc-powercolor-real-angel.o \
106 rc-real-audio-220-32-keys.o \
/linux-master/include/linux/
H A Dposix-timers.h182 } real; member in union:k_itimer::__anon598
/linux-master/drivers/media/i2c/
H A Dov01a10.c371 u32 real = d_gain << 6; local
374 ret = ov01a10_write_reg(ov01a10, OV01A10_REG_DIGITAL_GAIN_B, 3, real);
380 ret = ov01a10_write_reg(ov01a10, OV01A10_REG_DIGITAL_GAIN_GB, 3, real);
386 ret = ov01a10_write_reg(ov01a10, OV01A10_REG_DIGITAL_GAIN_GR, 3, real);
392 ret = ov01a10_write_reg(ov01a10, OV01A10_REG_DIGITAL_GAIN_R, 3, real);
/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);
H A Dtest_l4lb.c215 static __always_inline bool get_packet_dst(struct real_definition **real, argument
228 *real = bpf_map_lookup_elem(&reals, &key);
229 if (!(*real))
H A Dtest_l4lb_noinline.c210 static __noinline bool get_packet_dst(struct real_definition **real, argument
227 *real = bpf_map_lookup_elem(&reals, &key);
228 if (!(*real))
H A Dtest_l4lb_noinline_dynptr.c212 static __noinline bool get_packet_dst(struct real_definition **real, argument
229 *real = bpf_map_lookup_elem(&reals, &key);
230 if (!(*real))
/linux-master/arch/arm64/kvm/
H A Dhypercalls.c62 val[0] = upper_32_bits(systime_snapshot.real);
63 val[1] = lower_32_bits(systime_snapshot.real);
/linux-master/arch/x86/kernel/kprobes/
H A Dopt.c207 static int copy_optimized_instructions(u8 *dest, u8 *src, u8 *real) argument
213 ret = __copy_instruction(dest + len, src + len, real + len, &insn);
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S10 | must be a real F-line exception.
/linux-master/drivers/media/dvb-frontends/
H A Dstb0899_priv.h131 s32 real; member in struct:stb0899_tab
H A Dstv090x_priv.h217 s32 real; member in struct:stv090x_tab
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/mips/boot/
H A DMakefile118 cmd_its_cat = cat $(real-prereqs) >$@
/linux-master/fs/overlayfs/
H A Dinode.c60 * We might have to translate ovl file into real file object
107 * When all layers are on the same fs, all real inode
140 * If not all layers are on the same fs the pair {real st_ino;
679 * Merge real inode flags with inode flags read from
785 * depth 0 (there is always a real fs below it). An overlayfs
1098 struct inode *ovl_lookup_inode(struct super_block *sb, struct dentry *real, argument
1101 struct inode *inode, *key = d_inode(real);
1107 if (!ovl_verify_inode(inode, is_upper ? NULL : real,
1108 is_upper ? real : NULL, false)) {
H A Doverlayfs.h114 /* Is the real inode encoded in fid an upper inode? */
682 enum ovl_xattr ox, struct dentry *real,
734 * Can we iterate real dir directly?
798 struct inode *ovl_lookup_inode(struct super_block *sb, struct dentry *real,
806 /* vfs inode flags copied from real to ovl inode */
869 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real,
/linux-master/arch/mips/boot/compressed/
H A DMakefile181 cmd_its_cat = cat $(real-prereqs) >$@
/linux-master/include/uapi/sound/
H A Dcompress_params.h330 struct snd_enc_real real; member in union:snd_codec_options
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S263 mov lr, r0 @ r0 has real ret addr
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1103 char *real = realpath(daemon->config, NULL); local
1105 if (!real) {
1109 daemon->config_real = real;

Completed in 294 milliseconds

123