Home
last modified time | relevance | path

Searched refs:tasklet_sync_callback (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/
H A Dsoftirq.c852 struct tasklet_sync_callback { struct
857 static DEFINE_PER_CPU(struct tasklet_sync_callback, tasklet_sync_callback) = { argument
858 .cb_lock = __SPIN_LOCK_UNLOCKED(tasklet_sync_callback.cb_lock),
864 spin_lock(this_cpu_ptr(&tasklet_sync_callback.cb_lock)); in tasklet_lock_callback()
869 spin_unlock(this_cpu_ptr(&tasklet_sync_callback.cb_lock)); in tasklet_unlock_callback()
874 struct tasklet_sync_callback *sync_cb = this_cpu_ptr(&tasklet_sync_callback); in tasklet_callback_cancel_wait_running()
884 struct tasklet_sync_callback *sync_cb = this_cpu_ptr(&tasklet_sync_callback); in tasklet_callback_sync_wait_running()