Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c1074 cfs_wi_init(&hs->hs_rehash_wi, hs, cfs_hash_rehash_worker); in cfs_hash_create()
1776 if (cfs_wi_deschedule(cfs_sched_rehash, &hs->hs_rehash_wi)) { in cfs_hash_rehash_cancel_locked()
1820 cfs_wi_schedule(cfs_sched_rehash, &hs->hs_rehash_wi); in cfs_hash_rehash()
1828 return cfs_hash_rehash_worker(&hs->hs_rehash_wi); in cfs_hash_rehash()
1866 struct cfs_hash *hs = container_of(wi, struct cfs_hash, hs_rehash_wi); in cfs_hash_rehash_worker()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h252 cfs_workitem_t hs_rehash_wi; member