Searched refs:ldlm_pool (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 179 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 …]
|
D | ldlm_internal.h | 187 __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, \
|
D | ldlm_request.c | 947 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/ |
D | lustre_dlm.h | 194 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/ |
D | Makefile | 9 ldlm_objs += $(LDLM)ldlm_pool.o
|