Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_tasklet.h19 return test_bit(TASKLET_STATE_RUN, &t->state); in tasklet_is_locked()
/openbmc/linux/kernel/
H A Dsoftirq.c848 while (test_bit(TASKLET_STATE_RUN, &(t)->state)) { in tasklet_unlock_spin_wait()
884 clear_bit(TASKLET_STATE_RUN, &t->state); in tasklet_unlock()
892 wait_var_event(&t->state, !test_bit(TASKLET_STATE_RUN, &t->state)); in tasklet_unlock_wait()
/openbmc/linux/include/linux/
H A Dinterrupt.h687 TASKLET_STATE_RUN /* Tasklet is running (SMP only) */ enumerator
693 return !test_and_set_bit(TASKLET_STATE_RUN, &(t)->state); in tasklet_trylock()