Lines Matching refs:atomic_test_bit
38 if (atomic_test_bit(bt_mesh.flags, BT_MESH_BEACON) == beacon) { in bt_mesh_beacon_set()
51 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_beacon_set()
58 return atomic_test_bit(bt_mesh.flags, BT_MESH_BEACON); in bt_mesh_beacon_enabled()
68 if (atomic_test_bit(bt_mesh.flags, feature_flag) == in feature_set()
81 return atomic_test_bit(bt_mesh.flags, feature_flag) ? in feature_get()
106 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_priv_beacon_set()
158 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_od_priv_proxy_set()
199 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_gatt_proxy_set()
241 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_priv_gatt_proxy_set()
270 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_default_ttl_set()
298 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_friend_set()
327 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_net_transmit_set()
358 atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_relay_set()
493 if (atomic_test_bit(bt_mesh.flags, BT_MESH_VALID)) { in bt_mesh_cfg_pending_store()