Home
last modified time | relevance | path

Searched refs:free_ioctx_users (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Daio.c629 static void free_ioctx_users(struct percpu_ref *ref) in free_ioctx_users() function
766 if (percpu_ref_init(&ctx->users, free_ioctx_users, 0, GFP_KERNEL)) in ioctx_alloc()
797 percpu_ref_get(&ctx->reqs); /* free_ioctx_users() will drop this */ in ioctx_alloc()
/kernel/linux/linux-6.6/fs/
H A Daio.c650 static void free_ioctx_users(struct percpu_ref *ref) in free_ioctx_users() function
785 if (percpu_ref_init(&ctx->users, free_ioctx_users, 0, GFP_KERNEL)) in ioctx_alloc()
816 percpu_ref_get(&ctx->reqs); /* free_ioctx_users() will drop this */ in ioctx_alloc()

Completed in 7 milliseconds