Searched refs:freeze (Results 1 - 25 of 170) sorted by last modified time

1234567

/linux-master/fs/fuse/
H A Dvirtio_fs.c1033 .freeze = virtio_fs_freeze,
/linux-master/drivers/nvme/host/
H A Dpci.c1020 * survive any kind of queue freeze and often don't respond to
3281 .freeze = nvme_simple_suspend,
/linux-master/block/
H A Dbdev.c226 * freeze requests arrive simultaneously. It counts up in bdev_freeze() and
244 if (bdev->bd_holder_ops && bdev->bd_holder_ops->freeze) {
245 error = bdev->bd_holder_ops->freeze(bdev);
/linux-master/include/linux/
H A Dblkdev.h1504 int (*freeze)(struct block_device *bdev); member in struct:blk_holder_ops
H A Dvirtio.h187 * @freeze: optional function to call during suspend/hibernation.
202 int (*freeze)(struct virtio_device *dev); member in struct:virtio_driver
H A Dlibata.h914 void (*freeze)(struct ata_port *ap); member in struct:ata_port_operations
/linux-master/mm/
H A Dhuge_memory.c2433 unsigned long haddr, bool freeze)
2547 * Without "freeze", we'll simply split the PMD, propagating the
2551 * With "freeze" we want to replace mapped pages by
2562 if (freeze && anon_exclusive &&
2564 freeze = false;
2565 if (!freeze) {
2590 if (freeze || pmd_migration) {
2642 if (freeze)
2650 unsigned long address, bool freeze, struct folio *folio)
2665 VM_BUG_ON(freeze
2432 __split_huge_pmd_locked(struct vm_area_struct *vma, pmd_t *pmd, unsigned long haddr, bool freeze) argument
2649 __split_huge_pmd(struct vm_area_struct *vma, pmd_t *pmd, unsigned long address, bool freeze, struct folio *folio) argument
2684 split_huge_pmd_address(struct vm_area_struct *vma, unsigned long address, bool freeze, struct folio *folio) argument
[all...]
/linux-master/drivers/ufs/host/
H A Dufs-qcom.c1867 .freeze = ufshcd_system_freeze,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1543 DRM_ERROR("Failed to freeze modesetting.\n");
1595 .freeze = vmw_pm_freeze,
/linux-master/drivers/virtio/
H A Dvirtio.c513 if (drv && drv->freeze) {
514 ret = drv->freeze(dev);
540 /* Maybe driver failed before freeze.
/linux-master/drivers/ata/
H A Dlibata-core.c4124 /* drives which fail FPDMA_AA activation (some may freeze afterwards)
4938 * fast drain, and freeze the port.
5316 .freeze = ata_port_pm_freeze,
5768 * ata_host_start - start and freeze ports of an ATA host
5771 * Start and then freeze ports of @host. Started status is
6196 if (ap->ops->freeze)
6197 ap->ops->freeze(ap);
H A Dsata_sx4.c242 .freeze = pdc_freeze,
H A Dsata_mv.c688 .freeze = mv_eh_freeze,
710 .freeze = mv_eh_freeze,
2408 * before we freeze the port entirely.
H A Dpata_macio.c930 .freeze = pata_macio_freeze,
H A Dlibata-eh.c536 /* freeze and set UNLOADED */
540 ap->pflags &= ~ATA_PFLAG_EH_PENDING; /* clear pending from freeze */
868 * in-flight qcs as timed out and freeze the port.
1067 * __ata_port_freeze - freeze port
1068 * @ap: ATA port to freeze
1075 * ap->ops->freeze() callback can be used for freezing the port
1086 if (ap->ops->freeze)
1087 ap->ops->freeze(ap);
1095 * ata_port_freeze - abort & freeze port
1096 * @ap: ATA port to freeze
[all...]
/linux-master/drivers/platform/x86/intel/
H A Dhid.c407 .freeze = intel_hid_pl_suspend_handler,
/linux-master/drivers/net/
H A Dvirtio_net.c5049 .freeze = virtnet_freeze,
/linux-master/drivers/gpu/host1x/
H A Dbus.c357 .freeze = pm_generic_freeze,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c2847 .freeze = amdgpu_pmops_freeze,
/linux-master/net/vmw_vsock/
H A Dvirtio_transport.c867 .freeze = virtio_vsock_freeze,
/linux-master/fs/
H A Dsuper.c1443 * fs_bdev_freeze - freeze owning filesystem of block device
1451 * unfrozen. Each block device can only freeze the filesystem once as we
1454 * Return: If the freeze was successful zero is returned. If the freeze
1488 * unfrozen. Each block device can only freeze the filesystem once as we
1495 * freeze or might be frozen from other block devices).
1521 .freeze = fs_bdev_freeze,
1969 * @who: context that wants to freeze
1976 * * %FREEZE_HOLDER_USERSPACE if userspace wants to freeze the fs;
1977 * * %FREEZE_HOLDER_KERNEL if the kernel wants to freeze th
[all...]
/linux-master/drivers/ufs/core/
H A Dufshcd.c10836 .freeze = ufshcd_wl_suspend,
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c7945 .freeze = e1000e_pm_freeze,
/linux-master/drivers/gpu/drm/i915/
H A Di915_driver.c1304 * powered off the device during freeze and the PCI core won't power
1306 * freeze is not a hard requirement though, and during the
1308 * device powered on. So in case we change our freeze logic and keep
1325 * same order for the freeze/thaw phases.
1459 /* freeze: before creating the hibernation_image */
1698 * @freeze, @freeze_late : called (1) before creating the
1711 .freeze = i915_pm_freeze,
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1718 bool freeze)
1730 if (txq->frozen == freeze)
1734 freeze ? "Freezing" : "Waking", queue);
1736 txq->frozen = freeze;
1741 if (freeze) {
1717 iwl_trans_txq_freeze_timer(struct iwl_trans *trans, unsigned long txqs, bool freeze) argument

Completed in 713 milliseconds

1234567