Searched refs:smm (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-space-map-metadata.c | 172 static int add_bop(struct sm_metadata *smm, enum block_op_type type, dm_block_t b) in add_bop() argument 174 int r = brb_push(&smm->uncommitted, type, b); in add_bop() 184 static int commit_bop(struct sm_metadata *smm, struct block_op *op) in commit_bop() argument 191 r = sm_ll_inc(&smm->ll, op->block, &ev); in commit_bop() 195 r = sm_ll_dec(&smm->ll, op->block, &ev); in commit_bop() 202 static void in(struct sm_metadata *smm) in in() argument 204 smm->recursion_count++; in in() 207 static int apply_bops(struct sm_metadata *smm) in apply_bops() argument 211 while (!brb_empty(&smm->uncommitted)) { in apply_bops() 214 r = brb_pop(&smm->uncommitted, &bop); in apply_bops() [all …]
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | hwrpb.h | 158 long smm; /* SMM nubber used by LMF */ member
|