Home
last modified time | relevance | path

Searched refs:smm (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/md/persistent-data/
Ddm-space-map-metadata.c59 static int add_bop(struct sm_metadata *smm, enum block_op_type type, dm_block_t b) in add_bop() argument
63 if (smm->nr_uncommitted == MAX_RECURSIVE_ALLOCATIONS) { in add_bop()
68 op = smm->uncommitted + smm->nr_uncommitted++; in add_bop()
75 static int commit_bop(struct sm_metadata *smm, struct block_op *op) in commit_bop() argument
82 r = sm_ll_inc(&smm->ll, op->block, &ev); in commit_bop()
86 r = sm_ll_dec(&smm->ll, op->block, &ev); in commit_bop()
93 static void in(struct sm_metadata *smm) in in() argument
95 smm->recursion_count++; in in()
98 static int out(struct sm_metadata *smm) in out() argument
105 if (!smm->recursion_count) { in out()
[all …]
/linux-3.4.99/arch/alpha/include/asm/
Dhwrpb.h158 long smm; /* SMM nubber used by LMF */ member