/linux-6.12.1/include/linux/ |
D | padata.h | 144 void *fn_arg; member 197 job->thread_fn(job->start, job->start + job->size, job->fn_arg); in padata_do_multithreaded()
|
/linux-6.12.1/arch/xtensa/kernel/ |
D | process.c | 345 SPILL_SLOT(childregs, 3) = (unsigned long)args->fn_arg; in copy_thread() 352 ((unsigned long *)p->thread.sp)[1] = (unsigned long)args->fn_arg; in copy_thread()
|
/linux-6.12.1/include/linux/soc/ti/ |
D | knav_qmss.h | 57 void *fn_arg; member
|
/linux-6.12.1/arch/x86/kernel/ |
D | process.c | 141 int (*fn)(void *), void *fn_arg) in ret_from_fork() argument 147 fn(fn_arg); in ret_from_fork() 220 kthread_frame_init(frame, args->fn, args->fn_arg); in copy_thread() 249 kthread_frame_init(frame, args->fn, args->fn_arg); in copy_thread()
|
/linux-6.12.1/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_mailbox.h | 72 void *fn_arg; member
|
D | octeon_mailbox.c | 311 mbox_cmd.fn_arg); in octeon_mbox_process_message() 329 mbox_cmd.fn(mbox->oct_dev, &mbox_cmd, mbox_cmd.fn_arg); in octeon_mbox_process_message()
|
D | octeon_droq.c | 55 void *fn_arg = NULL; in octeon_get_dispatch_arg() local 68 fn_arg = octeon_dev->dispatch.dlist[idx].arg; in octeon_get_dispatch_arg() 74 fn_arg = ((struct octeon_dispatch *) in octeon_get_dispatch_arg() 82 return fn_arg; in octeon_get_dispatch_arg()
|
D | octeon_droq.h | 393 octeon_dispatch_fn_t fn, void *fn_arg);
|
D | octeon_device.c | 1137 octeon_dispatch_fn_t fn, void *fn_arg) in octeon_register_dispatch_fn() argument 1150 oct->dispatch.dlist[idx].arg = fn_arg; in octeon_register_dispatch_fn() 1173 dispatch->arg = fn_arg; in octeon_register_dispatch_fn() 1185 octeon_get_dispatch_arg(oct, opcode, subcode) == fn_arg) in octeon_register_dispatch_fn()
|
D | cn23xx_vf_device.c | 383 mbox_cmd.fn_arg = NULL; in cn23xx_vf_ask_pf_to_do_flr() 433 mbox_cmd.fn_arg = &status; in cn23xx_octeon_pfvf_handshake()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | switch_to.h | 17 int (*fn)(void *), void *fn_arg);
|
/linux-6.12.1/arch/csky/kernel/ |
D | process.c | 54 childstack->r10 = (unsigned long) args->fn_arg; in copy_thread()
|
/linux-6.12.1/arch/hexagon/kernel/ |
D | process.c | 82 ss->r25 = (unsigned long)args->fn_arg; in copy_thread()
|
/linux-6.12.1/arch/parisc/kernel/ |
D | process.c | 236 cregs->gr[25] = (unsigned long) args->fn_arg; in copy_thread()
|
/linux-6.12.1/kernel/ |
D | vhost_task.c | 143 args.fn_arg = vtsk; in vhost_task_create()
|
/linux-6.12.1/arch/openrisc/kernel/ |
D | process.c | 191 kregs->gpr[22] = (unsigned long)args->fn_arg; in copy_thread()
|
/linux-6.12.1/arch/arc/kernel/ |
D | process.c | 200 c_callee->r13 = (unsigned long)args->fn_arg; in copy_thread()
|
/linux-6.12.1/arch/microblaze/kernel/ |
D | process.c | 70 ti->cpu_context.r19 = (unsigned long)args->fn_arg; in copy_thread()
|
/linux-6.12.1/include/linux/sched/ |
D | task.h | 43 void *fn_arg; member
|
/linux-6.12.1/arch/sh/kernel/ |
D | process_32.c | 117 childregs->regs[4] = (unsigned long) args->fn_arg; in copy_thread()
|
/linux-6.12.1/arch/s390/kernel/ |
D | process.c | 152 frame->childregs.gprs[10] = (unsigned long)args->fn_arg; in copy_thread()
|
/linux-6.12.1/arch/m68k/kernel/ |
D | process.c | 168 frame->sw.d7 = (unsigned long)args->fn_arg; in copy_thread()
|
/linux-6.12.1/arch/um/kernel/ |
D | process.c | 162 p->thread.request.thread.arg = args->fn_arg; in copy_thread()
|
/linux-6.12.1/arch/riscv/kernel/ |
D | process.c | 221 p->thread.s[1] = (unsigned long)args->fn_arg; in copy_thread()
|
/linux-6.12.1/arch/nios2/kernel/ |
D | process.c | 118 childstack->r17 = (unsigned long) args->fn_arg; in copy_thread()
|