Searched refs:inact_dev (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_core.c | 124 list_add_tail(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_init() 139 list_move(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_move() 273 INIT_LIST_HEAD(&drv_data.inact_dev); in chcr_crypto_init() 297 list_for_each_entry_safe(u_ctx, tmp, &drv_data.inact_dev, entry) { in chcr_crypto_exit()
|
H A D | chcr_core.h | 78 struct list_head inact_dev; member
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_core.c | 124 list_add_tail(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_init() 139 list_move(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_move() 273 INIT_LIST_HEAD(&drv_data.inact_dev); in chcr_crypto_init() 297 list_for_each_entry_safe(u_ctx, tmp, &drv_data.inact_dev, entry) { in chcr_crypto_exit()
|
H A D | chcr_core.h | 77 struct list_head inact_dev; member
|
Completed in 3 milliseconds