Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_dagfuncs.c586 …longs_this_time = RF_MIN(len, RF_MIN(RF_BLIP(pg_src), RF_BLIP(pg_dest)) >> RF_LONGSHIFT); /* note … in rf_longword_bxor()
691 …longs_this_time = RF_MIN(len, RF_MIN(RF_BLIP(a), RF_MIN(RF_BLIP(b), RF_MIN(RF_BLIP(c), RF_BLIP(dst…
H A Drf_general.h81 #define RF_BLIP(x) (PAGE_SIZE - (RF_UL(x) & RF_PGMASK)) /* bytes left in page */ macro