/linux/kernel/sched/ |
H A D | debug.c | 651 #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 D | rust_is_available_bindgen_libclang_concat.h | 2 #define F(x) int x##x macro
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | usdt.c | 167 #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 D | dma.rs | 510 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 D | xarray.rs | 181 fn load<F, U>(&self, index: usize, f: F) -> Option<U> in load()
|
/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/drivers/gpu/nova-core/ |
H A D | firmware.rs | 126 ) -> Result<FirmwareDmaObject<F, Signed>> { in patch_signature() 148 fn no_patch_signature(self) -> FirmwareDmaObject<F, Signed> { in no_patch_signature()
|
H A D | falcon.rs | 428 fw: &F, in dma_wr()
|
/linux/samples/bpf/ |
H A D | tracex5.bpf.c | 16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F argument
|
/linux/rust/pin-init/src/ |
H A D | __internal.rs | 71 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 D | lib.rs | 1084 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 D | net.h | 60 #define DEFINE_AUDIT_NET(NAME, OP, CRED, 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/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
|
/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/net/wireless/intel/iwlwifi/mld/ |
H A D | rx.c | 556 #define CHECK_TYPE(F) \ in iwl_mld_rx_he() argument 1104 #define CHECK_TYPE(F) \ in iwl_mld_rx_eht() argument
|