Searched refs:sync_list (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| A D | crypto.c | 44 struct list_head sync_list; member 444 list_move(&bulk->entry, &pool->sync_list); in mlx5_crypto_dek_free_locked() 571 list_for_each_entry_safe(bulk, tmp, &pool->sync_list, entry) { in mlx5_crypto_dek_pool_reset_synced() 697 INIT_LIST_HEAD(&pool->sync_list); in mlx5_crypto_dek_pool_create() 722 list_for_each_entry_safe(bulk, tmp, &pool->sync_list, entry) in mlx5_crypto_dek_pool_destroy()
|
| /drivers/base/ |
| A D | core.c | 1190 LIST_HEAD(sync_list); in device_links_supplier_sync_state_resume() 1207 __device_links_queue_sync_state(dev, &sync_list); in device_links_supplier_sync_state_resume() 1212 device_links_flush_sync_list(&sync_list, NULL); in device_links_supplier_sync_state_resume() 1298 LIST_HEAD(sync_list); in device_links_driver_bound() 1354 __device_links_queue_sync_state(dev, &sync_list); in device_links_driver_bound() 1396 __device_links_queue_sync_state(supplier, &sync_list); in device_links_driver_bound() 1403 device_links_flush_sync_list(&sync_list, dev); in device_links_driver_bound() 1805 LIST_HEAD(sync_list); in fw_devlink_probing_done() 1808 class_for_each_device(&devlink_class, NULL, &sync_list, in fw_devlink_probing_done() 1811 device_links_flush_sync_list(&sync_list, NULL); in fw_devlink_probing_done()
|
Completed in 14 milliseconds