Home
last modified time | relevance | path

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

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