Searched refs:dev_wait (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/ieee802154/ |
H A D | core.c | 131 init_waitqueue_head(&rdev->dev_wait); in wpan_phy_new() 165 wait_event(rdev->dev_wait, ({ in wpan_phy_unregister() 283 wake_up(&rdev->dev_wait); in cfg802154_netdev_notifier_call()
|
H A D | core.h | 16 wait_queue_head_t dev_wait; member
|
/kernel/linux/linux-6.6/net/ieee802154/ |
H A D | core.c | 131 init_waitqueue_head(&rdev->dev_wait); in wpan_phy_new() 168 wait_event(rdev->dev_wait, ({ in wpan_phy_unregister() 286 wake_up(&rdev->dev_wait); in cfg802154_netdev_notifier_call()
|
H A D | core.h | 16 wait_queue_head_t dev_wait; member
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | core.c | 526 init_waitqueue_head(&rdev->dev_wait); in wiphy_new_nm() 1013 wait_event(rdev->dev_wait, ({ in wiphy_unregister() 1360 wake_up(&rdev->dev_wait); in cfg80211_netdev_notifier_call()
|
H A D | core.h | 58 wait_queue_head_t dev_wait; member
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | core.h | 57 wait_queue_head_t dev_wait; member
|
H A D | core.c | 581 init_waitqueue_head(&rdev->dev_wait); in wiphy_new_nm() 1088 wait_event(rdev->dev_wait, ({ in wiphy_unregister() 1533 wake_up(&rdev->dev_wait); in cfg80211_netdev_notifier_call()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-ioctl.c | 1211 static int dev_wait(struct file *filp, struct dm_ioctl *param, size_t param_size) in dev_wait() function 1683 {DM_DEV_WAIT_CMD, 0, dev_wait}, in lookup_ioctl()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-ioctl.c | 1338 static int dev_wait(struct file *filp, struct dm_ioctl *param, size_t param_size) in dev_wait() function 1857 {DM_DEV_WAIT_CMD, 0, dev_wait}, in lookup_ioctl()
|
Completed in 13 milliseconds