Lines Matching defs:present
98 uint64_t present; /* preserve these */
219 "present %0"PRIx64"\n", eccline->start_sector,
220 eccline->present));
460 eccline->present = eccline->readin = eccline->dirty = 0;
503 if (eccline->readin & eccline->present)
504 eccline->readin &= (~eccline->present) & allbits;
523 if (eccline->present == allbits) {
560 eccline->present |= bit;
595 KASSERT(eccline->present & bit);
632 if ((eccline->present & bit) == 0) {
642 while (((eccline->present | eccline->error) & bit) == 0) {
750 KASSERT(eccline->present & bit);
827 if (eccline->present & bit) {
877 eccline->present |= bit;
983 eccline->present |= bit;
1037 if (eccline->present & bit)
1039 eccline->present |= bit;
1054 KASSERT(eccline->present == ((uint64_t) 1 << ump->packet_size)-1);
1119 /* read all bits that are not yet present */
1120 eccline->readin = (~eccline->present) & allbits;
1137 if (eccline->present != 0) {
1140 if (eccline->present & bit) {
1166 "dirty %"PRIx64"\n\t", eccline->present, eccline->readin,
1168 KASSERT(eccline->present == allbits);
1247 if (eccline->present == allbits) {