Home
last modified time | relevance | path

Searched refs:hs_rehash_wi (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c1083 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()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h252 cfs_workitem_t hs_rehash_wi; member