/kernel/linux/linux-6.6/rust/ |
H A D | build_error.rs | 29 pub const fn build_error(msg: &'static str) -> ! { consts
|
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | ioctl.rs | 13 const fn _IOC(dir: u32, ty: u32, nr: u32, size: usize) -> u32 { consts 27 pub const fn _IO(ty: u32, nr: u32) -> u32 { consts 33 pub const fn _IOR<T>(ty: u32, nr: u32) -> u32 { consts 39 pub const fn _IOW<T>(ty: u32, nr: u32) -> u32 { consts 45 pub const fn _IOWR<T>(ty: u32, nr: u32) -> u32 { consts 55 pub const fn _IOC_DIR(nr: u32) -> u32 { consts 60 pub const fn _IOC_TYPE(nr: u32) -> u32 { consts 65 pub const fn _IOC_NR(nr: u32) -> u32 { consts 70 pub const fn _IOC_SIZE(nr: u32) -> usize { consts
|
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/ |
H A D | platsmp.c | 19 void shmobile_smp_hook(unsigned int cpu, unsigned long fn, unsigned long arg) in shmobile_smp_hook() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/ |
H A D | platsmp.c | 19 void shmobile_smp_hook(unsigned int cpu, unsigned long fn, unsigned long arg) in shmobile_smp_hook() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_ioc32.c | 54 drm_ioctl_compat_t *fn = NULL; in nouveau_compat_ioctl() local
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_ioc32.c | 54 drm_ioctl_compat_t *fn = NULL; in nouveau_compat_ioctl() local
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | traps.h | 16 int (*fn)(struct pt_regs *regs, unsigned int instr); member
|
H A D | system_misc.h | 24 harden_branch_predictor_fn_t fn = per_cpu(harden_branch_predictor_fn, in harden_branch_predictor() local
|
/kernel/linux/common_modules/newip/examples/ |
H A D | get_af_ninet.c | 24 FILE *fn = fopen(AF_NINET_PATH, "r"); in _get_af_ninet() local
|
H A D | check_nip_enable.c | 25 FILE *fn = fopen(NIP_DISABLE_PATH, "r"); in _check_nip_enable() local
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | system_misc.h | 23 harden_branch_predictor_fn_t fn = per_cpu(harden_branch_predictor_fn, in harden_branch_predictor() local
|
H A D | traps.h | 16 int (*fn)(struct pt_regs *regs, unsigned int instr); member
|
/kernel/linux/linux-6.6/arch/arm/mach-at91/ |
H A D | sam_secure.c | 17 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1) in sam_smccc_call() argument
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | core.c | 34 void libperf_init(libperf_print_fn_t fn) in libperf_init() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | smt.c | 26 char fn[256]; in smt_on() local
|
/kernel/linux/linux-5.10/drivers/gpu/host1x/ |
H A D | debug.h | 16 void (*fn)(void *ctx, const char *str, size_t len, bool cont); member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | delayed_call.h | 11 void (*fn)(void *); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | delayed_call.h | 11 void (*fn)(void *); member
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/ |
H A D | debug.h | 16 void (*fn)(void *ctx, const char *str, size_t len, bool cont); member
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | core.c | 34 void libperf_init(libperf_print_fn_t fn) in libperf_init() argument
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | mpic_timer.h | 34 struct mpic_timer *mpic_request_timer(irq_handler_t fn, void *dev, in mpic_request_timer() argument
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | mpic_timer.h | 34 struct mpic_timer *mpic_request_timer(irq_handler_t fn, void *dev, in mpic_request_timer() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_bpffs.c | 30 static int fn(void) in fn() function
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | irq.c | 20 void riscv_set_intc_hwnode_fn(struct fwnode_handle *(*fn)(void)) in riscv_set_intc_hwnode_fn() argument
|
/kernel/linux/linux-5.10/drivers/misc/ocxl/ |
H A D | pci.c | 21 struct ocxl_fn *fn; in ocxl_probe() local 46 struct ocxl_fn *fn; in ocxl_remove() local [all...] |