Home
last modified time | relevance | path

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

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