Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dfbcon-vga-planes.c45 static inline void rmw(volatile char *p) in rmw() function
197 rmw(where); in fbcon_ega_planes_putc()
205 rmw(where); in fbcon_ega_planes_putc()
326 rmw(where); in fbcon_vga_planes_revc()
/linux-2.4.37.9/drivers/md/
Draid5.c989 int rmw=0, rcw=0; in handle_stripe() local
999 rmw++; in handle_stripe()
1000 else rmw += 2*disks; /* cannot read it */ in handle_stripe()
1010 PRINTK("for sector %ld, rmw=%d rcw=%d\n", sh->sector, rmw, rcw); in handle_stripe()
1012 if (rmw < rcw && rmw > 0) in handle_stripe()
1031 if (rcw <= rmw && rcw > 0) in handle_stripe()
1051 if (locked == 0 && (rcw == 0 ||rmw == 0)) { in handle_stripe()