Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_vm_types.h100 struct work_struct destroy_work; member
236 struct work_struct destroy_work; member
A Dxe_vm.c1309 container_of(w, struct xe_vma, destroy_work); in vma_destroy_work_func()
1319 INIT_WORK(&vma->destroy_work, vma_destroy_work_func); in vma_destroy_cb()
1320 queue_work(system_unbound_wq, &vma->destroy_work); in vma_destroy_cb()
1693 INIT_WORK(&vm->destroy_work, vm_destroy_work_func); in xe_vm_create()
1975 container_of(w, struct xe_vm, destroy_work); in vm_destroy_work_func()
2009 queue_work(system_unbound_wq, &vm->destroy_work); in xe_vm_free()
/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dcrypto.c52 struct work_struct destroy_work; member
585 schedule_work(&pool->destroy_work); in mlx5_crypto_dek_pool_reset_synced()
673 container_of(work, struct mlx5_crypto_dek_pool, destroy_work); in mlx5_crypto_dek_destroy_work_fn()
702 INIT_WORK(&pool->destroy_work, mlx5_crypto_dek_destroy_work_fn); in mlx5_crypto_dek_pool_create()
712 cancel_work_sync(&pool->destroy_work); in mlx5_crypto_dek_pool_destroy()
/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls_tx.c275 struct work_struct destroy_work; member
328 static void destroy_work(struct work_struct *work) in destroy_work() function
331 container_of(work, struct mlx5e_tls_tx_pool, destroy_work); in destroy_work()
375 INIT_WORK(&pool->destroy_work, destroy_work); in mlx5e_tls_tx_pool_init()
421 queue_work(pool->wq, &pool->destroy_work); in pool_push()
/drivers/scsi/fcoe/
A Dfcoe.c1155 INIT_WORK(&port->destroy_work, fcoe_destroy_work); in fcoe_if_create()
2049 queue_work(fcoe_wq, &port->destroy_work); in fcoe_destroy()
2067 port = container_of(work, struct fcoe_port, destroy_work); in fcoe_destroy_work()
2503 queue_work(fcoe_wq, &port->destroy_work); in fcoe_exit()
/drivers/scsi/
A Dscsi_transport_iscsi.c2017 container_of(work, struct iscsi_cls_session, destroy_work); in __iscsi_destroy_session()
2044 INIT_WORK(&session->destroy_work, __iscsi_destroy_session); in iscsi_alloc_session()
3964 queue_work(system_unbound_wq, &session->destroy_work); in iscsi_if_recv_msg()

Completed in 36 milliseconds