Searched refs:inact_dev (Results 1 – 2 of 2) sorted by relevance
127 list_add_tail(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_init()146 list_move(&u_ctx->entry, &drv_data.inact_dev); in chcr_dev_move()290 INIT_LIST_HEAD(&drv_data.inact_dev); in chcr_crypto_init()312 list_for_each_entry_safe(u_ctx, tmp, &drv_data.inact_dev, entry) { in chcr_crypto_exit()
124 struct list_head inact_dev; member