Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dworkqueue.h511 int execute_in_process_context(work_func_t fn, struct execute_work *);
/linux-6.6.21/drivers/infiniband/sw/rxe/
Drxe_qp.c879 execute_in_process_context(rxe_qp_do_cleanup, &qp->cleanup_work); in rxe_qp_cleanup()
/linux-6.6.21/drivers/char/
Drandom.c722 execute_in_process_context(crng_set_ready, &set_ready); in _credit_init_bits()
/linux-6.6.21/kernel/
Dworkqueue.c3685 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context() function
3697 EXPORT_SYMBOL_GPL(execute_in_process_context);