Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dpage_pool.rst79 allocated from the page pool are already synced for the device.
82 of the buffer has to be synced. This allows the core to avoid syncing the entire
92 much of the page needs to be synced (starting at ``offset``).
95 to be synced.
/linux/drivers/media/pci/ttpci/
H A Dbudget-core.c152 int synced; in budget_read_fe_status() local
161 synced = (*status & FE_HAS_LOCK); in budget_read_fe_status()
162 if (synced != budget->fe_synced) { in budget_read_fe_status()
163 budget->fe_synced = synced; in budget_read_fe_status()
165 if (synced) in budget_read_fe_status()
/linux/net/core/
H A Ddev_addr_lists.c76 ha->synced = sync ? 1 : 0; in __hw_addr_add_ex()
117 if (ha->synced && sync_count) in __hw_addr_add_ex()
120 ha->synced++; in __hw_addr_add_ex()
155 if (sync && !ha->synced) in __hw_addr_del_entry()
162 ha->synced--; in __hw_addr_del_entry()
250 /* address on from list is not marked synced */ in __hw_addr_sync_multiple()
550 entry->synced = 0; in dev_addr_init()
607 * driver synced this addr to hardware (delta > 0), in dev_addr_add()
869 * addresses will only ever be synced to the @to devices and no other. in __dev_mc_add()
899 * device to be synced t in dev_mc_add_global()
[all...]
/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()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c159 bool synced) in ionic_rx_add_skb_frag() argument
161 if (!synced) in ionic_rx_add_skb_frag()
184 bool synced) in ionic_rx_build_skb() argument
211 ionic_rx_add_skb_frag(q, skb, buf_info, headroom, frag_len, synced); in ionic_rx_build_skb()
219 ionic_rx_add_skb_frag(q, skb, buf_info, 0, frag_len, synced); in ionic_rx_build_skb()
236 bool synced) in ionic_rx_copybreak() argument
254 if (!synced) in ionic_rx_copybreak()
617 bool synced = false; in ionic_rx_clean() local
642 synced = true; in ionic_rx_clean()
650 comp->num_sg_elems, synced); in ionic_rx_clean()
[all …]
/linux/drivers/misc/mei/
H A Dvsc-tp.c175 bool synced = false; in vsc_tp_xfer_helper() local
183 if (synced) { in vsc_tp_xfer_helper()
190 synced = true; in vsc_tp_xfer_helper()
/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()
/linux/Documentation/kbuild/
H A DKconfig.recursion-issue-0219 # core requirements are not carefully synced, as drivers evolve features
/linux/Documentation/trace/coresight/
H A Dpanic.rst40 and they would be synced to reserved region for retrieval.
79 metadata is synced by kernel panic handler.
/linux/Documentation/ABI/testing/
H A Dsysfs-class-devlink67 supplier device is synced with the hardware state of the
/linux/Documentation/i2c/
H A Ddma-considerations.rst58 The last argument 'xferred' controls if the buffer is synced back to the
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c690 is_synced = ha->synced; in icssg_is_addr_synced()
1191 bool synced; in icssg_hsr_handle_multicast_sync() member
1225 update->synced = ha->synced; in icssg_hsr_handle_multicast_sync()
1246 if (update->synced) { in icssg_hsr_handle_multicast_sync()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c350 if (vb->synced) in __vb2_buf_mem_prepare()
353 vb->synced = 1; in __vb2_buf_mem_prepare()
366 if (!vb->synced) in __vb2_buf_mem_finish()
369 vb->synced = 0; in __vb2_buf_mem_finish()
1556 WARN_ON(vb->synced); in __buf_prepare()
/linux/Documentation/driver-api/md/
H A Dmd-cluster.rst53 of sectors that are being re-synced by that node. No other
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst165 The page is being synced to disk.
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3826 bool synced = false; in vmw_execbuf_fence_commands() local
3834 synced = true; in vmw_execbuf_fence_commands()
3843 if (unlikely(ret != 0 && !synced)) { in vmw_execbuf_fence_commands()
/linux/include/linux/
H A Dnetdevice.h249 int synced; member