/linux/kernel/sched/ |
H A D | debug.c | 656 #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 D | usdt.c | 158 #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 D | drbd_polymorph_printk.h | 9 #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 D | STG4000InitDevice.c | 121 u32 R = 0, F = 0, OD = 0, ODIndex = 0; in ProgramClock() local 243 u32 F, R, P; in SetCoreClockPLL() local
|
H A D | STG4000Ramdac.c | 30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | futex_bench.c | 18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
|
/linux/samples/bpf/ |
H A D | tracex5.bpf.c | 16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F argument
|
/linux/security/apparmor/include/ |
H A D | net.h | 59 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument
|
/linux/arch/m68k/fpsp040/ |
H A D | slogn.S | 241 .set F,FP_SCR2 define
|
/linux/tools/testing/selftests/bpf/ |
H A D | uprobe_multi.c | 32 #define F(body, name, idx) body(name, idx) macro
|
/linux/fs/smb/common/ |
H A D | cifs_md4.c | 36 static inline u32 F(u32 x, u32 y, u32 z) in F() function
|
/linux/arch/x86/crypto/ |
H A D | blowfish-x86_64-asm_64.S | 59 #define F() \ macro
|
/linux/crypto/ |
H A D | md4.c | 48 static inline u32 F(u32 x, u32 y, u32 z) in F() function
|
/linux/rust/kernel/ |
H A D | init.rs | 901 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 D | hash.c | 34 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_flow.c | 22 #define PROG(F) PROG_(F, _##F) argument
|
H A D | btf_dump_test_case_syntax.c | 23 F = 0, enumerator
|
/linux/scripts/mod/ |
H A D | sumversion.c | 54 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F() function
|
/linux/drivers/ata/ |
H A D | pata_pdc2027x.c | 507 int F, R; in pdc_adjust_pll() local
|
/linux/drivers/char/tpm/ |
H A D | tpm-sysfs.c | 409 #define _TPM_HELPER(_alg, _hash, F) \ argument
|
/linux/drivers/video/fbdev/ |
H A D | stifb.c | 385 #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 D | cx24113.c | 291 s64 F; in cx24113_calc_pll_nf() local
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 1645 #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 D | cpuid.c | 720 #define F(name) \ macro
|
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | push.h | 252 #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
|