Home
last modified time | relevance | path

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

12

/linux/kernel/sched/
H A Ddebug.c651 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() argument
652 #define P_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld\n", \ in print_cfs_group_stats() argument
654 #define PN(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", #F, SPLIT_NS((long long)F)) in print_cfs_group_stats() argument
655 #define PN_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", \ in print_cfs_group_stats() argument
1113 #define __PS(S, F) SEQ_printf(m, "%-45s:%21Ld\n", S, (long long)(F)) argument
1114 #define __P(F) __PS(#F, F) argument
1115 #define P(F) __PS(#F, p->F) argument
1116 #define PM(F, M) __PS(#F, p->F & (M)) argument
1117 #define __PSN(S, F) SEQ_printf(m, "%-45s:%14Ld.%06ld\n", S, SPLIT_NS((long long)(F))) argument
1118 #define __PN(F) __PSN(#F, F) argument
[all …]
/linux/scripts/
H A Drust_is_available_bindgen_libclang_concat.h2 #define F(x) int x##x macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c167 #define R10(F, X) F(X+0); F(X+1);F(X+2); F(X+3); F(X+4); \ argument
169 #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/
H A Ddma.rs510 pub unsafe fn field_read<F: FromBytes>(&self, field: *const F) -> F { in field_read()
533 pub unsafe fn field_write<F: AsBytes>(&self, field: *mut F, val: F) { in field_write()
H A Dxarray.rs181 fn load<F, U>(&self, index: usize, f: F) -> Option<U> in load()
/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/drivers/gpu/nova-core/
H A Dfirmware.rs126 ) -> Result<FirmwareDmaObject<F, Signed>> { in patch_signature()
148 fn no_patch_signature(self) -> FirmwareDmaObject<F, Signed> { in no_patch_signature()
H A Dfalcon.rs428 fw: &F, in dma_wr()
/linux/samples/bpf/
H A Dtracex5.bpf.c16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F argument
/linux/rust/pin-init/src/
H A D__internal.rs71 fn make_closure<F, O, E>(self, f: F) -> F in make_closure()
101 fn make_closure<F, O, E>(self, f: F) -> F in make_closure()
H A Dlib.rs1084 fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E> in pin_chain() argument
1192 fn chain<F>(self, f: F) -> ChainInit<Self, F, T, E> in chain() argument
/linux/security/apparmor/include/
H A Dnet.h60 #define DEFINE_AUDIT_NET(NAME, OP, CRED, SK, F, T, P) \ argument
/linux/arch/m68k/fpsp040/
H A Dslogn.S241 .set F,FP_SCR2 define
/linux/tools/testing/selftests/bpf/
H A Duprobe_multi.c32 #define F(body, name, idx) body(name, idx) macro
/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/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/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/net/wireless/intel/iwlwifi/mld/
H A Drx.c556 #define CHECK_TYPE(F) \ in iwl_mld_rx_he() argument
1104 #define CHECK_TYPE(F) \ in iwl_mld_rx_eht() argument

12