/linux/Documentation/networking/ |
H A D | page_pool.rst | 79 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/arch/x86/kvm/vmx/ |
H A D | common.h | 121 * which case the PIR will be synced to the vIRR before in kvm_vcpu_trigger_posted_interrupt() 131 * PIR will be synced to the vIRR before re-entering the guest. in kvm_vcpu_trigger_posted_interrupt() 136 * has already synced PIR to vIRR and never blocks the vCPU if in kvm_vcpu_trigger_posted_interrupt()
|
H A D | vmcs_shadow_fields.h | 25 * fields must always be synced by prepare_vmcs02, not just
|
/linux/arch/um/include/asm/ |
H A D | tlbflush.h | 21 * be synced later on. The only special case is that flush_tlb_kern_* needs to 55 /* Kernel needs to be synced immediately */ in flush_tlb_kernel_range()
|
/linux/net/core/ |
H A D | dev_addr_lists.c | 67 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() 241 /* address on from list is not marked synced */ in __hw_addr_unsync_one() 732 * addresses will only ever be synced to the @to devices and no other. 762 * device to be synced to multiple destination devices. 985 * source device to be synced to multiple destination devices.
|
/linux/drivers/media/pci/ttpci/ |
H A D | budget-core.c | 152 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() 183 /* Ensure streamed PCI data is synced to CPU */ in vpeirq()
|
/linux/fs/ocfs2/ |
H A D | quota.h | 33 s64 dq_origspace; /* Last globally synced space usage */ 34 s64 dq_originodes; /* Last globally synced inode usage */
|
/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_txrx.c | 155 bool synced) in ionic_rx_add_skb_frag() argument 157 if (!synced) in ionic_rx_add_skb_frag() 180 bool synced) in ionic_rx_build_skb() argument 207 ionic_rx_add_skb_frag(q, skb, buf_info, headroom, frag_len, synced); in ionic_rx_build_skb() 215 ionic_rx_add_skb_frag(q, skb, buf_info, 0, frag_len, synced); in ionic_rx_build_skb() 232 bool synced) in ionic_rx_copybreak() argument 250 if (!synced) in ionic_rx_copybreak() 613 bool synced = false; in ionic_rx_clean() local 638 synced = true; in ionic_rx_clean() 646 comp->num_sg_elems, synced); in ionic_rx_clean() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_mr_tcam.c | 24 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/virt/vboxguest/ |
H A D | vboxguest_version.h | 5 * synced with vbox upstreams versioning scheme when we implement / port
|
/linux/include/uapi/linux/ |
H A D | nfs_fs.h | 33 #define FLUSH_SYNC 1 /* file being synced, or contention */
|
/linux/sound/firewire/bebob/ |
H A D | bebob_maudio.c | 159 /* if synced, this value is the same as SFC of FDF in CIP header */ in check_clk_sync() 420 bool synced = 0; in special_sync_ctl_get() 422 err = check_clk_sync(bebob, METER_SIZE_SPECIAL, &synced); in special_sync_ctl_get() 424 uval->value.integer.value[0] = synced; in special_sync_ctl_get() local
|
/linux/drivers/siox/ |
H A D | siox-core.c | 116 * A device is called "connected" if it is synced and the watchdog is not 200 bool synced = true; in siox_poll() local 223 synced = false; in siox_poll() 239 if (!synced) { in siox_poll()
|
/linux/include/linux/ |
H A D | statfs.h | 35 #define ST_SYNCHRONOUS 0x0010 /* writes are synced at once */
|
/linux/drivers/misc/mei/ |
H A D | vsc-tp.c | 175 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/arch/powerpc/boot/ |
H A D | util.S | 57 bne 1b /* Get [synced] base time */
|
/linux/Documentation/sound/cards/ |
H A D | hdspm.rst | 295 MADI-Input is 0=Unlocked, 1=Locked, or 2=Synced. 306 Word Clock Input is 0=Unlocked, 1=Locked, or 2=Synced.
|
/linux/Documentation/kbuild/ |
H A D | Kconfig.recursion-issue-02 | 19 # core requirements are not carefully synced, as drivers evolve features
|
/linux/drivers/net/ieee802154/ |
H A D | atusb.h | 23 /* Commands to our device. Make sure this is synced with the firmware */
|
/linux/drivers/soc/tegra/ |
H A D | regulators-tegra30.c | 59 * the state of all DVFS-critical CORE devices is synced. in tegra30_core_limit() 62 pr_info_once("voltage state synced\n"); in tegra30_core_limit()
|
H A D | regulators-tegra20.c | 60 * the state of all DVFS-critical CORE devices is synced. in tegra20_core_limit() 63 pr_info_once("voltage state synced\n"); in tegra20_core_limit()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | crypto.c | 41 /* No in-used keys, and all need to be synced. 69 * used after sync, and 1 means it is in use, or freed but not synced 473 * - (1,0) means the key is freed, and waiting for being synced,
|
/linux/Documentation/i2c/ |
H A D | dma-considerations.rst | 58 The last argument 'xferred' controls if the buffer is synced back to the
|
/linux/Documentation/trace/coresight/ |
H A D | panic.rst | 40 and they would be synced to reserved region for retrieval. 79 metadata is synced by kernel panic handler.
|
/linux/arch/x86/mm/ |
H A D | kasan_init_64.c | 280 * we need to populate p4ds to be synced when running in in kasan_shallow_populate_pgds() 396 * shadow pages. Instead, prepopulate pgds/p4ds so they are synced to in kasan_init()
|