Searched refs:twork (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_main.c | 15 struct tasklet_struct twork; member 48 tasklet_init(&cwqe_info->vq_wqe[i].twork, vq_work_handler, in init_worker_threads() 75 tasklet_kill(&cwqe_info->vq_wqe[i].twork); in cleanup_worker_threads() 605 tasklet_hi_schedule(&wqe->twork); in cptvf_done_intr_handler()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf.h | 61 struct tasklet_struct twork; member
|
| H A D | otx_cptvf_main.c | 44 tasklet_init(&cwqe_info->vq_wqe[i].twork, vq_work_handler, in init_worker_threads() 69 tasklet_kill(&cwqe_info->vq_wqe[i].twork); in cleanup_worker_threads() 588 tasklet_hi_schedule(&wqe->twork); in cptvf_done_intr_handler()
|
| /linux/drivers/acpi/apei/ |
| H A D | ghes.c | 480 struct callback_head twork; member 485 static void memory_failure_cb(struct callback_head *twork) in memory_failure_cb() argument 487 struct ghes_task_work *twcb = container_of(twork, struct ghes_task_work, twork); in memory_failure_cb() 518 init_task_work(&twcb->twork, memory_failure_cb); in ghes_do_memory_failure() 519 task_work_add(current, &twcb->twork, TWA_RESUME); in ghes_do_memory_failure()
|
| /linux/security/keys/ |
| H A D | process_keys.c | 911 void key_change_session_keyring(struct callback_head *twork) in key_change_session_keyring() argument 914 struct cred *new = container_of(twork, struct cred, rcu); in key_change_session_keyring()
|
| H A D | internal.h | 163 extern void key_change_session_keyring(struct callback_head *twork);
|
| /linux/kernel/sched/ |
| H A D | core.c | 5594 struct tick_work *twork = container_of(dwork, struct tick_work, work); in sched_tick_remote() local 5595 int cpu = twork->cpu; in sched_tick_remote() 5639 os = atomic_fetch_add_unless(&twork->state, -1, TICK_SCHED_REMOTE_RUNNING); in sched_tick_remote() 5648 struct tick_work *twork; in sched_tick_start() local 5655 twork = per_cpu_ptr(tick_work_cpu, cpu); in sched_tick_start() 5656 os = atomic_xchg(&twork->state, TICK_SCHED_REMOTE_RUNNING); in sched_tick_start() 5659 twork->cpu = cpu; in sched_tick_start() 5660 INIT_DELAYED_WORK(&twork->work, sched_tick_remote); in sched_tick_start() 5661 queue_delayed_work(system_unbound_wq, &twork->work, HZ); in sched_tick_start() 5668 struct tick_work *twork; in sched_tick_stop() local [all …]
|
| /linux/drivers/android/ |
| H A D | binder.c | 1975 struct callback_head twork; member 1992 static void binder_do_fd_close(struct callback_head *twork) in binder_do_fd_close() argument 1994 struct binder_task_work_cb *twcb = container_of(twork, in binder_do_fd_close() 1995 struct binder_task_work_cb, twork); in binder_do_fd_close() 2015 init_task_work(&twcb->twork, binder_do_fd_close); in binder_deferred_fd_close() 2021 task_work_add(current, &twcb->twork, TWA_RESUME); in binder_deferred_fd_close()
|