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

/linux-master/drivers/mtd/
H A Dmtdoops.c64 unsigned long oops_buf_busy; member in struct:mtdoops_context
206 if (test_and_set_bit(0, &cxt->oops_buf_busy))
234 clear_bit(0, &cxt->oops_buf_busy);
313 if (test_and_set_bit(0, &cxt->oops_buf_busy))
318 clear_bit(0, &cxt->oops_buf_busy);
433 cxt->oops_buf_busy = 0;

Completed in 113 milliseconds