FLG_L1_NOTREADY
if (test_and_set_bit(FLG_L1_NOTREADY, &l2->flag)) {
if (test_bit(FLG_L1_NOTREADY, &l2->flag)) {
test_and_clear_bit(FLG_L1_NOTREADY, &l2->flag);
if (!test_and_set_bit(FLG_L1_NOTREADY, &l2->flag)) {
test_and_clear_bit(FLG_L1_NOTREADY, &l2->flag);
test_and_clear_bit(FLG_L1_NOTREADY, &l2->flag);