Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5538 lwiphy = container_of(work, struct lkpi_wiphy, wwk); in lkpi_wiphy_work()
5565 linuxkpi_wiphy_work_queue(struct wiphy *wiphy, struct wiphy_work *wwk) in linuxkpi_wiphy_work_queue() argument
5573 if (list_empty(&wwk->entry)) in linuxkpi_wiphy_work_queue()
5574 list_add_tail(&wwk->entry, &lwiphy->wwk_list); in linuxkpi_wiphy_work_queue()
5582 queue_work(system_wq, &lwiphy->wwk); in linuxkpi_wiphy_work_queue()
5586 linuxkpi_wiphy_work_cancel(struct wiphy *wiphy, struct wiphy_work *wwk) in linuxkpi_wiphy_work_cancel() argument
5594 if (!list_empty(&wwk->entry)) in linuxkpi_wiphy_work_cancel()
5595 list_del_init(&wwk->entry); in linuxkpi_wiphy_work_cancel()
5600 linuxkpi_wiphy_work_flush(struct wiphy *wiphy, struct wiphy_work *wwk) in linuxkpi_wiphy_work_flush() argument
5608 if (wwk != NULL && list_empty(&wwk->entry)) { in linuxkpi_wiphy_work_flush()
[all …]