Searched refs:state_synced (Results 1 – 5 of 5) sorted by relevance
1 What: /sys/devices/.../state_synced5 The /sys/devices/.../state_synced attribute is only present for8 of the device's 'state_synced' field. A value of 0 means the
69 See also: sysfs-devices-state_synced.
572 if (!dev->state_synced) { in state_synced_store()573 dev->state_synced = true; in state_synced_store()589 val = dev->state_synced; in state_synced_show()594 static DEVICE_ATTR_RW(state_synced);
1126 if (dev->state_synced) in __device_links_queue_sync_state()1141 dev->state_synced = true; in __device_links_queue_sync_state()1782 link->status == DL_STATE_ACTIVE || sup->state_synced || in fw_devlink_dev_sync_state()1796 sup->state_synced = true; in fw_devlink_dev_sync_state()
725 bool state_synced:1; member