Home
last modified time | relevance | path

Searched refs:ldlm_pool (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c179 static inline struct ldlm_namespace *ldlm_pl2ns(struct ldlm_pool *pl) in ldlm_pl2ns()
218 static __u32 ldlm_pool_get_limit(struct ldlm_pool *pl) in ldlm_pool_get_limit()
226 static void ldlm_pool_set_limit(struct ldlm_pool *pl, __u32 limit) in ldlm_pool_set_limit()
236 static void ldlm_pool_recalc_stats(struct ldlm_pool *pl) in ldlm_pool_recalc_stats()
259 static void ldlm_cli_pool_pop_slv(struct ldlm_pool *pl) in ldlm_cli_pool_pop_slv()
278 static int ldlm_cli_pool_recalc(struct ldlm_pool *pl) in ldlm_cli_pool_recalc()
338 static int ldlm_cli_pool_shrink(struct ldlm_pool *pl, in ldlm_cli_pool_shrink()
376 static int ldlm_pool_recalc(struct ldlm_pool *pl) in ldlm_pool_recalc()
425 static int ldlm_pool_shrink(struct ldlm_pool *pl, int nr, gfp_t gfp_mask) in ldlm_pool_shrink()
449 struct ldlm_pool *pl = m->private; in lprocfs_pool_state_seq_show()
[all …]
Dldlm_internal.h187 __u64 ldlm_pool_get_slv(struct ldlm_pool *pl);
188 void ldlm_pool_set_clv(struct ldlm_pool *pl, __u64 clv);
189 __u32 ldlm_pool_get_lvf(struct ldlm_pool *pl);
232 struct ldlm_pool *pl = container_of(kobj, struct ldlm_pool, \
250 struct ldlm_pool *pl = container_of(kobj, struct ldlm_pool, \
273 struct ldlm_pool *pl = container_of(kobj, struct ldlm_pool, \
286 struct ldlm_pool *pl = container_of(kobj, struct ldlm_pool, \
Dldlm_request.c947 static inline struct ldlm_pool *ldlm_imp2pl(struct obd_import *imp) in ldlm_imp2pl()
1150 struct ldlm_pool *pl = &ns->ns_pool; in ldlm_cancel_lrur_policy()
/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h194 struct ldlm_pool;
209 int (*po_recalc)(struct ldlm_pool *pl);
211 int (*po_shrink)(struct ldlm_pool *pl, int nr,
232 struct ldlm_pool { struct
440 struct ldlm_pool ns_pool;
1334 int ldlm_pool_init(struct ldlm_pool *pl, struct ldlm_namespace *ns,
1336 void ldlm_pool_fini(struct ldlm_pool *pl);
1337 void ldlm_pool_add(struct ldlm_pool *pl, struct ldlm_lock *lock);
1338 void ldlm_pool_del(struct ldlm_pool *pl, struct ldlm_lock *lock);
/drivers/staging/lustre/lustre/ptlrpc/
DMakefile9 ldlm_objs += $(LDLM)ldlm_pool.o