Lines Matching refs:BT_MESH_IVU_IN_PROGRESS
222 atomic_set_bit_to(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS, in bt_mesh_net_create()
263 if (atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS)) { in bt_mesh_iv_update()
269 return atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS); in bt_mesh_iv_update()
290 (atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS) || !iv_update))) { in bt_mesh_net_iv_update()
318 if (atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS) == iv_update) { in bt_mesh_net_iv_update()
350 atomic_set_bit_to(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS, iv_update); in bt_mesh_net_iv_update()
387 if (!atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS) && in bt_mesh_next_seq()
963 atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS) ? "IVU in Progress" in ivu_refresh()
983 if (atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS)) { in ivu_refresh()
1049 atomic_clear_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS); in iv_set()
1060 atomic_set_bit_to(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS, iv.iv_update); in iv_set()
1174 iv.iv_update = atomic_test_bit(bt_mesh.flags, BT_MESH_IVU_IN_PROGRESS); in store_pending_iv()