Home
last modified time | relevance | path

Searched defs:fn (Results 1 - 25 of 768) sorted by relevance

12345678910>>...31

/kernel/linux/linux-6.6/rust/
H A Dbuild_error.rs29 pub const fn build_error(msg: &'static str) -> ! { consts
/kernel/linux/linux-6.6/rust/kernel/
H A Dioctl.rs13 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 Dplatsmp.c19 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 Dplatsmp.c19 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 Dnouveau_ioc32.c54 drm_ioctl_compat_t *fn = NULL; in nouveau_compat_ioctl() local
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_ioc32.c54 drm_ioctl_compat_t *fn = NULL; in nouveau_compat_ioctl() local
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dtraps.h16 int (*fn)(struct pt_regs *regs, unsigned int instr); member
H A Dsystem_misc.h24 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 Dget_af_ninet.c24 FILE *fn = fopen(AF_NINET_PATH, "r"); in _get_af_ninet() local
H A Dcheck_nip_enable.c25 FILE *fn = fopen(NIP_DISABLE_PATH, "r"); in _check_nip_enable() local
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dsystem_misc.h23 harden_branch_predictor_fn_t fn = per_cpu(harden_branch_predictor_fn, in harden_branch_predictor() local
H A Dtraps.h16 int (*fn)(struct pt_regs *regs, unsigned int instr); member
/kernel/linux/linux-6.6/arch/arm/mach-at91/
H A Dsam_secure.c17 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 Dcore.c34 void libperf_init(libperf_print_fn_t fn) in libperf_init() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsmt.c26 char fn[256]; in smt_on() local
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Ddebug.h16 void (*fn)(void *ctx, const char *str, size_t len, bool cont); member
/kernel/linux/linux-5.10/include/linux/
H A Ddelayed_call.h11 void (*fn)(void *); member
/kernel/linux/linux-6.6/include/linux/
H A Ddelayed_call.h11 void (*fn)(void *); member
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Ddebug.h16 void (*fn)(void *ctx, const char *str, size_t len, bool cont); member
/kernel/linux/linux-6.6/tools/lib/perf/
H A Dcore.c34 void libperf_init(libperf_print_fn_t fn) in libperf_init() argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmpic_timer.h34 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 Dmpic_timer.h34 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 Dtest_bpffs.c30 static int fn(void) in fn() function
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dirq.c20 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 Dpci.c21 struct ocxl_fn *fn; in ocxl_probe() local
46 struct ocxl_fn *fn; in ocxl_remove() local
[all...]

Completed in 5 milliseconds

12345678910>>...31