Searched refs:inact_dev (Results 1 – 2 of 2) sorted by relevance
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()
77 struct list_head inact_dev; member