Home
last modified time | relevance | path

Searched refs:wiphy_counter (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/wireless/
H A Dcore.c403 static atomic_t wiphy_counter = ATOMIC_INIT(0); in wiphy_new_nm() local
433 rdev->wiphy_idx = atomic_inc_return(&wiphy_counter); in wiphy_new_nm()
437 atomic_dec(&wiphy_counter); in wiphy_new_nm()
/kernel/linux/linux-6.6/net/wireless/
H A Dcore.c450 static atomic_t wiphy_counter = ATOMIC_INIT(0); in wiphy_new_nm() local
480 rdev->wiphy_idx = atomic_inc_return(&wiphy_counter); in wiphy_new_nm()
484 atomic_dec(&wiphy_counter); in wiphy_new_nm()

Completed in 5 milliseconds