Home
last modified time | relevance | path

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

12

/linux/kernel/sched/
H A Ddebug.c656 #define P(F) SEQ_printf(m, " .%-30s: %lld\n", #F, (long long)F) in print_cfs_group_stats() argument
657 #define P_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld\n", \ in print_cfs_group_stats() argument
659 #define PN(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", #F, SPLIT_NS((long long)F)) in print_cfs_group_stats() argument
660 #define PN_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", \ in print_cfs_group_stats() argument
1128 #define __PS(S, F) SEQ_printf(m, "%-45s:%21Ld\n", S, (long long)(F)) argument
1129 #define __P(F) __PS(#F, F) argument
1130 #define P(F) __PS(#F, p->F) argument
1131 #define PM(F, M) __PS(#F, p->F & (M)) argument
1132 #define __PSN(S, F) SEQ_printf(m, "%-45s:%14Ld.%06ld\n", S, SPLIT_NS((long long)(F))) argument
1133 #define __PN(F) __PSN(#F, F) 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/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/samples/bpf/
H A Dtracex5.bpf.c16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F argument
/linux/security/apparmor/include/
H A Dnet.h59 #define DEFINE_AUDIT_NET(NAME, OP, 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/rust/kernel/
H A Dinit.rs901 fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E> in pin_chain() argument
1000 fn chain<F>(self, f: F) -> ChainInit<Self, F, T, E> in chain() argument
/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
H A Dbtf_dump_test_case_syntax.c23 F = 0, enumerator
/linux/scripts/mod/
H A Dsumversion.c54 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F() function
/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/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/drivers/media/dvb-frontends/
H A Dcx24113.c291 s64 F; in cx24113_calc_pll_nf() local
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c1645 #define CHECK_TYPE(F) \ in iwl_mvm_rx_eht() argument
1800 #define CHECK_TYPE(F) \ in iwl_mvm_rx_he() argument
/linux/arch/x86/kvm/
H A Dcpuid.c720 #define F(name) \ macro
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush.h252 #define PUSH_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument
343 #define PUSH_NV_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument

12