Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/kernel/sched/
A Ddebug.c451 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() argument
452 #define P_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld\n", \ in print_cfs_group_stats() argument
455 #define PN_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", \ in print_cfs_group_stats() argument
911 #define __PS(S, F) SEQ_printf(m, "%-45s:%21Ld\n", S, (long long)(F)) argument
912 #define __P(F) __PS(#F, F) argument
913 #define P(F) __PS(#F, p->F) argument
914 #define PM(F, M) __PS(#F, p->F & (M)) argument
916 #define __PN(F) __PSN(#F, F) argument
917 #define PN(F) __PSN(#F, p->F) argument
957 #define P_SCHEDSTAT(F) __PS(#F, schedstat_val(p->stats.F)) in proc_sched_show_task() argument
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
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-6.3-rc2/drivers/block/drbd/
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-6.3-rc2/drivers/video/fbdev/kyro/
A DSTG4000InitDevice.c121 u32 R = 0, F = 0, OD = 0, ODIndex = 0; in ProgramClock() local
243 u32 F, R, P; in SetCoreClockPLL() local
A DSTG4000Ramdac.c30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
/linux-6.3-rc2/tools/testing/selftests/powerpc/benchmarks/
A Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
/linux-6.3-rc2/scripts/
A Dparse-maintainers.pl48 F: File and directory pattern label
/linux-6.3-rc2/samples/bpf/
A Dtracex5_kern.c16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F argument
/linux-6.3-rc2/security/apparmor/include/
A Dnet.h56 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument
/linux-6.3-rc2/arch/m68k/fpsp040/
A Dslogn.S241 .set F,FP_SCR2 define
/linux-6.3-rc2/fs/smbfs_common/
A Dcifs_md4.c35 static inline u32 F(u32 x, u32 y, u32 z) in F() function
/linux-6.3-rc2/arch/x86/crypto/
A Dblowfish-x86_64-asm_64.S59 #define F() \ macro
/linux-6.3-rc2/crypto/
A Dmd4.c48 static inline u32 F(u32 x, u32 y, u32 z) in F() function
/linux-6.3-rc2/arch/ia64/lib/
A Dmemcpy_mck.S558 #define F r28 macro
/linux-6.3-rc2/rust/alloc/vec/
A Dmod.rs1623 fn process_loop<F, T, A: Allocator, const DELETED: bool>( in retain_mut()
1625 f: &mut F, in retain_mut()
1684 pub fn dedup_by_key<F, K>(&mut self, mut key: F) in dedup_by_key()
2930 pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F, A> in drain_filter() argument
/linux-6.3-rc2/fs/ext4/
A Dhash.c34 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/linux-6.3-rc2/scripts/mod/
A Dsumversion.c52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F() function
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbpf_flow.c22 #define PROG(F) PROG_(F, _##F) argument
/linux-6.3-rc2/arch/ia64/kernel/
A Dunaligned.c248 # define F(reg) case reg: ia64_invala_gr(reg); break in invala_gr() macro
275 # define F(reg) case reg: ia64_invala_fr(reg); break in invala_fr() macro
A Dkprobes.c30 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator
/linux-6.3-rc2/drivers/clk/qcom/
A Dclk-rcg.h10 #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } macro
/linux-6.3-rc2/drivers/ata/
A Dpata_pdc2027x.c507 int F, R; in pdc_adjust_pll() local
/linux-6.3-rc2/drivers/char/tpm/
A Dtpm-sysfs.c391 #define _TPM_HELPER(_alg, _hash, F) \ argument
/linux-6.3-rc2/lib/mpi/
A Dec.c855 #define F (ctx->t.scratch[4]) in dup_point_edwards() macro
1087 #define F (ctx->t.scratch[5]) in add_points_edwards() macro
/linux-6.3-rc2/drivers/video/fbdev/
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

Completed in 35 milliseconds

12