Home
last modified time | relevance | path

Searched refs:reinvoke (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A Dmakefile-no-rebuild.patch6 Remove the Makefile rules to reinvoke autoconf, they're not out-of-tree safe and
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2278 bool *sched_txq, bool *reinvoke) in rtw89_core_txq_agg_wait() argument
2293 *reinvoke = true; in rtw89_core_txq_agg_wait()
2299 *reinvoke = true; in rtw89_core_txq_agg_wait()
2308 static void rtw89_core_txq_schedule(struct rtw89_dev *rtwdev, u8 ac, bool *reinvoke) in rtw89_core_txq_schedule() argument
2332 if (rtw89_core_txq_agg_wait(rtwdev, txq, &frame_cnt, &sched_txq, reinvoke)) { in rtw89_core_txq_schedule()
2344 *reinvoke = true; in rtw89_core_txq_schedule()
2361 bool reinvoke = false; in rtw89_core_txq_work() local
2365 rtw89_core_txq_schedule(rtwdev, ac, &reinvoke); in rtw89_core_txq_work()
2367 if (reinvoke) { in rtw89_core_txq_work()