Home
last modified time | relevance | path

Searched defs:tasklet_trylock (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dinterrupt.h691 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() function
701 static inline int tasklet_trylock(struct tasklet_struct *t) { return 1; } in tasklet_trylock() function
/kernel/linux/linux-5.10/include/linux/
Dinterrupt.h662 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() function
678 #define tasklet_trylock(t) 1 macro