Home
last modified time | relevance | path

Searched refs:rcu_work (Results 1 – 3 of 3) sorted by relevance

/fs/
Daio.c89 struct work_struct rcu_work; member
407 struct kioctx *ctx = container_of(work, struct kioctx, rcu_work); in kill_ioctx_work()
417 INIT_WORK(&ctx->rcu_work, kill_ioctx_work); in kill_ioctx_rcu()
418 schedule_work(&ctx->rcu_work); in kill_ioctx_rcu()
/fs/btrfs/
Dvolumes.h96 struct work_struct rcu_work; member
Dvolumes.c598 device = container_of(work, struct btrfs_device, rcu_work); in __free_device()
613 INIT_WORK(&device->rcu_work, __free_device); in free_device()
614 schedule_work(&device->rcu_work); in free_device()