Searched refs:ldlm_pool (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 180 static inline struct ldlm_namespace *ldlm_pl2ns(struct ldlm_pool *pl) in ldlm_pl2ns() 221 static void ldlm_pool_recalc_grant_plan(struct ldlm_pool *pl) in ldlm_pool_recalc_grant_plan() 241 static void ldlm_pool_recalc_slv(struct ldlm_pool *pl) in ldlm_pool_recalc_slv() 285 static void ldlm_pool_recalc_stats(struct ldlm_pool *pl) in ldlm_pool_recalc_stats() 308 static void ldlm_srv_pool_push_slv(struct ldlm_pool *pl) in ldlm_srv_pool_push_slv() 331 static int ldlm_srv_pool_recalc(struct ldlm_pool *pl) in ldlm_srv_pool_recalc() 376 static int ldlm_srv_pool_shrink(struct ldlm_pool *pl, in ldlm_srv_pool_shrink() 431 static int ldlm_srv_pool_setup(struct ldlm_pool *pl, int limit) in ldlm_srv_pool_setup() 449 static void ldlm_cli_pool_pop_slv(struct ldlm_pool *pl) in ldlm_cli_pool_pop_slv() 468 static int ldlm_cli_pool_recalc(struct ldlm_pool *pl) in ldlm_cli_pool_recalc() [all …]
|
D | ldlm_internal.h | 244 struct ldlm_pool *pl = m->private; \ 260 struct ldlm_pool *pl = data; \
|
D | ldlm_request.c | 1247 static inline struct ldlm_pool *ldlm_imp2pl(struct obd_import *imp) in ldlm_imp2pl() 1450 struct ldlm_pool *pl = &ns->ns_pool; in ldlm_cancel_lrur_policy()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm.h | 195 struct ldlm_pool; 210 int (*po_recalc)(struct ldlm_pool *pl); 212 int (*po_shrink)(struct ldlm_pool *pl, int nr, 214 int (*po_setup)(struct ldlm_pool *pl, int limit); 234 struct ldlm_pool { struct 465 struct ldlm_pool ns_pool; 1461 int ldlm_pool_init(struct ldlm_pool *pl, struct ldlm_namespace *ns, 1463 int ldlm_pool_shrink(struct ldlm_pool *pl, int nr, 1465 void ldlm_pool_fini(struct ldlm_pool *pl); 1466 int ldlm_pool_setup(struct ldlm_pool *pl, int limit); [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | Makefile | 9 ldlm_objs += $(LDLM)ldlm_pool.o
|