Searched refs:BOFI_LOG_WRAP (Results 1 – 3 of 3) sorted by relevance
73 #define BOFI_LOG_WRAP 0x2 /* do continuous logging of accesses */ macro
1321 if ((errstate->log.flags & BOFI_LOG_WRAP) && in collect_state()2211 errdef.log.flags |= BOFI_LOG_WRAP; in main()2214 errdef.log.flags |= BOFI_LOG_WRAP; in main()
2278 if ((log->flags & BOFI_LOG_WRAP) && edp->access_count <= 1) { in log_acc_event()