Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 41) sorted by relevance

12

/linux/kernel/sched/
H A Ddebug.c496 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() argument
497 #define P_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld\n", \ in print_cfs_group_stats() argument
500 #define PN_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", \ in print_cfs_group_stats() argument
955 #define __PS(S, F) SEQ_printf(m, "%-45s:%21Ld\n", S, (long long)(F)) argument
956 #define __P(F) __PS(#F, F) argument
957 #define P(F) __PS(#F, p->F) argument
958 #define PM(F, M) __PS(#F, p->F & (M)) argument
960 #define __PN(F) __PSN(#F, F) argument
961 #define PN(F) __PSN(#F, p->F) argument
1001 #define P_SCHEDSTAT(F) __PS(#F, schedstat_val(p->stats.F)) in proc_sched_show_task() argument
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c158 #define R10(F, X) F(X+0); F(X+1);F(X+2); F(X+3); F(X+4); \ argument
160 #define R100(F, X) R10(F,X+ 0);R10(F,X+10);R10(F,X+20);R10(F,X+30);R10(F,X+40); \ argument
/linux/rust/kernel/init/
H A D__internal.rs68 fn make_closure<F, O, E>(self, f: F) -> F in make_closure()
97 fn make_closure<F, O, E>(self, f: F) -> F in make_closure()
/linux/drivers/block/drbd/
H A Ddrbd_polymorph_printk.h9 #define DEFINE_DYNAMIC_DEBUG_METADATA(D, F) const char *D = F; ((void)D) argument
10 #define __dynamic_pr_debug(D, F, args...) do { (void)(D); if (0) printk(F, ## args); } while (0) argument
/linux/drivers/video/fbdev/kyro/
H A DSTG4000InitDevice.c121 u32 R = 0, F = 0, OD = 0, ODIndex = 0; in ProgramClock() local
243 u32 F, R, P; in SetCoreClockPLL() local
H A DSTG4000Ramdac.c30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
/linux/scripts/
H A Dparse-maintainers.pl48 F: File and directory pattern label
/linux/samples/bpf/
H A Dtracex5.bpf.c16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F argument
/linux/tools/testing/selftests/bpf/
H A Duprobe_multi.c15 #define F(body, name, idx) body(name, idx) macro
/linux/arch/m68k/fpsp040/
H A Dslogn.S241 .set F,FP_SCR2 define
/linux/security/apparmor/include/
H A Dnet.h60 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument
/linux/fs/smb/common/
H A Dcifs_md4.c36 static inline u32 F(u32 x, u32 y, u32 z) in F() function
/linux/arch/x86/crypto/
H A Dblowfish-x86_64-asm_64.S59 #define F() \ macro
/linux/rust/kernel/
H A Dinit.rs819 fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E> in pin_chain() argument
921 fn chain<F>(self, f: F) -> ChainInit<Self, F, T, E> in chain() argument
/linux/crypto/
H A Dmd4.c48 static inline u32 F(u32 x, u32 y, u32 z) in F() function
/linux/fs/ext4/
H A Dhash.c34 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c22 #define PROG(F) PROG_(F, _##F) argument
/linux/scripts/mod/
H A Dsumversion.c52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F() function
/linux/lib/crypto/mpi/
H A Dec.c858 #define F (ctx->t.scratch[4]) in dup_point_edwards() macro
1090 #define F (ctx->t.scratch[5]) in add_points_edwards() macro
/linux/drivers/ata/
H A Dpata_pdc2027x.c507 int F, R; in pdc_adjust_pll() local
/linux/drivers/char/tpm/
H A Dtpm-sysfs.c409 #define _TPM_HELPER(_alg, _hash, F) \ argument
/linux/drivers/clk/qcom/
H A Dclk-rcg.h10 #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } macro
/linux/drivers/video/fbdev/
H A Dstifb.c385 #define BA(F,C,S,A,J,B,I) \ argument
388 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
/linux/net/sched/
H A Dsch_qfq.c144 u64 S, F; /* flow timestamps (exact) */ member
168 u64 S, F; /* group timestamps (approx). */ member

12