Home
last modified time | relevance | path

Searched refs:synced (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_bmc_file_mirroring.robot15 [Documentation] Verify the modified file is synced to alt flash side.
45 # File "hostname" should have synced to alt media space.
56 ... msg=hostname primary file is not synced to the alt flash chip side.
/openbmc/linux/Documentation/networking/
H A Dpage_pool.rst72 allocated from the page pool are already synced for the device.
75 of the buffer has to be synced. This allows the core to avoid syncing the entire
85 much of the page needs to be synced (starting at ``offset``).
88 to be synced.
/openbmc/linux/drivers/media/pci/ttpci/
H A Dbudget-core.c151 int synced; in budget_read_fe_status() local
160 synced = (*status & FE_HAS_LOCK); in budget_read_fe_status()
161 if (synced != budget->fe_synced) { in budget_read_fe_status()
162 budget->fe_synced = synced; in budget_read_fe_status()
164 if (synced) in budget_read_fe_status()
/openbmc/linux/net/core/
H A Ddev_addr_lists.c67 ha->synced = sync ? 1 : 0; in __hw_addr_create()
108 if (ha->synced && sync_count) in __hw_addr_add_ex()
111 ha->synced++; in __hw_addr_add_ex()
146 if (sync && !ha->synced) in __hw_addr_del_entry()
153 ha->synced--; in __hw_addr_del_entry()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr_tcam.c24 bool synced; member
98 sublist->synced = false; in mlxsw_sp_mr_erif_list_add()
133 if (curr_sublist->synced) in mlxsw_sp_mr_erif_list_commit()
168 curr_sublist->synced = true; in mlxsw_sp_mr_erif_list_commit()
/openbmc/qemu/tests/qemu-iotests/
H A D109.out40 … "ready", "paused": false, "speed": 0, "ready": true, "type": "mirror", "actively-synced": false}]}
91 … "ready", "paused": false, "speed": 0, "ready": true, "type": "mirror", "actively-synced": false}]}
142 … "ready", "paused": false, "speed": 0, "ready": true, "type": "mirror", "actively-synced": false}]}
193 … "ready", "paused": false, "speed": 0, "ready": true, "type": "mirror", "actively-synced": false}]}
244 … "ready", "paused": false, "speed": 0, "ready": true, "type": "mirror", "actively-synced": false}]}
295 … "ready", "paused": false, "speed": 0, "ready": true, "type": "mirror", "actively-synced": false}]}
345 … "ready", "paused": false, "speed": 0, "ready": true, "type": "mirror", "actively-synced": false}]}
445 … "ready", "paused": false, "speed": 0, "ready": true, "type": "mirror", "actively-synced": false}]}
495 … "ready", "paused": false, "speed": 0, "ready": true, "type": "mirror", "actively-synced": false}]}
525 … "ready", "paused": false, "speed": 0, "ready": true, "type": "mirror", "actively-synced": false}]}
[all …]
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_maudio.c424 bool synced = 0; in special_sync_ctl_get() local
426 err = check_clk_sync(bebob, METER_SIZE_SPECIAL, &synced); in special_sync_ctl_get()
428 uval->value.integer.value[0] = synced; in special_sync_ctl_get()
/openbmc/linux/drivers/siox/
H A Dsiox-core.c200 bool synced = true; in siox_poll() local
223 synced = false; in siox_poll()
239 if (!synced) { in siox_poll()
/openbmc/linux/Documentation/kbuild/
H A DKconfig.recursion-issue-0219 # core requirements are not carefully synced, as drivers evolve features
/openbmc/linux/sound/soc/codecs/
H A Dtscs454.c71 bool synced; member
410 coeff_ram_synced = &tscs454->dac_ram.synced; in coeff_ram_put()
417 coeff_ram_synced = &tscs454->spk_ram.synced; in coeff_ram_put()
424 coeff_ram_synced = &tscs454->sub_ram.synced; in coeff_ram_put()
470 if (!tscs454->dac_ram.synced) { in coeff_ram_sync()
482 if (!tscs454->spk_ram.synced) { in coeff_ram_sync()
494 if (!tscs454->sub_ram.synced) { in coeff_ram_sync()
/openbmc/qemu/system/
H A Dtrace-events18 …_dirty(const char *mr, const char *listener, int global) "mr '%s' listener '%s' synced (global=%d)"
/openbmc/qemu/docs/
H A DCOLO-FT.txt237 5. After the above steps, you will see, whenever you make changes to PVM, SVM will be synced.
286 Wait until disk is synced, then:
315 Wait until disk is synced, then:
/openbmc/linux/include/media/
H A Dvideobuf2-core.h281 unsigned int synced:1; member
/openbmc/linux/Documentation/i2c/
H A Ddma-considerations.rst58 The last argument 'xferred' controls if the buffer is synced back to the
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-devlink67 supplier device is synced with the hardware state of the
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c331 if (vb->synced) in __vb2_buf_mem_prepare()
334 vb->synced = 1; in __vb2_buf_mem_prepare()
347 if (!vb->synced) in __vb2_buf_mem_finish()
350 vb->synced = 0; in __vb2_buf_mem_finish()
1405 WARN_ON(vb->synced); in __buf_prepare()
H A Dvideobuf2-v4l2.c585 vb->synced && vb->prepared) in __fill_v4l2_buffer()
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110.c1919 int synced = (status & FE_HAS_LOCK) ? 1 : 0; in av7110_fe_lock_fix() local
1923 if (av7110->fe_synced == synced) in av7110_fe_lock_fix()
1927 av7110->fe_synced = synced; in av7110_fe_lock_fix()
1934 if (synced) { in av7110_fe_lock_fix()
1951 av7110->fe_synced = synced; in av7110_fe_lock_fix()
/openbmc/qemu/block/
H A Dtrace-events34 mirror_before_sleep(void *s, int64_t cnt, int synced, uint64_t delay_ns) "s %p dirty count %"PRId64…
/openbmc/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst147 The page is being synced to disk.
/openbmc/linux/Documentation/driver-api/md/
H A Dmd-cluster.rst53 of sectors that are being re-synced by that node. No other
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3829 bool synced = false; in vmw_execbuf_fence_commands() local
3837 synced = true; in vmw_execbuf_fence_commands()
3846 if (unlikely(ret != 0 && !synced)) { in vmw_execbuf_fence_commands()
/openbmc/linux/Documentation/powerpc/
H A Dcxlflash.rst314 and then synced with the AFU.
/openbmc/linux/drivers/net/
H A Dmacvlan.c802 if (!vlan && ha->synced <= cutoff) in macvlan_compute_filter()
/openbmc/linux/net/mac80211/
H A Dieee80211_i.h431 bool synced; member

12