Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Drhashtable.c104 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
266 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drhashtable.c103 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
265 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Drhashtable.c103 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
265 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Drhashtable.c103 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
265 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Drhashtable.c103 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
265 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Drhashtable.c104 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
266 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Drhashtable.c104 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
266 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Drhashtable.c104 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
266 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drhashtable.c103 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
265 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Drhashtable.c103 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
265 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Drhashtable.c104 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
266 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Drhashtable.c103 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
265 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Drhashtable.c103 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
265 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Drhashtable.c103 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
265 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
/OK3568_Linux_fs/kernel/lib/
H A Drhashtable.c117 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu() function
345 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
942 if (rcu_head_after_call_rcu(&tbl->rcu, bucket_table_free_rcu)) in rhashtable_walk_stop()