Home
last modified time | relevance | path

Searched defs:might_sleep (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dsummarization_freplace.c19 long might_sleep(struct pt_regs *ctx) in might_sleep() function
H A Dsummarization.c41 long might_sleep(struct pt_regs *ctx __arg_ctx) in might_sleep() function
/linux/include/linux/
H A Dkernel.h93 # define might_sleep() \ macro
136 # define might_sleep() do { might_resched(); } while (0) macro
H A Dbpf_verifier.h661 bool might_sleep: 1; member
H A Dbpf.h898 bool might_sleep; member
1641 bool might_sleep; member
/linux/rust/kernel/
H A Dtask.rs415 pub fn might_sleep() { in might_sleep() function
/linux/tools/testing/vma/
H A Dvma_internal.h762 static inline void might_sleep(void) in might_sleep() function