Searched refs:rr_ps (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-round-robin.c178 static struct path_selector_type rr_ps = { variable in typeref:struct:path_selector_type
194 int r = dm_register_path_selector(&rr_ps);
206 int r = dm_unregister_path_selector(&rr_ps);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvtlb.c271 u64 start, curadr, size, psbits, tag, rr_ps, num; local
280 rr_ps = __ffs(psbits);
281 psbits &= ~(1UL << rr_ps);
282 num = 1UL << ((ps < rr_ps) ? 0 : (ps - rr_ps));
283 size = PSIZE(rr_ps);
284 vrr.ps = rr_ps;
287 if (cur->etag == tag && cur->ps == rr_ps)

Completed in 67 milliseconds