Searched refs:init_task_work (Results 1 – 22 of 22) sorted by relevance
| /linux/rust/helpers/ |
| H A D | binder.c | 26 init_task_work(twork, func); in rust_helper_init_task_work()
|
| /linux/include/linux/ |
| H A D | task_work.h | 11 init_task_work(struct callback_head *twork, task_work_func_t func) in init_task_work() function
|
| /linux/drivers/android/binder/ |
| H A D | deferred_close.rs | 95 unsafe { bindings::init_task_work(callback_head, Some(Self::do_close_fd)) }; in close_fd()
|
| /linux/kernel/unwind/ |
| H A D | deferred.c | 355 init_task_work(&info->work, unwind_deferred_task_work); in unwind_task_init()
|
| /linux/security/landlock/ |
| H A D | tsync.c | 417 init_task_work(&ctx->work, restrict_one_thread_callback); in schedule_task_work()
|
| /linux/security/yama/ |
| H A D | yama_lsm.c | 95 init_task_work(&info->work, __report_access); in report_access()
|
| /linux/io_uring/ |
| H A D | msg_ring.c | 227 init_task_work(&msg->tw, io_msg_tw_fd_complete); in io_msg_fd_remote()
|
| H A D | tctx.c | 108 init_task_work(&tctx->task_work, tctx_task_work); in io_uring_alloc_task_context()
|
| H A D | io-wq.c | 409 init_task_work(&worker->create_work, func); in io_queue_worker_create()
|
| H A D | io_uring.c | 2232 init_task_work(&ctx->poll_wq_task_work, io_activate_pollwq_cb); in io_activate_pollwq() 2360 init_task_work(&exit.task_work, io_tctx_exit_cb); in io_ring_exit_work()
|
| /linux/fs/ |
| H A D | file_table.c | 529 init_task_work(&file->f_task_work, ____fput); in __fput_deferred()
|
| H A D | namespace.c | 1378 init_task_work(&mnt->mnt_rcu, __cleanup_mnt); in mntput_no_expire_slowpath()
|
| /linux/kernel/time/ |
| H A D | posix-cpu-timers.c | 1190 init_task_work(&p->posix_cputimers_work.work, in clear_posix_cputimers_work()
|
| /linux/drivers/acpi/apei/ |
| H A D | ghes.c | 522 init_task_work(&twcb->twork, memory_failure_cb); in ghes_do_memory_failure()
|
| /linux/security/keys/ |
| H A D | keyctl.c | 1651 init_task_work(newwork, key_change_session_keyring); in keyctl_session_to_parent()
|
| /linux/kernel/irq/ |
| H A D | manage.c | 1265 init_task_work(&on_exit_work, irq_thread_dtor); in irq_thread()
|
| /linux/kernel/events/ |
| H A D | uprobes.c | 2213 init_task_work(&t->utask->dup_xol_work, dup_xol_work); in uprobe_copy_process()
|
| H A D | core.c | 13318 init_task_work(&event->pending_task, perf_pending_task); in perf_event_alloc()
|
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 2571 init_task_work(flush_cb, flush_migrate_mm_task_workfn); in schedule_flush_migrate_mm()
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 4360 init_task_work(&ctx->work, bpf_task_work_callback); in bpf_task_work_schedule()
|
| /linux/kernel/sched/ |
| H A D | fair.c | 3644 init_task_work(&p->numa_work, task_numa_work); in init_numa_balancing() 5824 init_task_work(&p->sched_throttle_work, throttle_cfs_rq_work); in init_cfs_throttle_work()
|
| /linux/drivers/android/ |
| H A D | binder.c | 2015 init_task_work(&twcb->twork, binder_do_fd_close); in binder_deferred_fd_close()
|