Searched refs:hs_rehash_wi (Results 1 – 2 of 2) sorted by relevance
1083 cfs_wi_init(&hs->hs_rehash_wi, hs, cfs_hash_rehash_worker); in cfs_hash_create()1789 if (cfs_wi_deschedule(cfs_sched_rehash, &hs->hs_rehash_wi)) { in cfs_hash_rehash_cancel_locked()1833 cfs_wi_schedule(cfs_sched_rehash, &hs->hs_rehash_wi); in cfs_hash_rehash()1841 return cfs_hash_rehash_worker(&hs->hs_rehash_wi); in cfs_hash_rehash()1879 struct cfs_hash *hs = container_of(wi, struct cfs_hash, hs_rehash_wi); in cfs_hash_rehash_worker()
252 cfs_workitem_t hs_rehash_wi; member