Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dwait_bit.h571 static inline bool test_and_clear_wake_up_bit(int bit, unsigned long *word) in test_and_clear_wake_up_bit() function
/linux-6.14.4/kernel/
Dsoftirq.c780 if (test_and_clear_wake_up_bit(TASKLET_STATE_SCHED, &t->state)) in tasklet_clear_sched()