Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/lov/
Dlov_pool.c316 int lov_ost_pool_extend(struct ost_pool *op, unsigned int min_count) in lov_ost_pool_extend() argument
321 LASSERT(min_count != 0); in lov_ost_pool_extend()
326 new_size = max(min_count, 2 * op->op_size); in lov_ost_pool_extend()
339 int lov_ost_pool_add(struct ost_pool *op, __u32 idx, unsigned int min_count) in lov_ost_pool_add() argument
345 rc = lov_ost_pool_extend(op, min_count); in lov_ost_pool_add()
Dlov_internal.h240 int lov_ost_pool_extend(struct ost_pool *op, unsigned int min_count);
241 int lov_ost_pool_add(struct ost_pool *op, __u32 idx, unsigned int min_count);
/drivers/net/wireless/ath/
Ddfs_pri_detector.c226 u64 ts, u32 min_count) in pseq_handler_create_sequences() argument
280 if (ps.count <= min_count) in pseq_handler_create_sequences()